Description Usage Arguments Details Value See Also Examples
Convert effective to nominal Arps decline.
1 2 3 | as.nominal(D.eff,
from.period=c("year", "month", "day"),
to.period=c("year", "month", "day"))
|
D.eff |
tangent effective Arps decline [1 / time]. |
from.period |
time period for |
to.period |
time period for result (default |
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.
Returns the Arps nominal decline rate in units of [1 / to.period
].
as.effective
, rescale.by.time
.
1 2 | ## 95% / year effective decline to nominal daily decline
as.nominal(0.95, from.period="year", to.period="day")
|
[1] 0.008201868
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.