View source: R/MECC_functions.R
marginal_interval | R Documentation |
function to transform marginals into (0,1) interval
marginal_interval(data, d = 0.01)
data |
data frame with three columns containing years, severity and duration. Preferably the output of 'get_drought_series()' |
d |
a small value between zero and one. It is used bind the distribution to a open interval between zero and one, i.e. ]0,1[ |
the default value of 'd' is 0.01 (Zhang and Singh, 2019)
a vector with three values, the Lagrangian multipliers *Lambda_0*, *Lambda_1*, and *Lambda_2*
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.