dist_genpareto(u =NULL, sigmau =NULL, xi =NULL)dist_genpareto1(u =NULL, sigmau =NULL, xi =NULL)
Arguments
u: Scalar location parameter, or NULL as a placeholder.
sigmau: Scalar scale parameter, or NULL as a placeholder.
xi: Scalar shape parameter, or NULL as a placeholder.
Returns
A GeneralizedParetoDistribution object.
Details
All parameters can be overridden with with_params = list(u = ..., sigmau = ..., xi = ...).
dist_genpareto1 is equivalent to dist_genpareto but enforces bound constraints on xi to [0, 1]. This ensures unboundedness and finite expected value unless xi == 1.0.