Learn R Programming

ibdreg (version 0.2.2)

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)

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

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

Run the code above in your browser using DataLab