You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix in WeightedDiscrete, cdf was previously positive when below distribution support, now zero.
Added discrete p-norms in ExoticStatistics decorator
Removed suppressMoments argument in Distribution and computation of movements in constructor, improving construction speeds.
kurtosis and skewness type no longer included in properties. The kurtosis and skewness methods are still available as public methods, and the types are still in summary; to manually find these use exkurtosisType and skewType.