Linear fit for correlated data












2












$begingroup$


Assume I have a set of data points $(x_i,y_i)$ that I want to fit to some model function $f$ which depends on a couple of fit parameters, i.e. $y=f(x;a_1,a_2, ...)$. Usually I'd define a "chi-square" as the sum over the residuals,



$chi^2 = sum_i dfrac{(y_i-f_i)^2}{(Delta y_i)^2}$



where the $Delta y_i$ denote the uncertainties of the data points (due to measurements, Monte-Carlo, etc.) and minimize it using some routine like Levenberg-Marquardt or similar to find the optimal parameters $a_i$.



However, if there is correlations between the data points and I know the full covariance matrix $C$ (calculated, for instance, using the Jackknife method), I'd instead minimize the more general



$chi^2 = sum_{ij} (y_i-f_i), C_{ij}, (y_j-f_j)$



which takes the correlations into account. As an example, $C_{24}<0$ would imply that the points $y_2$ and $y_4$ are anti-correlated (perhaps due to being calculated from the same data set). In the special case of no cross-correlations $C = mathrm{diag}(Delta y_1^{-2},Delta y_2^{-2}, ldots) $ and it reduces to the first equation.



My question now is the following: In the case of a linear regression model, I wouldn't need a minimizer routine, since the best fit parameters can be calculated exactly (see, e.g., Numerical Recipes, chapter 15.2). Is this still possible for the "covariance optimized" $chi^2$ defined above?










share|cite|improve this question









$endgroup$



migrated from math.stackexchange.com Jan 30 at 6:12


This question came from our site for people studying math at any level and professionals in related fields.























    2












    $begingroup$


    Assume I have a set of data points $(x_i,y_i)$ that I want to fit to some model function $f$ which depends on a couple of fit parameters, i.e. $y=f(x;a_1,a_2, ...)$. Usually I'd define a "chi-square" as the sum over the residuals,



    $chi^2 = sum_i dfrac{(y_i-f_i)^2}{(Delta y_i)^2}$



    where the $Delta y_i$ denote the uncertainties of the data points (due to measurements, Monte-Carlo, etc.) and minimize it using some routine like Levenberg-Marquardt or similar to find the optimal parameters $a_i$.



    However, if there is correlations between the data points and I know the full covariance matrix $C$ (calculated, for instance, using the Jackknife method), I'd instead minimize the more general



    $chi^2 = sum_{ij} (y_i-f_i), C_{ij}, (y_j-f_j)$



    which takes the correlations into account. As an example, $C_{24}<0$ would imply that the points $y_2$ and $y_4$ are anti-correlated (perhaps due to being calculated from the same data set). In the special case of no cross-correlations $C = mathrm{diag}(Delta y_1^{-2},Delta y_2^{-2}, ldots) $ and it reduces to the first equation.



    My question now is the following: In the case of a linear regression model, I wouldn't need a minimizer routine, since the best fit parameters can be calculated exactly (see, e.g., Numerical Recipes, chapter 15.2). Is this still possible for the "covariance optimized" $chi^2$ defined above?










    share|cite|improve this question









    $endgroup$



    migrated from math.stackexchange.com Jan 30 at 6:12


    This question came from our site for people studying math at any level and professionals in related fields.





















      2












      2








      2





      $begingroup$


      Assume I have a set of data points $(x_i,y_i)$ that I want to fit to some model function $f$ which depends on a couple of fit parameters, i.e. $y=f(x;a_1,a_2, ...)$. Usually I'd define a "chi-square" as the sum over the residuals,



      $chi^2 = sum_i dfrac{(y_i-f_i)^2}{(Delta y_i)^2}$



      where the $Delta y_i$ denote the uncertainties of the data points (due to measurements, Monte-Carlo, etc.) and minimize it using some routine like Levenberg-Marquardt or similar to find the optimal parameters $a_i$.



      However, if there is correlations between the data points and I know the full covariance matrix $C$ (calculated, for instance, using the Jackknife method), I'd instead minimize the more general



      $chi^2 = sum_{ij} (y_i-f_i), C_{ij}, (y_j-f_j)$



      which takes the correlations into account. As an example, $C_{24}<0$ would imply that the points $y_2$ and $y_4$ are anti-correlated (perhaps due to being calculated from the same data set). In the special case of no cross-correlations $C = mathrm{diag}(Delta y_1^{-2},Delta y_2^{-2}, ldots) $ and it reduces to the first equation.



      My question now is the following: In the case of a linear regression model, I wouldn't need a minimizer routine, since the best fit parameters can be calculated exactly (see, e.g., Numerical Recipes, chapter 15.2). Is this still possible for the "covariance optimized" $chi^2$ defined above?










      share|cite|improve this question









      $endgroup$




      Assume I have a set of data points $(x_i,y_i)$ that I want to fit to some model function $f$ which depends on a couple of fit parameters, i.e. $y=f(x;a_1,a_2, ...)$. Usually I'd define a "chi-square" as the sum over the residuals,



      $chi^2 = sum_i dfrac{(y_i-f_i)^2}{(Delta y_i)^2}$



      where the $Delta y_i$ denote the uncertainties of the data points (due to measurements, Monte-Carlo, etc.) and minimize it using some routine like Levenberg-Marquardt or similar to find the optimal parameters $a_i$.



      However, if there is correlations between the data points and I know the full covariance matrix $C$ (calculated, for instance, using the Jackknife method), I'd instead minimize the more general



      $chi^2 = sum_{ij} (y_i-f_i), C_{ij}, (y_j-f_j)$



      which takes the correlations into account. As an example, $C_{24}<0$ would imply that the points $y_2$ and $y_4$ are anti-correlated (perhaps due to being calculated from the same data set). In the special case of no cross-correlations $C = mathrm{diag}(Delta y_1^{-2},Delta y_2^{-2}, ldots) $ and it reduces to the first equation.



      My question now is the following: In the case of a linear regression model, I wouldn't need a minimizer routine, since the best fit parameters can be calculated exactly (see, e.g., Numerical Recipes, chapter 15.2). Is this still possible for the "covariance optimized" $chi^2$ defined above?







      optimization covariance correlation regression chi-squared






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Jan 28 at 21:29







      Beaker











      migrated from math.stackexchange.com Jan 30 at 6:12


      This question came from our site for people studying math at any level and professionals in related fields.









      migrated from math.stackexchange.com Jan 30 at 6:12


      This question came from our site for people studying math at any level and professionals in related fields.
























          0






          active

          oldest

          votes












          Your Answer





          StackExchange.ifUsing("editor", function () {
          return StackExchange.using("mathjaxEditing", function () {
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          });
          });
          }, "mathjax-editing");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "65"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f389874%2flinear-fit-for-correlated-data%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown
























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Cross Validated!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          Use MathJax to format equations. MathJax reference.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f389874%2flinear-fit-for-correlated-data%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          MongoDB - Not Authorized To Execute Command

          in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith

          How to fix TextFormField cause rebuild widget in Flutter