I have series of irregular negative payments followed by one positive payment. I would reorganize the data somewhat if I could solve the more general case where some of the intermediate payments were also positive, but this isn't necessary.

I hadn't suspected, until a few days ago, that this was a difficult problem. All the solutions I have looked at so far recognize that they will not always provide an answer, even when there is one. They generally say little or nothing about when there is or isn't a solution or the circumstances under which they will fail to find an existing answer. It would be helpful to know more about such constraints.

Unfortunately, I am not a mathematician and have difficulty understanding many of the texts I have found. What I need are some simple guidelines and constraints to go along with the algorithms.

To put this in perspective - the Excel XIRR function has been accepted as a solution thus far. But I don't see how to reliably find the maximum and minimum valued solutions where there are more than one and I don't know how likely it is to fail or what characteristics of the data would induce failure (other than leading payments of 0, which it doesn't handle at all).


In reply to Re^2: Internal Rate of Return by ig
in thread Internal Rate of Return by ig

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.