Does the mean of ROI, annualized = the mean of annualized ROI?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I'm not sure if I have a math error, or a comprehension error.



I have a series of ROIs over different periods (30 days, 5 years, etc)



roi = (value-cost)/cost


I also annualized all of these ROIs using this formula:



aroi = (value/cost)**(365/days) - 1 


These return identical values for a period of 365 days as expected.



Now, here is where I get confused. I will use a period of 2 years as example.



If I take my mean of ROIs over this two year period, I get 23.6% which annualizes to 11.17%.



But if I take these same ROI's, annualize all of them, and take the mean of that, I get 10.32%.



Do I have a math error? Do we expect these numbers to be the same? And if not, which is the better estimate?







share|cite|improve this question











migrated from stackoverflow.com Jul 24 at 1:32


This question came from our site for professional and enthusiast programmers.


















    up vote
    0
    down vote

    favorite












    I'm not sure if I have a math error, or a comprehension error.



    I have a series of ROIs over different periods (30 days, 5 years, etc)



    roi = (value-cost)/cost


    I also annualized all of these ROIs using this formula:



    aroi = (value/cost)**(365/days) - 1 


    These return identical values for a period of 365 days as expected.



    Now, here is where I get confused. I will use a period of 2 years as example.



    If I take my mean of ROIs over this two year period, I get 23.6% which annualizes to 11.17%.



    But if I take these same ROI's, annualize all of them, and take the mean of that, I get 10.32%.



    Do I have a math error? Do we expect these numbers to be the same? And if not, which is the better estimate?







    share|cite|improve this question











    migrated from stackoverflow.com Jul 24 at 1:32


    This question came from our site for professional and enthusiast programmers.
















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I'm not sure if I have a math error, or a comprehension error.



      I have a series of ROIs over different periods (30 days, 5 years, etc)



      roi = (value-cost)/cost


      I also annualized all of these ROIs using this formula:



      aroi = (value/cost)**(365/days) - 1 


      These return identical values for a period of 365 days as expected.



      Now, here is where I get confused. I will use a period of 2 years as example.



      If I take my mean of ROIs over this two year period, I get 23.6% which annualizes to 11.17%.



      But if I take these same ROI's, annualize all of them, and take the mean of that, I get 10.32%.



      Do I have a math error? Do we expect these numbers to be the same? And if not, which is the better estimate?







      share|cite|improve this question











      I'm not sure if I have a math error, or a comprehension error.



      I have a series of ROIs over different periods (30 days, 5 years, etc)



      roi = (value-cost)/cost


      I also annualized all of these ROIs using this formula:



      aroi = (value/cost)**(365/days) - 1 


      These return identical values for a period of 365 days as expected.



      Now, here is where I get confused. I will use a period of 2 years as example.



      If I take my mean of ROIs over this two year period, I get 23.6% which annualizes to 11.17%.



      But if I take these same ROI's, annualize all of them, and take the mean of that, I get 10.32%.



      Do I have a math error? Do we expect these numbers to be the same? And if not, which is the better estimate?









      share|cite|improve this question










      share|cite|improve this question




      share|cite|improve this question









      asked Jul 23 at 17:33







      CleverChimp











      migrated from stackoverflow.com Jul 24 at 1:32


      This question came from our site for professional and enthusiast programmers.






      migrated from stackoverflow.com Jul 24 at 1:32


      This question came from our site for professional and enthusiast programmers.






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          There is a difference between a large group of mice and a group of large mice - while they'd both make an excellent horror movie, the plot lines would probably be considerably different. So, yes, order definitely has an impact.



          In general, the answer is (and I know mathematicians will hate this) "it depends" :-). You cannot rely on the same results if you change the order of operations.



          I'm tempted to say it's because of commutativity but, from memory, that applies to a single operation with the quantities swapped. So, multiplication is commutative and division is not:



          10 x 5 = 50, 5 x 10 = 50, commutative.
          10 / 5 = 2, 5 / 10 = 0.5, non-commutative.


          Whether that term can apply to the order of mutiple operations, I couldn't say for sure(a), but it seems related.



          In fact, there are a great many operations which produce different results depending on the order. For example, the sum of the square roots of 49 and 64 is 7 + 8 or 15, whereas the square root of the sum of 49 and 64 (113) is about 10.6.



          There are also operations that produce the same results, such as "half of the sum" and "sum of the halves".



          But your particular set of operations appears to fall in the "different results" category.




          (a) And, since this site is full of math geeks just waiting to pummel me if I make a fundamental mistake like that, I'm not going to risk it :-)






          share|cite|improve this answer























          • +1 for the first sentence (at least) !
            – Claude Leibovici
            Jul 24 at 5:36










          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: "69"
          ;
          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',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );








           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2860921%2fdoes-the-mean-of-roi-annualized-the-mean-of-annualized-roi%23new-answer', 'question_page');

          );

          Post as a guest





























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          1
          down vote













          There is a difference between a large group of mice and a group of large mice - while they'd both make an excellent horror movie, the plot lines would probably be considerably different. So, yes, order definitely has an impact.



          In general, the answer is (and I know mathematicians will hate this) "it depends" :-). You cannot rely on the same results if you change the order of operations.



          I'm tempted to say it's because of commutativity but, from memory, that applies to a single operation with the quantities swapped. So, multiplication is commutative and division is not:



          10 x 5 = 50, 5 x 10 = 50, commutative.
          10 / 5 = 2, 5 / 10 = 0.5, non-commutative.


          Whether that term can apply to the order of mutiple operations, I couldn't say for sure(a), but it seems related.



          In fact, there are a great many operations which produce different results depending on the order. For example, the sum of the square roots of 49 and 64 is 7 + 8 or 15, whereas the square root of the sum of 49 and 64 (113) is about 10.6.



          There are also operations that produce the same results, such as "half of the sum" and "sum of the halves".



          But your particular set of operations appears to fall in the "different results" category.




          (a) And, since this site is full of math geeks just waiting to pummel me if I make a fundamental mistake like that, I'm not going to risk it :-)






          share|cite|improve this answer























          • +1 for the first sentence (at least) !
            – Claude Leibovici
            Jul 24 at 5:36














          up vote
          1
          down vote













          There is a difference between a large group of mice and a group of large mice - while they'd both make an excellent horror movie, the plot lines would probably be considerably different. So, yes, order definitely has an impact.



          In general, the answer is (and I know mathematicians will hate this) "it depends" :-). You cannot rely on the same results if you change the order of operations.



          I'm tempted to say it's because of commutativity but, from memory, that applies to a single operation with the quantities swapped. So, multiplication is commutative and division is not:



          10 x 5 = 50, 5 x 10 = 50, commutative.
          10 / 5 = 2, 5 / 10 = 0.5, non-commutative.


          Whether that term can apply to the order of mutiple operations, I couldn't say for sure(a), but it seems related.



          In fact, there are a great many operations which produce different results depending on the order. For example, the sum of the square roots of 49 and 64 is 7 + 8 or 15, whereas the square root of the sum of 49 and 64 (113) is about 10.6.



          There are also operations that produce the same results, such as "half of the sum" and "sum of the halves".



          But your particular set of operations appears to fall in the "different results" category.




          (a) And, since this site is full of math geeks just waiting to pummel me if I make a fundamental mistake like that, I'm not going to risk it :-)






          share|cite|improve this answer























          • +1 for the first sentence (at least) !
            – Claude Leibovici
            Jul 24 at 5:36












          up vote
          1
          down vote










          up vote
          1
          down vote









          There is a difference between a large group of mice and a group of large mice - while they'd both make an excellent horror movie, the plot lines would probably be considerably different. So, yes, order definitely has an impact.



          In general, the answer is (and I know mathematicians will hate this) "it depends" :-). You cannot rely on the same results if you change the order of operations.



          I'm tempted to say it's because of commutativity but, from memory, that applies to a single operation with the quantities swapped. So, multiplication is commutative and division is not:



          10 x 5 = 50, 5 x 10 = 50, commutative.
          10 / 5 = 2, 5 / 10 = 0.5, non-commutative.


          Whether that term can apply to the order of mutiple operations, I couldn't say for sure(a), but it seems related.



          In fact, there are a great many operations which produce different results depending on the order. For example, the sum of the square roots of 49 and 64 is 7 + 8 or 15, whereas the square root of the sum of 49 and 64 (113) is about 10.6.



          There are also operations that produce the same results, such as "half of the sum" and "sum of the halves".



          But your particular set of operations appears to fall in the "different results" category.




          (a) And, since this site is full of math geeks just waiting to pummel me if I make a fundamental mistake like that, I'm not going to risk it :-)






          share|cite|improve this answer















          There is a difference between a large group of mice and a group of large mice - while they'd both make an excellent horror movie, the plot lines would probably be considerably different. So, yes, order definitely has an impact.



          In general, the answer is (and I know mathematicians will hate this) "it depends" :-). You cannot rely on the same results if you change the order of operations.



          I'm tempted to say it's because of commutativity but, from memory, that applies to a single operation with the quantities swapped. So, multiplication is commutative and division is not:



          10 x 5 = 50, 5 x 10 = 50, commutative.
          10 / 5 = 2, 5 / 10 = 0.5, non-commutative.


          Whether that term can apply to the order of mutiple operations, I couldn't say for sure(a), but it seems related.



          In fact, there are a great many operations which produce different results depending on the order. For example, the sum of the square roots of 49 and 64 is 7 + 8 or 15, whereas the square root of the sum of 49 and 64 (113) is about 10.6.



          There are also operations that produce the same results, such as "half of the sum" and "sum of the halves".



          But your particular set of operations appears to fall in the "different results" category.




          (a) And, since this site is full of math geeks just waiting to pummel me if I make a fundamental mistake like that, I'm not going to risk it :-)







          share|cite|improve this answer















          share|cite|improve this answer



          share|cite|improve this answer








          edited Jul 24 at 5:45


























          answered Jul 24 at 0:43









          paxdiablo

          7692613




          7692613











          • +1 for the first sentence (at least) !
            – Claude Leibovici
            Jul 24 at 5:36
















          • +1 for the first sentence (at least) !
            – Claude Leibovici
            Jul 24 at 5:36















          +1 for the first sentence (at least) !
          – Claude Leibovici
          Jul 24 at 5:36




          +1 for the first sentence (at least) !
          – Claude Leibovici
          Jul 24 at 5:36












           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2860921%2fdoes-the-mean-of-roi-annualized-the-mean-of-annualized-roi%23new-answer', 'question_page');

          );

          Post as a guest













































































          Comments

          Popular posts from this blog

          What is the equation of a 3D cone with generalised tilt?

          Color the edges and diagonals of a regular polygon

          Relationship between determinant of matrix and determinant of adjoint?