psifr.measures.TransitionMeasure.analyze_subject#

abstract TransitionMeasure.analyze_subject(subject, pool_lists, recall_lists)#

Analyze a single subject.

Parameters:
  • subject (int or str) – Identifier of the subject to analyze.

  • pool_lists (dict of lists of numpy.ndarray) – Information about the item pool for each list, with keys for items, label, and test arrays.

  • recall_lists (dict of lists of numpy.ndarray) – Information about the recall sequence for each list, with keys for items, label, and test arrays.

Returns:

Results of the analysis for one subject. Should include a ‘subject’ column in the index.

Return type:

pandas.DataFrame