fit_stochastic_model | R Documentation |
This function fits a stochastic model to provided conditions using the Differential Evolution optimization algorithm. It aims to optimize the model parameters to minimize the sum of squared errors (SSE) between the model's predictions and human accuracy data.
fit_stochastic_model(model_name, conds, lower, upper)
model_name |
A string specifying the name of the stochastic model to be fitted. |
conds |
A list representing the conditions under which the model is fit. This typically includes training data and expected outcomes. |
lower |
Numeric vector of lower bounds for the model's parameters. |
upper |
Numeric vector of upper bounds for the model's parameters. |
An object of class DEoptim
representing the fitting result. This includes the best set of parameters found and the corresponding SSE value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.