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