dmixst: The value of the mixed densities of multivarite skew t...

Description Usage Arguments Value Examples

Description

The value of the mixed densities of multivarite skew t distributions.

Usage

1
dmixst(x, para, log = FALSE)

Arguments

x

a vector.

para

an object of the parameters of the mixture of multivariate skew t distributions. pro a vector for the mixture ratios, mu the values, sigma, delta, nu

log

logical; if TRUE, probabilities p are given as log(p).

Value

numeric vector with the values of the mixture of the density functions.

Examples

1
2
3
4
x=c(1,2)
pro = 1; mu=1; Sigma=3; delta=2; nu=10;
para = list(pro=pro,mu=mu,Sigma=Sigma,delta=delta,nu=nu)
dmixst(x,para)

fitmixst4 documentation built on Sept. 29, 2019, 3 p.m.

Related to dmixst in fitmixst4...