If the bias of two datasets is calculated, it is often of interest to know, whether this difference is statistically significant. To provide such a feature I want to implement a ttest preprocessor, which calculates the t-test according to the available dataset and reference and attaches the p-value to the dataset.
This p-value, which is an ancillary variable, can later be used e.g. to hatch non-significant values, when plotting the bias of dataset and reference.
If the bias of two datasets is calculated, it is often of interest to know, whether this difference is statistically significant. To provide such a feature I want to implement a ttest preprocessor, which calculates the t-test according to the available dataset and reference and attaches the p-value to the dataset.
This p-value, which is an ancillary variable, can later be used e.g. to hatch non-significant values, when plotting the bias of dataset and reference.