metadpy.bayesian.extractParameters#

metadpy.bayesian.extractParameters(nR_S1: Union[List[int], ndarray], nR_S2: Union[List[int], ndarray]) Dict[source]#

Extract rates and task parameters.

Parameters
nR_S1, nR_S2

Total number of responses in each response category, conditional on presentation of S1 and S2. e.g. if nR_S1 = [100 50 20 10 5 1], then when stimulus S1 was presented, the subject had the following response counts: * responded S1, rating=3 : 100 times * responded S1, rating=2 : 50 times * responded S1, rating=1 : 20 times * responded S2, rating=1 : 10 times * responded S2, rating=2 : 5 times * responded S2, rating=3 : 1 time

See also

hmetad