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