Learn R Programming

ibdreg (version 0.3.8)

chibar3.w: Compute mixture proportions, w, for mixture chi-square distribution

Description

Compute mixture proportions, w, for mixture chi-square distribution when k=0..3, where k = df of chi-squares

Usage

chibar3.w(sigma)

Value

mixing proportions, with element w[k+1] the mixture proportion for k, k=0..3.

Arguments

sigma

covariance matrix (3 x 3) of the 3 distributions

See Also

pchibar

Examples

Run this code
chibar3.w(sigma=diag(c(1,1,1)))

Run the code above in your browser using DataLab