| params.mixture | R Documentation |
mixture object.Returns a named numeric vector containing all component parameters (flattened) followed by the mixing weights.
## S3 method for class 'mixture'
params(x)
x |
A |
A named numeric vector.
m <- mixture(list(normal(0, 1), normal(5, 2)), c(0.3, 0.7))
params(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.