Learn R Programming

bgev (version 0.2)

bgev.support: Support of the bimodal GEV distribution

Description

When the shape parameter xi is different from zero, the support is truncated either at the left or at the right side of the real. Considering the support is particularly useful to estimating momoments and to compute the likelihood function.

Usage

bgev.support(mu, sigma, xi, delta)

Value

It returns a vector representing the interval for which the density function is not null.

Arguments

mu

location parameter

sigma

shape parameter

xi

shape parameter

delta

bimodality parameter

Author

tools:::Rd_package_author("bgev")

References

Otiniano, Cira EG, et al. (2023). A bimodal model for extremes data. Environmental and Ecological Statistics, 1-28. http://dx.doi.org/10.1007/s10651-023-00566-7

Examples

Run this code
# Computes the support of a specific bimodal GEV distribution
support = bgev.support(mu=1, sigma=10, xi=0.3, delta=2)

Run the code above in your browser using DataLab