RegressionErrorDistribution.add_condition_kurtosis_greater_than#
- RegressionErrorDistribution.add_condition_kurtosis_greater_than(threshold: float = - 0.1)[source]#
Add condition - require kurtosis value to be greater than the provided threshold.
Kurtosis is a measure of the shape of the distribution, helping us understand if the distribution is significantly “wider” from a normal distribution. A lower value indicates a “wider” distribution.
- Parameters
- thresholdfloat , default: -0.1
Minimal threshold for kurtosis value.