issues
search
statrs-dev
/
statrs
Statistical computation library for Rust
https://docs.rs/statrs/latest/statrs/
MIT License
599
stars
84
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Weibull has some misbehaving cases
#310
FreezyLemon
opened
1 hour ago
0
Fixed typo in MultivariateNormal PDF equation
#309
SleepySpaceBear
opened
1 week ago
0
Refactor Empirical distribution
#308
FreezyLemon
opened
1 week ago
2
fix: Update outdated ChiError message
#307
FreezyLemon
opened
2 weeks ago
1
refactor!: Chi: Use u64 for `freedom`
#306
FreezyLemon
closed
2 weeks ago
2
Implement `FromIterator<f64>` for `Empirical` and remove `from_vec`
#305
FreezyLemon
closed
1 month ago
2
replace [Discrete]Distribution trait for traits for moments and entropy separately
#304
YeungOnion
opened
1 month ago
6
ArgIntervalExcl
#303
rm-minus-r-star
opened
2 months ago
12
cli example usage
#302
YeungOnion
opened
2 months ago
1
refactor: Categorical now stores normalized values for cdf and sf
#301
FreezyLemon
opened
2 months ago
0
Feature request: Implement Distribution<u64> for Geometric
#300
nielsle
closed
2 months ago
1
refactor!: forbid α=inf || β=inf in Beta distr.
#299
FreezyLemon
closed
2 months ago
2
refactor: rewrite Dirichlet::ln_pdf
#298
FreezyLemon
closed
2 months ago
2
doc: Add example for Hypergeometric
#297
FreezyLemon
closed
2 months ago
1
allow ci to continue on error for newest nightly
#296
YeungOnion
closed
2 months ago
1
Traits in `statistics::traits` should not require return type be `Option`
#295
YeungOnion
opened
2 months ago
5
fix: Use exp_m1 instead of subtracting directly
#294
soumyasen1809
closed
2 months ago
2
Docs: add `#[doc(cfg(feature = "...'))` to feature-gated structs and trait impls
#293
FreezyLemon
closed
2 months ago
2
0.18 release
#292
FreezyLemon
opened
2 months ago
3
allow ci to continue on error for newest nightly
#291
YeungOnion
closed
2 months ago
3
doc: feature-gate doctest that needs `rand`
#290
FreezyLemon
closed
2 months ago
1
drop error.rs like 284 initially intended
#289
YeungOnion
closed
2 months ago
2
tests to verify correctness of sampling
#288
YeungOnion
opened
2 months ago
0
multinomial sampling should rely on binomial
#287
YeungOnion
opened
2 months ago
8
noncentral t distribution
#286
YeungOnion
opened
2 months ago
1
[Feature]: adds support for Gumbel Distribution
#285
soumyasen1809
closed
2 months ago
13
Replace all instances of `StatsError` with custom error types or `Option<T>`
#284
FreezyLemon
closed
2 months ago
7
ci: pin nightly rust as temporary fix
#283
YeungOnion
closed
2 months ago
1
Inline string formatting arguments when possible
#282
FreezyLemon
closed
2 months ago
0
Reduce MSRV to 1.61
#281
FreezyLemon
closed
2 months ago
1
Revert "run coverage on stable rust"
#280
YeungOnion
closed
2 months ago
3
run coverage on stable rust
#279
YeungOnion
closed
2 months ago
6
feat: experiment for reusing allocated buffers for Dyn multivariate
#278
YeungOnion
closed
2 months ago
9
fix: missing/moved type import after auto-merge
#277
FreezyLemon
closed
2 months ago
3
All distributions should implement suitable `statistics` module traits.
#276
YeungOnion
opened
2 months ago
2
Make rand optional
#275
FreezyLemon
closed
2 months ago
6
Update criterion to 0.5
#274
FreezyLemon
closed
2 months ago
1
Add `into_params()` to multivariate distributions
#273
FreezyLemon
closed
2 months ago
5
Update rustfmt config to not require nightly
#272
FreezyLemon
closed
2 months ago
2
Fix several rustdoc warnings
#271
FreezyLemon
closed
2 months ago
1
Make nalgebra optional
#270
FreezyLemon
closed
2 months ago
2
Update testing_boiler and unify test helpers
#269
FreezyLemon
closed
2 months ago
7
Implement and document MSRV
#268
FreezyLemon
closed
2 months ago
4
Add noncentral t distribution
#267
masai2018
opened
3 months ago
1
multivariate students t distribution
#266
YeungOnion
closed
3 months ago
1
Implement concrete Error types for each distribution's `new` function
#265
FreezyLemon
closed
2 months ago
8
Add examples to `Hypergeometric` docs
#264
FreezyLemon
closed
2 months ago
0
Multivariate students T distribution
#263
YeungOnion
closed
3 months ago
1
Feat/multivariate dimension generic: electric boogaloo
#262
YeungOnion
closed
3 months ago
1
ci testing for isolating issue in #259
#261
YeungOnion
closed
2 months ago
0
Next