Learn R Programming

tvmComp (version 1.0.2)

pvContinuousCompSingleCF: Calculates Present Value of a Single Cash Flow that is Compounded Continuously.

Description

Calculates Present Value of a Single Cash Flow that is Compounded Continuously.

Usage

pvContinuousCompSingleCF(r, n, fv)

Arguments

r

A number.

n

A number.

fv

A number.

Value

Input values to three arguments r , n and fv.

Details

According to tman;textualtvmComp, a continuously compounding scenario is that where the time intervals between interest payments are infinitely small. The Method pvContinuousCompSingleCF() was developed for this scenario and calculates Present Value of a Single Cash Flow that is Compounded Continuously. The method 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

References

hummtvmComp

Examples

Run this code
# NOT RUN {
pvContinuousCompSingleCF(0.1854,1,3250)
pvContinuousCompSingleCF(0.1854,1,-3250)
# }

Run the code above in your browser using DataLab