Learn R Programming

iemisc (version 0.5.0)

PgivenFcont: Present value given Future value [continuous] (Engineering Economics)

Description

Compute P given F with interest compounded continuously

Usage

PgivenFcont(F, n, r)

Arguments

F
numeric vector that contains the future value(s)
n
numeric vector that contains the period value(s)
r
numeric vector that contains the continuously compounded nominal annual interest rate(s) as a percent

Value

  • PgivenFcont numeric vector that contains the present value(s) rounded to 2 decimal places

encoding

UTF-8

Details

P is expressed as

$$P = Fe^{-rn}$$

[object Object],[object Object],[object Object],[object Object]

References

William G. Sullivan, Elin M. Wicks, and C. Patrick Koelling, Engineering Economy, Fourteenth Edition, Upper Saddle River, New Jersey: Pearson/Prentice Hall, 2009, page 169.

Examples

Run this code
library(iemisc)
PgivenFcont(1000, 9, 7) # the interest rate is 7\%

Run the code above in your browser using DataLab