powered by
Convert effective to nominal Arps decline.
as.nominal(D.eff, from.period=c("year", "month", "day"), to.period=c("year", "month", "day"))
tangent effective Arps decline [1 / time].
time period for D.eff (default "year").
D.eff
"year"
time period for result (default "year").
Returns the Arps nominal decline rate in units of [1 / to.period].
to.period
D.eff should be specified in fractional (i.e. 95% = 0.95) units as a tangent effective decline (see SPEE REP#6 [https://secure.spee.org/sites/default/files/wp-files/pdf/ReferencesResources/REP06-DeclineCurves.pdf]).
When appropriate, internally uses rescale.by.time to perform time unit conversion.
rescale.by.time
as.effective, rescale.by.time.
as.effective
# NOT RUN { ## 95% / year effective decline to nominal daily decline as.nominal(0.95, from.period="year", to.period="day") # }
Run the code above in your browser using DataLab