mdphdensity: Multivariate discrete phase-type density

View source: R/RcppExports.R

mdphdensityR Documentation

Multivariate discrete phase-type density

Description

Computes the density of multivariate discrete phase-type distribution with parameters alpha and S at x.

Usage

mdphdensity(x, alpha, S_list)

Arguments

x

Matrix of positive integer values.

alpha

Initial probabilities.

S_list

List of marginal sub-transition matrices.

Value

The density at x.


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