rademacher-p / stats-learn

Python package for statistical learning with a Bayesian focus
https://rademacher-p.github.io/stats-learn/
MIT License
1 stars 0 forks source link

Use numerical methods in `spaces` for statistics in `random.elements.Base` #8

Open rademacher-p opened 3 years ago

rademacher-p commented 3 years ago

Make setting of statistics (mode, mean, etc.) the default for generic random.elements.Base. Overrides in subclasses boost efficiency when specified by the user.