mgevden: Matrix-GEV density

View source: R/RcppExports.R

mgevdenR Documentation

Matrix-GEV density

Description

Computes the density of a matrix-GEV distribution with parameters alpha, S and beta at x. Does not allow for atoms in zero.

Usage

mgevden(x, alpha, S, beta)

Arguments

x

Non-negative value.

alpha

Initial probabilities.

S

Sub-intensity matrix.

beta

Transformation parameters.

Value

The density at x.


matrixdist documentation built on Aug. 8, 2023, 5:06 p.m.