Discounted payback period
discounted_payback_period.RdReturns the first duration \(t\) for which the partial net present value \(NPV(t)\) is nonnegative.
Examples
Pi <- c(-15.00, 8.42, 8.39, 8.58)
discounted_payback_period(Pi, r = 0.10)
#> [1] 3
discounted_payback_period.RdReturns the first duration \(t\) for which the partial net present value \(NPV(t)\) is nonnegative.
Pi <- c(-15.00, 8.42, 8.39, 8.58)
discounted_payback_period(Pi, r = 0.10)
#> [1] 3