AlphaManagement#
- class normtest.utils.helpers.AlphaManagement(alpha=0.05, **kwargs)[source]#
Instanciates a class for alpha management. It is primarily for internal use.
- Parameters:
- alphafloat, optional
The significance level (default is
0.05);
Notes
This method only allows input of type float and between
0.0and1.0.