Open
Description
The t-test requires an alpha value to create a confidence interval (e.g., 5%)
pycsep/csep/core/poisson_evaluations.py
Lines 14 to 15 in 5f84ea9
EvaluationResult
. However, this alpha value is then forgotten, which cause the EvaluationResult
plotting to require recalling the original value of alpha
with which the t-test was carried out.Line 1718 in 5f84ea9
Not sure if creating a new attribute alpha
of the resulting EvaluationResult
pycsep/csep/core/poisson_evaluations.py
Lines 46 to 54 in 5f84ea9
or to redefine the attributes of the t-test. For instance, shouldnt result.quantile
, instead of result.test_distribution
, contain actually the information_gain lower and upper bounds?
Also, the W-test confidence interval is calculated inside the plotting functions, instead of the evaluation function itself.
Metadata
Metadata
Assignees
Labels
No labels