View source: R/MECC_functions.R
get_comparison_tr | R Documentation |
function to compare changes in the return period over time
get_comparison_tr(data_study, return_periods_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()'. |
return_periods_reference |
data frame with marginal probabilities, absolute values and copula-based return period for the reference period. Preferably the output from get_return_periods |
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.