mParetocdf: Matrix-Pareto cdf

mparetocdfR Documentation

Matrix-Pareto cdf

Description

Computes the cdf (tail) of a matrix-Pareto distribution with parameters alpha, S and beta at x.

Usage

mparetocdf(x, alpha, S, beta, lower_tail = TRUE)

Arguments

x

Non-negative value.

alpha

Initial probabilities.

S

Sub-intensity matrix.

beta

Scale parameter.

lower_tail

Cdf or tail.

Value

The cdf (tail) at x.


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