View source: R/simpleLearningRates.R
simpleRateMSE | R Documentation |
This function is part of a set of functions to fit and evaluate a simple learning rate model of motor learning.
simpleRateMSE(par, schedule, reaches)
par |
A named numeric vector with the model parameter (see simpleRateModel). |
schedule |
A numeric vector of length N with the perturbation schedule. |
reaches |
A numeric vector of length N with reach deviations matching the perturbation schedule. |
The 'par' argument is a named numeric vector that should have the following element: - LR: the learning rate
A float: the mean squared error between the total model output and the reach deviations.
?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.