{"id":906,"date":"2019-07-12T11:17:54","date_gmt":"2019-07-12T10:17:54","guid":{"rendered":"http:\/\/35.193.178.118\/?page_id=744"},"modified":"2019-07-30T12:14:44","modified_gmt":"2019-07-30T11:14:44","slug":"evaluating-error-correlation-pt4","status":"publish","type":"page","link":"https:\/\/research.reading.ac.uk\/fiduceo\/archive\/tutorials\/evaluating-error-correlation\/evaluating-error-correlation-pt4\/","title":{"rendered":"Evaluating error correlation"},"content":{"rendered":"\r\n<h2 class=\"wp-block-heading\">Type B methods for evaluating correlation<\/h2>\r\n\r\n\r\n\r\n<p>As we saw on the first page of this recipe, Type B evaluations of error correlation are based not on statistics, but instead on other forms of knowledge. On this page, we\u2019ll examine Type B error correlation evaluation by returning to the example of the rolling average that we looked at in the previous recipe. There, we used our knowledge of how the rolling average was being calculated to determine the correlation structure, which were saw to be triangular. On this page, we will again use our knowledge of the rolling average to explore a mathematical approach to the evaluation of error correlation. In order to do so, let\u2019s reintroduce our rolling average example from the previous recipe, as shown below.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-745\" src=\"https:\/\/research.reading.ac.uk\/fiduceo\/wp-content\/uploads\/sites\/129\/2019\/07\/tutorial-5-pt-4-fig1-1-1024x765.png\" alt=\"\" width=\"856\" height=\"639\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Let\u2019s look at two neighbouring averages from the diagram above:<\/p>\r\n\r\n\r\n\r\n<p><span class=\"wp-block-katex-display-block katex-eq\" data-katex-display=\"true\">{\\bar x_a} = \\frac{{{x_0} + {x_1} + {x_2}}}{3}<\/span><\/p>\r\n\r\n\r\n\r\n<p><span class=\"wp-block-katex-display-block katex-eq\" data-katex-display=\"true\">{\\bar x_b} = \\frac{{{x_1} + {x_2} + {x_3}}}{3}<\/span><\/p>\r\n\r\n\r\n\r\n<p>As we saw in the previous recipe, these two averages share the common elements <span class=\"katex-eq\" data-katex-display=\"false\">{x_1}<\/span>\u00a0and <span class=\"katex-eq\" data-katex-display=\"false\"> {x_2} <\/span> , and errors in these values are common to both averages. The covariance is from the common error, in this case, the error in the common elements <span class=\"katex-eq\" data-katex-display=\"false\"> {x_1} <\/span> \u00a0and <span class=\"katex-eq\" data-katex-display=\"false\"> {x_2}.\\; <\/span> We can use this information to write an expression for the covariance, <span class=\"katex-eq\" data-katex-display=\"false\"> u\\left( {{{\\bar x}_a},{{\\bar x}_b}} \\right) <\/span> :<\/p>\r\n\r\n\r\n\r\n<p><span class=\"wp-block-katex-display-block katex-eq\" data-katex-display=\"true\">u\\left( {{{\\bar x}_a},{{\\bar x}_b}} \\right) = \\frac{{\\partial {{\\bar x}_a}}}{{\\partial {x_1}}}\\frac{{\\partial {{\\bar x}_b}}}{{\\partial {x_1}}}{u^2}\\left( {{x_1}} \\right) + \\frac{{\\partial {{\\bar x}_a}}}{{\\partial {x_2}}}\\frac{{\\partial {{\\bar x}_b}}}{{\\partial {x_2}}}{u^2}\\left( {{x_2}} \\right)<\/span><\/p>\r\n\r\n\r\n\r\n<p>where <span class=\"katex-eq\" data-katex-display=\"false\"> u\\left( {{x_1}} \\right) <\/span> \u00a0is the standard uncertainty in <span class=\"katex-eq\" data-katex-display=\"false\"> {x_1} <\/span> \u00a0and <span class=\"katex-eq\" data-katex-display=\"false\"> u\\left( {{x_2}} \\right) <\/span> \u00a0is the standard uncertainty in <span class=\"katex-eq\" data-katex-display=\"false\"> {x_2} <\/span> .<\/p>\r\n\r\n\r\n\r\n<p>Since the partial derivatives in the equation above are all equal to<\/p>\r\n\r\n\r\n\r\n<p><span class=\"wp-block-katex-display-block katex-eq\" data-katex-display=\"true\">\\;\\frac{1}{3} <\/span><\/p>\r\n\r\n\r\n\r\n<p>, we can simplify our expression for the covariance as follows:<\/p>\r\n\r\n\r\n\r\n<p><span class=\"wp-block-katex-display-block katex-eq\" data-katex-display=\"true\">u\\left( {{{\\bar x}_a},{{\\bar x}_b}} \\right) = {\\left( {\\frac{1}{3}} \\right)^2}{u^2}\\left( {{x_1}} \\right) + {\\left( {\\frac{1}{3}} \\right)^2}{u^2}\\left( {{x_2}} \\right)<\/span><\/p>\r\n\r\n\r\n\r\n<p>A similar process can be used to evaluate the covariance associated with other pairs of averages giving the triangular correlation structure that we examined in the previous recipe.<\/p>\r\n\r\n\r\n\r\n<p>Note that once we have determined a value for the covariance, we can use it to determine the correlation coefficient, <span class=\"katex-eq\" data-katex-display=\"false\"> r\\left( {{{\\bar x}_a},{{\\bar x}_b}} \\right), <\/span> \u00a0as follows:<\/p>\r\n\r\n\r\n\r\n<p><span class=\"wp-block-katex-display-block katex-eq\" data-katex-display=\"true\">r\\left( {{{\\bar x}_a},{{\\bar x}_b}} \\right) = \\frac{{u\\left( {{{\\bar x}_a},{{\\bar x}_b}} \\right)}}{{u\\left( {{{\\bar x}_a}} \\right)u\\left( {{{\\bar x}_b}} \\right)}}<\/span><\/p>\r\n\r\n\r\n\r\n<p>where, again, <span class=\"katex-eq\" data-katex-display=\"false\">u\\left( {{x_1}} \\right)<\/span> is the standard uncertainty in <span class=\"katex-eq\" data-katex-display=\"false\"> {x_1} <\/span> and <span class=\"katex-eq\" data-katex-display=\"false\"> u\\left( {{x_2}} \\right) <\/span> \u00a0is the standard uncertainty in <span class=\"katex-eq\" data-katex-display=\"false\"> {x_2} <\/span> .<\/p>\r\n\r\n\r\n\r\n<p><strong><em>Generalising our approach<\/em><\/strong><\/p>\r\n\r\n\r\n\r\n<p>The approach to evaluating error correlation outlined above can be generalised. For instance, for the following two functions:<\/p>\r\n\r\n\r\n\r\n<p><span class=\"wp-block-katex-display-block katex-eq\" data-katex-display=\"true\">{y_1} = f\\left( {{N_{11}},{N_{12}} \\ldots {N_{1i}};{C_1},{C_2} \\ldots {C_j} \\ldots } \\right)<\/span><\/p>\r\n\r\n\r\n\r\n<p><span class=\"wp-block-katex-display-block katex-eq\" data-katex-display=\"true\">{y_2} = g\\left( {{N_{21}},{N_{22}} \\ldots {N_{2i}};{C_1},{C_2} \\ldots {C_j} \\ldots } \\right)<\/span><\/p>\r\n\r\n\r\n\r\n<p>where:<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li><span class=\"katex-eq\" data-katex-display=\"false\"> C <\/span> \u00a0represents a common value that is used in the calculation of both <span class=\"katex-eq\" data-katex-display=\"false\"> {y_1} <\/span> \u00a0and <span class=\"katex-eq\" data-katex-display=\"false\"> {y_2} <\/span><\/li>\r\n<li><span class=\"katex-eq\" data-katex-display=\"false\"> N <\/span> \u00a0represents a non-common value<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<p>we can determine the covariance, <span class=\"katex-eq\" data-katex-display=\"false\"> u\\left( {{y_1},{y_2}} \\right) <\/span> , as follows:<\/p>\r\n\r\n\r\n\r\n<p><span class=\"wp-block-katex-display-block katex-eq\" data-katex-display=\"true\">u\\left( {{y_1},{y_2}} \\right) = \\sum \\limits_j \\frac{{\\partial f}}{{\\partial {c_j}}}\\frac{{\\partial g}}{{\\partial {c_j}}}{u^2}\\left( {{c_j}} \\right).<\/span><\/p>\r\n\r\n\r\n\r\n<p>The correlation coefficient, <span class=\"katex-eq\" data-katex-display=\"false\"> r({y_1},{y_2} <\/span> ), can then be calculated from:<\/p>\r\n\r\n\r\n\r\n<p><span class=\"wp-block-katex-display-block katex-eq\" data-katex-display=\"true\">r\\left( {{y_1},{y_2}} \\right) = \\frac{{u\\left( {{y_1},{y_2}} \\right)}}{{u\\left( {{y_1}} \\right)u\\left( {{y_2}} \\right)}}<\/span><\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>Type B methods for evaluating correlation As we saw on the first page of this recipe, Type B evaluations of error correlation are based not on statistics, but instead on&#8230;<a class=\"read-more\" href=\"&#104;&#116;&#116;&#112;&#115;&#58;&#47;&#47;&#114;&#101;&#115;&#101;&#97;&#114;&#99;&#104;&#46;&#114;&#101;&#97;&#100;&#105;&#110;&#103;&#46;&#97;&#99;&#46;&#117;&#107;&#47;&#102;&#105;&#100;&#117;&#99;&#101;&#111;&#47;&#97;&#114;&#99;&#104;&#105;&#118;&#101;&#47;&#116;&#117;&#116;&#111;&#114;&#105;&#97;&#108;&#115;&#47;&#101;&#118;&#97;&#108;&#117;&#97;&#116;&#105;&#110;&#103;&#45;&#101;&#114;&#114;&#111;&#114;&#45;&#99;&#111;&#114;&#114;&#101;&#108;&#97;&#116;&#105;&#111;&#110;&#47;&#101;&#118;&#97;&#108;&#117;&#97;&#116;&#105;&#110;&#103;&#45;&#101;&#114;&#114;&#111;&#114;&#45;&#99;&#111;&#114;&#114;&#101;&#108;&#97;&#116;&#105;&#111;&#110;&#45;&#112;&#116;&#52;&#47;\">Read More ><\/a><\/p>\n","protected":false},"author":219,"featured_media":0,"parent":732,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"__cvm_playback_settings":[],"__cvm_video_id":"","footnotes":""},"coauthors":[6],"class_list":["post-906","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.8.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Evaluating error correlation - Fiduceo<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/research.reading.ac.uk\/fiduceo\/archive\/tutorials\/evaluating-error-correlation\/evaluating-error-correlation-pt4\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Evaluating error correlation - Fiduceo\" \/>\n<meta property=\"og:description\" content=\"Type B methods for evaluating correlation As we saw on the first page of this recipe, Type B evaluations of error correlation are based not on statistics, but instead on...Read More &gt;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/research.reading.ac.uk\/fiduceo\/archive\/tutorials\/evaluating-error-correlation\/evaluating-error-correlation-pt4\/\" \/>\n<meta property=\"og:site_name\" content=\"Fiduceo\" \/>\n<meta property=\"article:modified_time\" content=\"2019-07-30T11:14:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/research.reading.ac.uk\/fiduceo\/wp-content\/uploads\/sites\/129\/2019\/07\/tutorial-5-pt-4-fig1-1-1024x765.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/research.reading.ac.uk\/fiduceo\/archive\/tutorials\/evaluating-error-correlation\/evaluating-error-correlation-pt4\/\",\"url\":\"https:\/\/research.reading.ac.uk\/fiduceo\/archive\/tutorials\/evaluating-error-correlation\/evaluating-error-correlation-pt4\/\",\"name\":\"Evaluating error correlation - Fiduceo\",\"isPartOf\":{\"@id\":\"https:\/\/research.reading.ac.uk\/fiduceo\/#website\"},\"datePublished\":\"2019-07-12T10:17:54+00:00\",\"dateModified\":\"2019-07-30T11:14:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/research.reading.ac.uk\/fiduceo\/archive\/tutorials\/evaluating-error-correlation\/evaluating-error-correlation-pt4\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/research.reading.ac.uk\/fiduceo\/archive\/tutorials\/evaluating-error-correlation\/evaluating-error-correlation-pt4\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/research.reading.ac.uk\/fiduceo\/archive\/tutorials\/evaluating-error-correlation\/evaluating-error-correlation-pt4\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/research.reading.ac.uk\/fiduceo\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Archive\",\"item\":\"https:\/\/research.reading.ac.uk\/fiduceo\/archive\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Tutorials\",\"item\":\"https:\/\/research.reading.ac.uk\/fiduceo\/archive\/tutorials\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Evaluating error correlation\",\"item\":\"https:\/\/research.reading.ac.uk\/fiduceo\/archive\/tutorials\/evaluating-error-correlation\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Evaluating error correlation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/research.reading.ac.uk\/fiduceo\/#website\",\"url\":\"https:\/\/research.reading.ac.uk\/fiduceo\/\",\"name\":\"Fiduceo\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/research.reading.ac.uk\/fiduceo\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Evaluating error correlation - Fiduceo","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:\/\/research.reading.ac.uk\/fiduceo\/archive\/tutorials\/evaluating-error-correlation\/evaluating-error-correlation-pt4\/","og_locale":"en_GB","og_type":"article","og_title":"Evaluating error correlation - Fiduceo","og_description":"Type B methods for evaluating correlation As we saw on the first page of this recipe, Type B evaluations of error correlation are based not on statistics, but instead on...Read More >","og_url":"https:\/\/research.reading.ac.uk\/fiduceo\/archive\/tutorials\/evaluating-error-correlation\/evaluating-error-correlation-pt4\/","og_site_name":"Fiduceo","article_modified_time":"2019-07-30T11:14:44+00:00","og_image":[{"url":"https:\/\/research.reading.ac.uk\/fiduceo\/wp-content\/uploads\/sites\/129\/2019\/07\/tutorial-5-pt-4-fig1-1-1024x765.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/research.reading.ac.uk\/fiduceo\/archive\/tutorials\/evaluating-error-correlation\/evaluating-error-correlation-pt4\/","url":"https:\/\/research.reading.ac.uk\/fiduceo\/archive\/tutorials\/evaluating-error-correlation\/evaluating-error-correlation-pt4\/","name":"Evaluating error correlation - Fiduceo","isPartOf":{"@id":"https:\/\/research.reading.ac.uk\/fiduceo\/#website"},"datePublished":"2019-07-12T10:17:54+00:00","dateModified":"2019-07-30T11:14:44+00:00","breadcrumb":{"@id":"https:\/\/research.reading.ac.uk\/fiduceo\/archive\/tutorials\/evaluating-error-correlation\/evaluating-error-correlation-pt4\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/research.reading.ac.uk\/fiduceo\/archive\/tutorials\/evaluating-error-correlation\/evaluating-error-correlation-pt4\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/research.reading.ac.uk\/fiduceo\/archive\/tutorials\/evaluating-error-correlation\/evaluating-error-correlation-pt4\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/research.reading.ac.uk\/fiduceo\/"},{"@type":"ListItem","position":2,"name":"Archive","item":"https:\/\/research.reading.ac.uk\/fiduceo\/archive\/"},{"@type":"ListItem","position":3,"name":"Tutorials","item":"https:\/\/research.reading.ac.uk\/fiduceo\/archive\/tutorials\/"},{"@type":"ListItem","position":4,"name":"Evaluating error correlation","item":"https:\/\/research.reading.ac.uk\/fiduceo\/archive\/tutorials\/evaluating-error-correlation\/"},{"@type":"ListItem","position":5,"name":"Evaluating error correlation"}]},{"@type":"WebSite","@id":"https:\/\/research.reading.ac.uk\/fiduceo\/#website","url":"https:\/\/research.reading.ac.uk\/fiduceo\/","name":"Fiduceo","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/research.reading.ac.uk\/fiduceo\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"}]}},"_links":{"self":[{"href":"https:\/\/research.reading.ac.uk\/fiduceo\/wp-json\/wp\/v2\/pages\/906","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/research.reading.ac.uk\/fiduceo\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/research.reading.ac.uk\/fiduceo\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/research.reading.ac.uk\/fiduceo\/wp-json\/wp\/v2\/users\/219"}],"replies":[{"embeddable":true,"href":"https:\/\/research.reading.ac.uk\/fiduceo\/wp-json\/wp\/v2\/comments?post=906"}],"version-history":[{"count":2,"href":"https:\/\/research.reading.ac.uk\/fiduceo\/wp-json\/wp\/v2\/pages\/906\/revisions"}],"predecessor-version":[{"id":1428,"href":"https:\/\/research.reading.ac.uk\/fiduceo\/wp-json\/wp\/v2\/pages\/906\/revisions\/1428"}],"up":[{"embeddable":true,"href":"https:\/\/research.reading.ac.uk\/fiduceo\/wp-json\/wp\/v2\/pages\/732"}],"wp:attachment":[{"href":"https:\/\/research.reading.ac.uk\/fiduceo\/wp-json\/wp\/v2\/media?parent=906"}],"wp:term":[{"taxonomy":"author","embeddable":true,"href":"https:\/\/research.reading.ac.uk\/fiduceo\/wp-json\/wp\/v2\/coauthors?post=906"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}