pv: Present value

View source: R/pv.R

pvR Documentation

Present value

Description

Compute the present value of a numeric quantiy z given a discount rate dr and times t.

Usage

pv(z, dr, t)

Arguments

z

A numeric quantity.

dr

The discount rate.

t

A vector of times to compute the present value.

Examples

pv(1000, dr = .03, t = 0:4)

hesim-dev/rcea documentation built on April 26, 2022, 9:08 p.m.