View source: R/MECC_functions.R
get_distribution_comparison | R Documentation |
function to compare changes in the returnt period distribution over time
get_distribution_comparison(data_study, data_reference, d)
data_study |
data frame with seven columns containing years, severity and duration, its transformations and the entropy-based marginals for the STUDY period of interest. Preferably the output of 'get_marginal_distribution()'. |
data_reference |
data frame with seven columns containing years, severity and duration, its transformations and the entropy-based marginals for the REFERENCE period of interest. Preferably the output of 'get_marginal_distribution()'. |
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[ |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.