Skip to content

distr6 1.4.3

Compare
Choose a tag to compare
@RaphaelS1 RaphaelS1 released this 26 Aug 19:32
  • 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.
  • Empty ParameterSet now allowed