Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
I know the parameters you feed to the RATE function, but does anyone know what the RATE function does internally - how does it work? RDph |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Calculates an internal rate of return that converts the payment stream into
the present value. It is an iterative function, meaning it tries successive guesses until an interest rate works. From the Help file Returns the interest rate per period of an annuity. RATE is calculated by iteration and can have zero or more solutions. If the successive results of RATE do not converge to within 0.0000001 after 20 iterations, RATE returns the #NUM! error value. "RDph" wrote: Hi I know the parameters you feed to the RATE function, but does anyone know what the RATE function does internally - how does it work? RDph |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
RDph wrote...
I know the parameters you feed to the RATE function, but does anyone know what the RATE function does internally - how does it work? It almost certainly uses a Newton-Raphson iterative approach since it's easy to calculate the necessary derivatives. Every numerical programming text I've seen covers solving polynomials in one variable using that algorithm. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
APR - RATE Function | Excel Worksheet Functions | |||
Rate function | Excel Worksheet Functions | |||
How to use RATE function? | Excel Discussion (Misc queries) | |||
How to use RATE function? | Excel Worksheet Functions | |||
help needed for Internal rate of return | Excel Worksheet Functions |