Partial net present values
NPV_partial.RdComputes the sequence \(NPV(0), NPV(1), \dots, NPV(n)\) of partial net present values from a profit signature.
Examples
Pi <- c(-15.00, 8.42, 8.39, 8.58)
NPV_partial(Pi, r = 0.10)
#> NPV(0) NPV(1) NPV(2) NPV(3)
#> -15.0000000 -7.3454545 -0.4115702 6.0347107