Skip to content

Set of minor fixes and tiny improvement for LHCbMath

Vanya Belyaev requested to merge vanya-lhcbmath3 into master
  1. Minor fix in constructor of GammaDist: initial parameter setting is incorrect. It is autocorrected as soon as parameters are changed. but incorrect stuff can appear during e.g. vizualiztaion. Now it is fixed.
  2. rename mediane -> median, Mediane -> Median [thanks to Marco Cattaneo]
  3. add quantile functions for GammaDist, LogGammaDist and Log10GammaDist
  4. fix some typos in comments [thanks to Marco Cattaneo]

If possible, please apply it also for 2016-patches branch

Merge request reports