PosteriorParameters {dirichletprocess} | R Documentation |
Calculate the posterior parameters for a conjugate prior.
Description
Calculate the posterior parameters for a conjugate prior.
Usage
PosteriorParameters(mdObj, x)
## S3 method for class 'mvnormal'
PosteriorParameters(mdObj, x)
## S3 method for class 'normalFixedVariance'
PosteriorParameters(mdObj, x)
## S3 method for class 'normal'
PosteriorParameters(mdObj, x)
Arguments
mdObj |
Mixing distribution object |
x |
Data |
Value
Parameters of the posterior distribution
[Package dirichletprocess version 0.4.2 Index]