Learn R Programming

iemisc (version 0.5.0)

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

Description

Compute F given P with interest compounded continuously

Usage

FgivenPcont(P, n, r)

Arguments

P
numeric vector that contains the present 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

  • FgivenPcont numeric vector that contains the future value(s) rounded to 2 decimal places

encoding

UTF-8

Details

F is expressed as

$$F = Pe^{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-170.

Examples

Run this code
library(iemisc)
# Example 4-33 from the Reference text (page 170)
FgivenPcont(10000, 2, 5) # the interest rate is 5\%

Run the code above in your browser using DataLab