BIC2normBoot¶
-
fitAlgs.qualityFunc.BIC2normBoot(**kwargs)[source]¶ An attempt at looking what would happen if the samples were resampled. It was hoped that by doing this, the difference between different sample distributions would become more pronounced. This was not found to be true.
Parameters: - numParams (int, optional) – The number of parameters used by the model used for the fits process. Default 2
- qualityThreshold (float, optional) – The BIC minimum fit quality criterion used for determining if a fit is valid. Default 20.0
- number_actions (int or list of ints the length of the number of trials being fitted, optional) – The number of actions the participant can choose between for each trialstep of the task. May need to be specified for each trial if the number of action choices varies between trials. Default 2
- randActProb (float or list of floats the length of the number of trials being fitted. Optional) – The prior probability of an action being randomly chosen. May need to be specified for each trial if the number
of action choices varies between trials. Default
1/number_actions - numSamples (int, optional) – The number of samples that will be randomly resampled from
modVals. Default 100 - sampleLen (int, optional) – The length of the random sample. Default 1