View source: R/MclustBounded.R
predict.MclustBounded | R Documentation |
Predict clustering for univariate and multivariate bounded data based on
Gaussian finite mixture models estimated by MclustBounded()
.
## S3 method for class 'MclustBounded'
predict(object, newdata, ...)
object |
An object of class |
newdata |
A numeric vector, matrix, or data frame of observations. If
missing the density is computed for the input data obtained from the call to
|
... |
Further arguments passed to or from other methods. |
Returns a list of with the following components:
classification
A factor of predicted cluster labels for newdata.
z
A matrix whose [i,k]
th entry is the probability that i
th
observation in newdata
belongs to the k
th cluster.
Luca Scrucca
Scrucca L. (2019) A transformation-based approach to Gaussian mixture density estimation for bounded data. Biometrical Journal, 61:4, 873–888. \Sexpr[results=rd]{tools:::Rd_expr_doi("doi:10.1002/bimj.201800174")}
MclustBounded()
, plot.MclustBounded()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.