EstimateParametersMulti: Computes the fitted parameters for multiple data samples and...

Description Usage Arguments Value Examples

View source: R/estimate_parameters.R

Description

Computes the fitted parameters for multiple data samples and a model.

Usage

1
EstimateParametersMulti(model, data, flat = F)

Arguments

data:

A matrix of data samples compatible with the specified model.

model:

A string specifying the model to compute the log-likehood for.

Value

A vector/matrix of the fitted parameters.

Examples

1
2
3
data = GenerateDataMulti(25, "norm", c(mu = 0.3, sd = 1.2), 10)
models = c("norm0", "norm1", "norm")
EstimateParameters(data)

mcullan/ecic documentation built on Sept. 3, 2019, 9:57 a.m.