{"id":402,"date":"2023-07-30T22:46:14","date_gmt":"2023-07-30T22:46:14","guid":{"rendered":"https:\/\/statorials.org\/de\/f-verteilungsrechner\/"},"modified":"2023-07-30T22:46:14","modified_gmt":"2023-07-30T22:46:14","slug":"f-verteilungsrechner","status":"publish","type":"post","link":"https:\/\/statorials.org\/de\/f-verteilungsrechner\/","title":{"rendered":"F-verteilungsrechner"},"content":{"rendered":"<p><script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/mathjs\/5.1.1\/math.js\"><\/script><script src=\"https:\/\/cdn.jsdelivr.net\/npm\/jstat@latest\/dist\/jstat.min.js\"><\/script><\/p>\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css?family=Droid+Serif|Raleway');<\/p>\n<p>.axis--y .domain {\n  display: none;\n}<\/p>\n<p>h1 {\ntext-align: center;\nfont-size: 50px;\nmargin-bottom: 0px;\nfont-family: 'Raleway', serif;\n}<\/p>\n<p>p {\ncolor: black;\ntext-align: center;\nmargin-bottom: 15px;\nmargin-top: 15px;\nfont-family: 'Raleway', sans-serif;\n}<\/p>\n<p>#words {\ncolor: black;\nfont-family: Raleway;\nmax-width: 550px;\nmargin: 25px auto;\nline-height: 1.75;\npadding-left: 100px;\n}<\/p>\n<p>#calcTitle {\ntext-align: center;\nfont-size: 20px;\nmargin-bottom: 0px;\nfont-family: 'Raleway', serif;\n}<\/p>\n<p>#hr_top {\nwidth: 30%;\nmargin-bottom: 0px;\nborder: none;\nheight: 2px;\ncolor: black;\nbackground-color: black;\n}<\/p>\n<p>#hr_bottom {\nwidth: 30%;\nmargin-top: 15px;\nborder: none;\nheight: 2px;\ncolor: black;\nbackground-color: black;\n}<\/p>\n<p>#words label, input {\n    display: inline-block;\n    vertical-align: baseline;\n    width: 350px;\n}<\/p>\n<p>    #button {\n      border: 1px solid;\n      border-radius: 10px;\n      margin-top: 20px;\n      padding: 10px 10px;\n      cursor: pointer;\n      outline: none;\n      background-color: white;\n      color: black;\n      font-family: 'Work Sans', sans-serif;\n      border: 1px solid grey;\n      \/* Green *\/\n    }<\/p>\n<p>    #button:hover {\n      background-color: #f6f6f6;\n      border: 1px solid black;\n    }\n<\/style>\n<div id=\"words\"><label for=\"df1\">Freiheitsgrade 1 (Z\u00e4hler)<\/label><input type=\"number\" id=\"df1\" min=\"0\" value=\"4\"><\/div>\n<div id=\"words\"> <label for=\"df2\">Freiheitsgrade 2 (Nenner)<\/label><input type=\"number\" id=\"df2\" min=\"0\" value=\"6\"><\/div>\n<div id=\"words\"> <label for=\"f\">F-Wert<\/label><input type=\"number\" id=\"f\" name=\"f\" min=\"0\" value=\"2\"><\/div>\n<div id=\"words\"> <label for=\"prob\">Wahrscheinlichkeitsniveau<\/label> <input type=\"number\" id=\"prob\" name=\"prob\" min=\"0\" value=\".05\" step=\".01\"><\/div>\n<div id=\"words\"><input type=\"button\" id=\"button\" onclick=\"fPVALUE()\" value=\"Calculate p-value\"><\/div>\n<div id=\"words\"><input type=\"button\" id=\"button\" onclick=\"fCRITICALVALUE()\" value=\"Calculate F-value\"><\/div>\n<p><script><\/p>\n<p>function fPVALUE() {<\/p>\n<p>\/\/get input values\nvar df1 = document.getElementById('df1').value*1;\nvar df2 = document.getElementById('df2').value*1;\nvar f = document.getElementById('f').value*1;\nvar prob = document.getElementById('prob').value;<\/p>\n<p>\/\/assign probabilities to variable names\nvar exactProb = 1-jStat.centralF.cdf(f, df1, df2);<\/p>\n<p>\/\/output probabilities\ndocument.getElementsByName('prob')[0].value = exactProb.toFixed(5);\n}<\/p>\n<p>function fCRITICALVALUE() {<\/p>\n<p>\/\/get input values\nvar df1 = document.getElementById('df1').value*1;\nvar df2 = document.getElementById('df2').value*1;\nvar f = document.getElementById('f').value*1;\nvar prob = document.getElementById('prob').value;<\/p>\n<p>\/\/assign probabilities to variable names\nvar exactF = jStat.centralF.inv((1-prob), df1, df2);<\/p>\n<p>\/\/output probabilities\ndocument.getElementsByName('f')[0].value = exactF.toFixed(5);\n}<\/p>\n<p><\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Freiheitsgrade 1 (Z\u00e4hler) Freiheitsgrade 2 (Nenner) F-Wert Wahrscheinlichkeitsniveau<\/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":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>F-Verteilungsrechner \u2013 Statistik<\/title>\n<meta name=\"description\" content=\"Dieser Rechner zeigt Ihnen den p-Wert an, der mit einem F-Ratio-Score verbunden ist. Au\u00dferdem erfahren Sie, welcher kritische F-Wert einem p-Wert zugeordnet ist.\" \/>\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\/de\/f-verteilungsrechner\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"F-Verteilungsrechner \u2013 Statistik\" \/>\n<meta property=\"og:description\" content=\"Dieser Rechner zeigt Ihnen den p-Wert an, der mit einem F-Ratio-Score verbunden ist. Au\u00dferdem erfahren Sie, welcher kritische F-Wert einem p-Wert zugeordnet ist.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/de\/f-verteilungsrechner\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-30T22:46:14+00:00\" \/>\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<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/de\/f-verteilungsrechner\/\",\"url\":\"https:\/\/statorials.org\/de\/f-verteilungsrechner\/\",\"name\":\"F-Verteilungsrechner \u2013 Statistik\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/de\/#website\"},\"datePublished\":\"2023-07-30T22:46:14+00:00\",\"dateModified\":\"2023-07-30T22:46:14+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0\"},\"description\":\"Dieser Rechner zeigt Ihnen den p-Wert an, der mit einem F-Ratio-Score verbunden ist. Au\u00dferdem erfahren Sie, welcher kritische F-Wert einem p-Wert zugeordnet ist.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/de\/f-verteilungsrechner\/#breadcrumb\"},\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/de\/f-verteilungsrechner\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/de\/f-verteilungsrechner\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Heim\",\"item\":\"https:\/\/statorials.org\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"F-verteilungsrechner\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/de\/#website\",\"url\":\"https:\/\/statorials.org\/de\/\",\"name\":\"Statorials\",\"description\":\"Ihr Leitfaden f\u00fcr statistische Kompetenz !\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/de\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"de-DE\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0\",\"name\":\"Dr. Benjamin Anderson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\/\/statorials.org\/de\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/de\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/de\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg\",\"caption\":\"Dr. Benjamin Anderson\"},\"description\":\"Hallo, ich bin Benjamin, ein pensionierter Statistikprofessor, der sich zum engagierten Statorials-Lehrer entwickelt hat. Mit umfassender Erfahrung und Fachwissen auf dem Gebiet der Statistik bin ich bestrebt, mein Wissen zu teilen, um Studenten durch Statorials zu bef\u00e4higen. Mehr wissen\",\"sameAs\":[\"https:\/\/statorials.org\/de\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"F-Verteilungsrechner \u2013 Statistik","description":"Dieser Rechner zeigt Ihnen den p-Wert an, der mit einem F-Ratio-Score verbunden ist. Au\u00dferdem erfahren Sie, welcher kritische F-Wert einem p-Wert zugeordnet ist.","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\/de\/f-verteilungsrechner\/","og_locale":"de_DE","og_type":"article","og_title":"F-Verteilungsrechner \u2013 Statistik","og_description":"Dieser Rechner zeigt Ihnen den p-Wert an, der mit einem F-Ratio-Score verbunden ist. Au\u00dferdem erfahren Sie, welcher kritische F-Wert einem p-Wert zugeordnet ist.","og_url":"https:\/\/statorials.org\/de\/f-verteilungsrechner\/","og_site_name":"Statorials","article_published_time":"2023-07-30T22:46:14+00:00","author":"Dr. Benjamin Anderson","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"Dr. Benjamin Anderson"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/de\/f-verteilungsrechner\/","url":"https:\/\/statorials.org\/de\/f-verteilungsrechner\/","name":"F-Verteilungsrechner \u2013 Statistik","isPartOf":{"@id":"https:\/\/statorials.org\/de\/#website"},"datePublished":"2023-07-30T22:46:14+00:00","dateModified":"2023-07-30T22:46:14+00:00","author":{"@id":"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0"},"description":"Dieser Rechner zeigt Ihnen den p-Wert an, der mit einem F-Ratio-Score verbunden ist. Au\u00dferdem erfahren Sie, welcher kritische F-Wert einem p-Wert zugeordnet ist.","breadcrumb":{"@id":"https:\/\/statorials.org\/de\/f-verteilungsrechner\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/de\/f-verteilungsrechner\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/de\/f-verteilungsrechner\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Heim","item":"https:\/\/statorials.org\/de\/"},{"@type":"ListItem","position":2,"name":"F-verteilungsrechner"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/de\/#website","url":"https:\/\/statorials.org\/de\/","name":"Statorials","description":"Ihr Leitfaden f\u00fcr statistische Kompetenz !","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/de\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"de-DE"},{"@type":"Person","@id":"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0","name":"Dr. Benjamin Anderson","image":{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/statorials.org\/de\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/de\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/de\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg","caption":"Dr. Benjamin Anderson"},"description":"Hallo, ich bin Benjamin, ein pensionierter Statistikprofessor, der sich zum engagierten Statorials-Lehrer entwickelt hat. Mit umfassender Erfahrung und Fachwissen auf dem Gebiet der Statistik bin ich bestrebt, mein Wissen zu teilen, um Studenten durch Statorials zu bef\u00e4higen. Mehr wissen","sameAs":["https:\/\/statorials.org\/de"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/posts\/402"}],"collection":[{"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/comments?post=402"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/posts\/402\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/media?parent=402"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/categories?post=402"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/tags?post=402"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}