{"id":3551,"date":"2023-07-16T21:43:47","date_gmt":"2023-07-16T21:43:47","guid":{"rendered":"https:\/\/statorials.org\/nl\/logest-google-bladen\/"},"modified":"2023-07-16T21:43:47","modified_gmt":"2023-07-16T21:43:47","slug":"logest-google-bladen","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/logest-google-bladen\/","title":{"rendered":"Hoe de logest-functie in google spreadsheets te gebruiken (met voorbeeld)"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">U kunt de <b>LOGEST-<\/b> functie in Google Spreadsheets gebruiken om de formule te berekenen voor een exponenti\u00eble curve die bij uw gegevens past.<\/span><\/p>\n<p> <span style=\"color: #000000;\">De vergelijking van de curve zal de volgende vorm aannemen:<\/span><\/p>\n<p> <span style=\"color: #000000;\">y = b* <sup>mx<\/sup><\/span><\/p>\n<p> <span style=\"color: #000000;\">Deze functie gebruikt de volgende basissyntaxis:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <span style=\"color: #000000;\"><strong><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">LOGEST<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span dir=\"auto\">known_data_y, [known_data_x], [b], [verbose]<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/strong><\/span><\/pre>\n<p> <span style=\"color: #000000;\">Goud:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>bekende_data_y<\/strong> : Een array met bekende y-waarden<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>bekende_data_x<\/strong> : een array met bekende x-waarden<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>b<\/strong> : Optioneel argument. Indien WAAR, wordt constante b normaal verwerkt. Indien ONWAAR, wordt constante b ingesteld op 1.<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>verbose<\/strong> : optioneel argument. Indien TRUE worden aanvullende regressiestatistieken geretourneerd. Als FALSE worden er geen aanvullende regressiestatistieken geretourneerd.<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">Het volgende stap-voor-stap voorbeeld laat zien hoe u deze functie in de praktijk kunt gebruiken.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Stap 1: Voer de gegevens in<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Laten we eerst de volgende gegevensset in Google Spreadsheets invoeren:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-29405 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/feuilles-de-journal1.jpg\" alt=\"\" width=\"490\" height=\"450\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h2> <strong>Stap 2: Visualiseer de gegevens<\/strong><\/h2>\n<p> <span style=\"color: #000000;\">Laten we vervolgens een snelle spreidingsdiagram maken van x versus y om te verifi\u00ebren dat de gegevens daadwerkelijk een exponenti\u00eble curve volgen:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-29406 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/feuilles-de-journal2.jpg\" alt=\"\" width=\"569\" height=\"350\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">We kunnen zien dat de gegevens inderdaad een exponenti\u00eble curve volgen.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Stap 3: Gebruik LOGEST om de formule voor de exponenti\u00eble curve te vinden<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Vervolgens kunnen we de volgende formule in elke cel typen om de exponenti\u00eble curve-formule te berekenen:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=LOGEST( <span style=\"color: #ff6600;\">B2:B11<\/span> , <span style=\"color: #800080;\">A2:A11<\/span> )<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">De volgende schermafbeelding laat zien hoe u deze formule in de praktijk kunt gebruiken:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-29408\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/feuilles-de-journal3-1.jpg\" alt=\"LOGEST-functie in Google Spreadsheets\" width=\"601\" height=\"441\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">De eerste waarde van de uitvoer vertegenwoordigt de waarde van <strong>m<\/strong> en de tweede waarde van de uitvoer vertegenwoordigt de waarde van <strong>b<\/strong> in de vergelijking:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>y = b* <sup>mx<\/sup><\/strong><\/span><\/p>\n<p> <span style=\"color: #000000;\">We zouden deze exponenti\u00eble curve-formule dus als volgt schrijven:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>y = 1,909483 * <sup>1,489702x<\/sup><\/strong><\/span><\/p>\n<p> <span style=\"color: #000000;\">We zouden deze formule dan kunnen gebruiken om de waarden van y te voorspellen op basis van de waarde van x.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Als xa bijvoorbeeld een waarde van 8 heeft, voorspellen we dat y een waarde van <strong>46,31<\/strong> heeft:<\/span><\/p>\n<p> <span style=\"color: #000000;\">j = 1,909483 * 1,489702 <sup>8<\/sup> = 46,31<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Stap 4 (Optioneel): Bekijk aanvullende regressiestatistieken<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">We kunnen de <b>gedetailleerde<\/b> argumentwaarde in de <strong>LOGEST-<\/strong> functie gelijk stellen aan <strong>TRUE<\/strong> om aanvullende regressiestatistieken weer te geven voor de aangepaste regressievergelijking:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-29410 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/feuilles-de-journal4.jpg\" alt=\"\" width=\"610\" height=\"459\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Zo interpreteert u elke waarde in het resultaat:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">De standaardfout voor m is <strong>0,02206<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">De standaardfout voor b is <strong>0,136879<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">De R <sup>2<\/sup> van het model is <strong>.97608<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">De standaardfout voor y is <strong>.200371<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">De F-statistiek is <strong>326,4436<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">De vrijheidsgraden zijn <strong>8<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">De regressiesom van de kwadraten is <strong>13,106169<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">De resterende kwadratensom is <strong>.321187<\/strong> .<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">Over het algemeen is de maatstaf die in deze aanvullende statistieken het meest interessant is, de <sup>R2-<\/sup> waarde, die het deel van de variantie in de responsvariabele vertegenwoordigt dat kan worden verklaard door de voorspellende variabele.<\/span><\/p>\n<p> <span style=\"color: #000000;\">De waarde van <sup>R2<\/sup> kan vari\u00ebren van 0 tot 1.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Omdat de R <sup>2<\/sup> van dit specifieke model dicht bij 1 ligt, vertelt dit ons dat de voorspellende variabele x de waarde van de responsvariabele y goed voorspelt.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Gerelateerd:<\/strong> <a href=\"https:\/\/statorials.org\/nl\/goede-r-kwadraatwaarde\/\" target=\"_blank\" rel=\"noopener\">Wat is een goede R-kwadraatwaarde?<\/a><\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Aanvullende bronnen<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">In de volgende tutorials wordt uitgelegd hoe u andere veelvoorkomende dingen in Google Spreadsheets kunt doen:<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/nl\/lineaire-regressie-google-bladen\/\" target=\"_blank\" rel=\"noopener\">Lineaire regressie uitvoeren in Google Spreadsheets<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/polynomiale-regressie-google-spreadsheets\/\" target=\"_blank\" rel=\"noopener\">Hoe polynomiale regressie uit te voeren in Google Spreadsheets<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/r-vierkante-google-bladen\/\" target=\"_blank\" rel=\"noopener\">Hoe R-kwadraat te berekenen in Google Spreadsheets<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>U kunt de LOGEST- functie in Google Spreadsheets gebruiken om de formule te berekenen voor een exponenti\u00eble curve die bij uw gegevens past. De vergelijking van de curve zal de volgende vorm aannemen: y = b* mx Deze functie gebruikt de volgende basissyntaxis: = LOGEST ( known_data_y, [known_data_x], [b], [verbose] ) Goud: bekende_data_y : Een [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-3551","post","type-post","status-publish","format-standard","hentry","category-gids"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Hoe de LOGEST-functie in Google Spreadsheets te gebruiken (met voorbeeld) - Statorials<\/title>\n<meta name=\"description\" content=\"In deze tutorial wordt stapsgewijs uitgelegd hoe u de LOGEST-functie in Google Spreadsheets gebruikt.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/statorials.org\/nl\/logest-google-bladen\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hoe de LOGEST-functie in Google Spreadsheets te gebruiken (met voorbeeld) - Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze tutorial wordt stapsgewijs uitgelegd hoe u de LOGEST-functie in Google Spreadsheets gebruikt.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/logest-google-bladen\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-16T21:43:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/feuilles-de-journal1.jpg\" \/>\n<meta name=\"author\" content=\"Dr.benjamin anderson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"Dr.benjamin anderson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/nl\/logest-google-bladen\/\",\"url\":\"https:\/\/statorials.org\/nl\/logest-google-bladen\/\",\"name\":\"Hoe de LOGEST-functie in Google Spreadsheets te gebruiken (met voorbeeld) - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-16T21:43:47+00:00\",\"dateModified\":\"2023-07-16T21:43:47+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze tutorial wordt stapsgewijs uitgelegd hoe u de LOGEST-functie in Google Spreadsheets gebruikt.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/logest-google-bladen\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/logest-google-bladen\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/logest-google-bladen\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hoe de logest-functie in google spreadsheets te gebruiken (met voorbeeld)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/nl\/#website\",\"url\":\"https:\/\/statorials.org\/nl\/\",\"name\":\"Statorials\",\"description\":\"Uw gids voor statistische competentie\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/nl\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"de\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\",\"name\":\"Dr.benjamin anderson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/statorials.org\/nl\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"http:\/\/statorials.org\/nl\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"Dr.benjamin anderson\"},\"description\":\"Ik ben Benjamin, een gepensioneerde hoogleraar statistiek die nu een toegewijde Statorials-lesgever is. Ik heb uitgebreide ervaring en expertise op het gebied van statistiek en ik ben vastbesloten om mijn kennis te delen met studenten via Statorials. Lees verder\",\"sameAs\":[\"http:\/\/statorials.org\/nl\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hoe de LOGEST-functie in Google Spreadsheets te gebruiken (met voorbeeld) - Statorials","description":"In deze tutorial wordt stapsgewijs uitgelegd hoe u de LOGEST-functie in Google Spreadsheets gebruikt.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/statorials.org\/nl\/logest-google-bladen\/","og_locale":"de_DE","og_type":"article","og_title":"Hoe de LOGEST-functie in Google Spreadsheets te gebruiken (met voorbeeld) - Statorials","og_description":"In deze tutorial wordt stapsgewijs uitgelegd hoe u de LOGEST-functie in Google Spreadsheets gebruikt.","og_url":"https:\/\/statorials.org\/nl\/logest-google-bladen\/","og_site_name":"Statorials","article_published_time":"2023-07-16T21:43:47+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/feuilles-de-journal1.jpg"}],"author":"Dr.benjamin anderson","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"Dr.benjamin anderson","Gesch\u00e4tzte Lesezeit":"2\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/nl\/logest-google-bladen\/","url":"https:\/\/statorials.org\/nl\/logest-google-bladen\/","name":"Hoe de LOGEST-functie in Google Spreadsheets te gebruiken (met voorbeeld) - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-16T21:43:47+00:00","dateModified":"2023-07-16T21:43:47+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze tutorial wordt stapsgewijs uitgelegd hoe u de LOGEST-functie in Google Spreadsheets gebruikt.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/logest-google-bladen\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/logest-google-bladen\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/logest-google-bladen\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Hoe de logest-functie in google spreadsheets te gebruiken (met voorbeeld)"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/nl\/#website","url":"https:\/\/statorials.org\/nl\/","name":"Statorials","description":"Uw gids voor statistische competentie","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/nl\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"de"},{"@type":"Person","@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219","name":"Dr.benjamin anderson","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/image\/","url":"http:\/\/statorials.org\/nl\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"http:\/\/statorials.org\/nl\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"Dr.benjamin anderson"},"description":"Ik ben Benjamin, een gepensioneerde hoogleraar statistiek die nu een toegewijde Statorials-lesgever is. Ik heb uitgebreide ervaring en expertise op het gebied van statistiek en ik ben vastbesloten om mijn kennis te delen met studenten via Statorials. Lees verder","sameAs":["http:\/\/statorials.org\/nl"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/3551","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/comments?post=3551"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/3551\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=3551"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=3551"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=3551"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}