Description Usage Arguments Details Value
*NOTE: This function is not avaible in the current version of jDirichletMixtureModels.*
Create an model object to be used in the dmm.cluster
function, using user given R functions.
1 2 | dmm.RModel(pdf_func, sample_func = NULL, marg_func = NULL, params,
isconjugate = TRUE)
|
pdf_func |
A function that takes as input |
params |
A list of all hyperparameters needed for the above three functions. |
isconjugate |
A logical. |
sample_fct |
Optional for nonconjugate models. A function takes as input |
marg_fct |
Only needed for conjugate models. A function takes as input |
@usage model <- dmm.Rmodel(pdf_fct, sample_fct, marg_fct, params, isconjugate=TRUE)
A model object of type RModel which can be passed to dmm.cluster
.
#@export
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.