7.1.1.1. P_Value_ObliqueIntegration

class P_Value_ObliqueIntegration(score, related_data={})[source]

Bases: sciunit.scores.base.Score

P valuee from t-test. Used in ObliqueIntegrationTest.

Methods Summary

ttest(exp_mean, model_mean, exp_sd, …)

ttest_calc(observation, prediction)

Methods Documentation

classmethod ttest(exp_mean, model_mean, exp_sd, model_sd, exp_n, model_n)[source]
classmethod ttest_calc(observation, prediction)[source]