issues
search
statrs-dev
/
statrs
Statistical computation library for Rust
https://docs.rs/statrs/latest/statrs/
MIT License
603
stars
84
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add some more inverse CDF functions
#260
ColmTalbot
closed
3 months ago
5
Collect coverage from doctests too
#259
FreezyLemon
closed
2 months ago
7
Remove `StatsError` type & replace `Result<T, StatsError>` with `Option<T>`
#258
FreezyLemon
closed
2 months ago
3
Remove unused imports
#257
FreezyLemon
closed
3 months ago
2
Replace `is_zero(x)` with `x == 0.0`
#256
FreezyLemon
closed
3 months ago
3
update multivariate related traits in `statistics` module'
#255
YeungOnion
opened
3 months ago
0
update `Dirichlet` to nalgebra multivariate
#254
YeungOnion
closed
2 months ago
1
Feat/multivariate dimension generic
#253
YeungOnion
closed
3 months ago
1
Multivariate normal dimension
#252
YeungOnion
closed
3 months ago
0
Update uniform.rs
#251
avhz
closed
3 months ago
3
Fix fisher test
#250
YeungOnion
closed
4 months ago
0
chore(deps): update nalgebra requirement from 0.32 to 0.33
#249
dependabot[bot]
opened
5 months ago
7
Add NIST tests to CI
#248
YeungOnion
opened
5 months ago
0
hierarchy of errors
#247
YeungOnion
closed
2 months ago
1
feat/common traits
#246
YeungOnion
closed
5 months ago
0
Empirical distribution refactor
#245
YeungOnion
opened
5 months ago
2
Efficient access to private data
#244
YeungOnion
opened
5 months ago
1
feat: Added in the std_dev method from the Distribution trait explicitly into the Normal struct
#243
alimf17
closed
5 months ago
0
Support MSRV concept
#242
YeungOnion
closed
2 months ago
4
fix: handle signed infinty in `prec::almost_eq`
#241
YeungOnion
closed
5 months ago
0
All testing on NIST StRD without distributing these datasets
#240
YeungOnion
closed
5 months ago
0
chore(deps): update criterion requirement from 0.3.3 to 0.5.1
#239
dependabot[bot]
closed
5 months ago
1
Create dependabot.yml
#238
YeungOnion
closed
5 months ago
0
Make almost_eq return false if a and/or b is NaN
#237
FreezyLemon
closed
5 months ago
8
Refactor overlap with `rand_distr` to extend/mirror their implementation
#236
YeungOnion
opened
6 months ago
0
release 0.17.0
#235
YeungOnion
closed
5 months ago
11
Update testing_boiler macro to not need a nightly compiler
#234
FreezyLemon
closed
6 months ago
1
Change compile requirements for running `cargo test`
#233
YeungOnion
closed
6 months ago
3
Remove `feature = "nightly"` gate where unneeded
#232
FreezyLemon
closed
6 months ago
2
chore: run fmt before introducing fmt into CI
#231
YeungOnion
closed
6 months ago
0
Handle tests with NIST data as integration tests
#230
YeungOnion
closed
5 months ago
7
feat: reintroduce coverage and upload to codecov.io
#229
YeungOnion
closed
3 months ago
7
Add a way to easily get the standard normal distribution.
#228
RationalAsh
closed
6 months ago
9
Fix inverse_cdf for Gamma
#227
YeungOnion
closed
6 months ago
1
Add test asserting that `StatsError` is Sync & Send
#226
FreezyLemon
closed
7 months ago
0
multivariate API and dependency on nalgebra
#225
YeungOnion
opened
7 months ago
3
All multivariate distributions should be generic over dimension
#224
YeungOnion
opened
7 months ago
0
Fix more simple clippy warnings
#223
FreezyLemon
closed
7 months ago
0
Make PartialOrd implementation canonical for `NonNAN<T>`
#222
FreezyLemon
closed
7 months ago
1
Consider improving error handling and `StatsError` type
#221
FreezyLemon
closed
2 months ago
11
Fix for issue #185
#220
YeungOnion
closed
6 months ago
1
Make `rustfmt` happy
#219
FreezyLemon
closed
6 months ago
1
Ensure Uniform constructed on bounded interval
#218
YeungOnion
closed
6 months ago
2
fix: correct repository link
#217
YeungOnion
closed
7 months ago
0
Fix simple clippy warnings
#216
FreezyLemon
closed
7 months ago
7
Update and expand CI jobs
#215
FreezyLemon
closed
6 months ago
3
Use `include` in Cargo.toml to remove some files from crates.io package
#214
FreezyLemon
closed
7 months ago
1
Various chores
#213
YeungOnion
closed
7 months ago
4
fix: mode for gamma distribution is 0 for shape<=1
#212
YeungOnion
closed
6 months ago
2
Remove lazy-static and make FCACHE a proper const
#211
anergictcell
closed
7 months ago
4
Previous
Next