Learn R Programming

matrixdist (version 1.1.9)

mlognormalcdf: Matrix-lognormal cdf

Description

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

Usage

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

Value

The cdf (tail) at x.

Arguments

x

Non-negative value.

alpha

Initial probabilities.

S

Sub-intensity matrix.

beta

Shape parameter.

lower_tail

Cdf or tail.