rmixst {fitmixst4}R Documentation

Gernates random observation for a mixed skew t distribution

Description

Gernates random observation for a mixed skew t distribution

Usage

rmixst(n, para)

Arguments

n

number of generated observations.

para

the initial input parameters. para a list of the input parameters. para = list (pro, mu, Sigma, delta, nu).

Value

a vector of random observations.

Examples

pro = 1; mu=1; Sigma=3; delta=2; nu=3;
para = list(pro=pro,mu=mu,Sigma=Sigma,delta=delta,nu=nu)
y <- rmixst(100,para)

[Package fitmixst4 version 0.281 Index]