pvYearlyCompSingleCF | R Documentation |
Computing Present Value of a Single Cash Flow with Yearly Compounding.
pvYearlyCompSingleCF(r, n, fv)
r |
A number. |
n |
A number. |
fv |
A number. |
As \insertCitebrook;textualtvmComp points out that when we are interested in computing the current value of something that we will receive in the future for that the concept called Present Value is used. He further comments that Present Value is a bit trickier to understand, but it helps us put a price or value today on a future cash flow. To get quantitative estimate of the Present Value, you can use the method pvYearlyCompSingleCF()
that computes for you Present Value of a Single Cash Flow with Yearly Compounding Frequency.
The method pvYearlyCompSingleCF()
gives Present Value when values are passed to its three arguments. Here r
is annual rate, n
is number of years and fv
is Future Value.
Input values to three arguments r
, n
and fv
.
MaheshP Kumar, maheshparamjitkumar@gmail.com
brooktvmComp
pvYearlyCompSingleCF(0.08,10,2000) pvYearlyCompSingleCF(0.08,10,-2000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.