7.1.1.4. ZScore_backpropagatingAP¶
-
class
ZScore_backpropagatingAP(score, related_data={})[source]¶ Bases:
sciunit.scores.base.ScoreAverage of Z scores. A float indicating the average of standardized difference from reference means for back-propagating AP amplitudes.
Methods Summary
compute(observation, prediction, distances)Computes average of z-scores from observation and prediction for back-propagating AP amplitudes
Methods Documentation