cymr.fit.Recall.generate_subject#

abstract Recall.generate_subject(study, recall, param, param_def=None, patterns=None, **kwargs)#

Generate simulated data for one subject.

Parameters:
  • study (dict of (str: list of numpy.array)) – Information about the study phase in list format.

  • recall (dict of (str: list of numpy.array)) – Information about recall trials in list format.

  • param (dict of (str: float)) – Model parameter values.

  • param_def (cymr.parameters.Parameters, optional) – Parameter definitions.

  • patterns (dict of (str: dict of (str: numpy.array)), optional) – Patterns to use in the model.

Returns:

recalls_list – Recalled items for each simulated list.

Return type:

list of numpy.array