-
IEEE754 does not lead to reproducible results across platforms, so tests of numerical
routines should be whether the results lay within predetermined bounds instead of testing exact values.
ghost updated
4 months ago
-
Hello,
This is really cool you ported this algorithm to rust, thank you for all your work! Ideally a (rust) PSOLA algorithm with this would allow very simple but interesting audio manipulations of …
-
Type: Bug
hi
i have worked with vscode in a portable configuration succefully for long time.
but then i used a setup type user config and then it statrs warning me that my files (that are ate \vs…
-
Hello,
Earlier this evening I randomly came across your post on users.rust-lang.org from several months ago looking for feedback on this library. I wasn't previously aware of the project and was im…
-
Hi there!
It would be really helpful to have something like this, so people interested in contributing (like me ;) ) can have an idea where to focus efforts.
Cheers.
-
Noticed while reviewing #275 that we're missing some of the support traits (Min, Max) for multinomial.
There may be others to find as well.
-
The geometric distribution is an integer distribution, but the struct named `Geometric` implements `Distribution`.
It would be great to implement `Distribution` as well.
Links for reference:
…
-
Looking into a program I wrote I found the limiting factor was the multinomial sampling:
let mut rng = SmallRng::from_entropy();
let result = Multinomial::new(&weights, 100000).unwrap();
let coun…
-
Currently, the `struct NegativeBinomial` uses the parameters `r` and `p`, as in the interpretation of negative binomial distribution as the distribution of the number of failures in a sequence of Bern…
-
I have both Xdebug and Pcov installed
And i want to use Pcov for coverage generation
In my setup xdebug configured to not start with each request
```
xdebug.start_with_request=no
```
in my be…