Distributions.jl
Probability distributions and statistics for Julia
Julia's distribution library grinds forward one distribution at a time
◆Recent moves
- 15d ago
LogitNormal comment fix and doc typo cleanup
Comment-level formula correction for LogitNormal, removal of unneeded EachVariate methods, and documentation typo fixes. Cleanup consistent with the library's steady correctness work.
View source ↗ - 1mo ago
Looser MvNormal and MvNormalCanon type aliases
MvNormal and MvNormalCanon type aliases become more flexible and less brittle. A small change, but it is the kind of loosening that makes these types usable from generic numerical code without fighting the type system.
View source ↗ - 1mo ago
Truncated Chernoff quantile and sparsity tracing fixes
Closes two correctness issues, a missing newton function behind Truncated Chernoff quantile errors and a sparsity-tracing failure. Bug resolution with no new surface.
View source ↗ - 1mo ago
Sparsity tracing works through distribution constructors
Adds global sparsity tracing through distribution constructors and makes error types more consistent. This is the composability work that lets distributions be constructed inside traced and differentiated code paths.
View source ↗ - 2mo ago
StatsFuns 2 upgrade and CI action bumps
A StatsFuns 2 upgrade and a CI action bump. Dependency housekeeping with no behavioural change for callers.
View source ↗ - 3mo ago
Sufficient statistics and MLE for Chi and Chisq
Adds sufficient statistics and maximum-likelihood estimation for the Chi and Chisq distributions, extending fitting coverage one distribution pair at a time.
View source ↗