PgivenG: Present value given Gradient value (Engineering Economics)
Description
Compute P given G
Usage
PgivenG(
G,
n,
i,
frequency = c("annual", "semiannual", "quarter", "bimonth", "month", "daily")
)
Value
PgivenG numeric vector that contains the present value(s) rounded to
2 decimal places
Arguments
G
numeric vector that contains the gradient value(s)
n
numeric vector that contains the period value(s)
i
numeric vector that contains the interest rate(s) as a percent
frequency
character vector that contains the frequency used to
obtain the number of periods [annual (1), semiannual (2), quarter (4),
bimonth (6), month (12), daily (365)]
William G. Sullivan, Elin M. Wicks, and C. Patrick Koelling, Engineering Economy, Fourteenth Edition, Upper Saddle River, New Jersey: Pearson/Prentice Hall, 2009, page 142, 150, 152-154.