I would like to know if the numerical method used to compute the IRR function in Excel is known.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Excel documentation states it uses Newton Raphson method for IRR calculation
But my test with sample data using Excel IRR and my own IRR code show different results using default seed value in a number of cases that leads me to think it is an altered form of Newton Raphson method they are applying to Excel IRR function