P.r.s | R Documentation |
Arguments: @param dat features x samples data matrix for mixture modeling @param pars Gaussian mixture model parameters (diagonal covariances); list with elements mu (mean vectors), sd (covariance diagonals), w (weights). The mu and sd are component x features matrices, w is vector giving weight for each component. @param log Logical. Return densities in log domain. @param scaling Try to avoid floating errors. To be improved later.
P.r.s(dat, pars, log = TRUE, scaling = 0)
Returns: @return Probability density
Contact: Leo Lahti leo.lahti@iki.fi
See citation("netresponse")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.