0.1.0
What's Changed
- Add alternative parametrization for halfnormal distribution by @aleicazatti in #106
- Fix warning message for ambiguous parametrization. Normal and Student by @aleicazatti in #108
- Don't add labels if legend is disabled in plot_pdf/cdf/ppf by @aloctavodia in #109
- Add alternative parametrization for SkewNormal distribution by @aleicazatti in #111
- Add test for plots by @aloctavodia in #110
- Add from_tau and to_tau functions to continuous module by @aleicazatti in #113
- PPA: automatically create pymc_to_preliz dict by @aloctavodia in #114
- Add alternative parametrization for HalfStudent distribution by @aleicazatti in #115
- Rename from_tau and to_tau functions as the more general from_precision and to_precision. by @aleicazatti in #117
- Add Logistic distribution by @aleicazatti in #118
- Expose pdf, cdf and ppf by @aloctavodia in #119
- Add Gumbel distribution by @aleicazatti in #120
- Add Moyal distribution by @aleicazatti in #121
- Add alternative parametrization to negative binomial by @aloctavodia in #122
- Add gif of ppa example by @aloctavodia in #123
- ppa: allow non-random initialization by @aloctavodia in #124
- PPA: add representations; ecdf, histogram and option to set/unset sharex by @aloctavodia in #126
- Add test quartile by @aloctavodia in #130
- Specify support for some distributions in the docs by @aleicazatti in #133
- Remove unnecessary calls to rv_frozen method by @aloctavodia in #134
- Allow fixing arbitrary parameters for maxent and quartile by @aloctavodia in #136
- Add ExGaussian distribution by @aloctavodia in #137
- Add triangular distribution by @aleicazatti in #138
- Add docstring examples to maxent and quartile, update notebook to show how to fix parameters by @aloctavodia in #139
- Fix roulette by @aloctavodia in #142
- ppa: add argument to specify reference values by @aloctavodia in #143
- Add interactive method to distributions by @aloctavodia in #145
- Rename interactive to plot_interactive, define integer or float slider as needed, add example by @aloctavodia in #146
- Improve maximum likelihood estimation for NegativeBinomial by @aloctavodia in #147
- Fix typo in README by @aleicazatti in #148
- Increase tolerance Pareto test by @aloctavodia in #149
- Allow fixing alt parameters by @aloctavodia in #150
- Add logo by @aloctavodia in #151
- Remove params_report attribute by @aloctavodia in #153
- Add AsymmetricLaplace by @aleicazatti in #154
Full Changelog: 0.0.3...0.1.0