get_copula_distribution: function to obtain Copula and Survival Copula distributions

View source: R/MECC_functions.R

get_copula_distributionR Documentation

function to obtain Copula and Survival Copula distributions

Description

function to obtain Copula and Survival Copula distributions

Usage

get_copula_distribution(copula_mult, type = "complete", values = NULL)

Arguments

copula_mult

vector with the six copula lagrange multipliers (in this orther: *Lambda_0*, *Lambda_1*, and *Lambda_2*, *Gamma_1*, *Gamma_2*, and *Lambda_3*). Preferably the output from 'get_copula_multipliers()'

type

string indicating if the probabilities should be calculated to the complete range of the marginals or to some specific values. Available options: 'complete' and 'limited'. Default value is 'complete'

values

vector required if 'type == "limited"'. Default value is 'NULL'

Value

a 4 column data frame with x and y values for mapping, and the values of Copula and Survival Copula distributions.


pedroalencar1/DroughtSDF documentation built on May 8, 2023, 6:58 p.m.