Description Usage Arguments Value Examples
View source: R/estimate_parameters.R
Computes the fitted parameters for multiple data samples and a model.
1 | EstimateParametersMulti(model, data, flat = F)
|
data: |
A matrix of data samples compatible with the specified model. |
model: |
A string specifying the model to compute the log-likehood for. |
A vector/matrix of the fitted parameters.
1 2 3 | data = GenerateDataMulti(25, "norm", c(mu = 0.3, sd = 1.2), 10)
models = c("norm0", "norm1", "norm")
EstimateParameters(data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.