Alejandro Icazatti

Results 3 issues of Alejandro Icazatti

## Tell us about it The Polya-Gamma distribution is a continuous distribution. [Here](https://stephens999.github.io/fiveMinuteStats/polya_gamma.html) there's some information about it. ## Thoughts on implementation It is implemented in [PyMC](https://www.pymc.io/projects/docs/en/stable/api/distributions/generated/pymc.PolyaGamma.html) but not in...

## Tell us about it The current presentation of distributions on the PreliZ API page is too verbose, which is suitable for technical details but not very user-friendly. ## Thoughts...

## Description * The mode is simply defined as mu (https://en.wikipedia.org/wiki/Multivariate_normal_distribution). * Returns a tuple with the mode values. ## Checklist - [X] Code style is correct (follows ruff and...