chibar3.w {ibdreg}R Documentation

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)

Arguments

sigma covariance matrix (3 x 3) of the 3 distributions

Value

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

See Also

pchibar

Examples

chibar3.w(sigma=diag(c(1,1,1)))

[Package ibdreg version 0.1.2 Index]