Justin Dennison

Results 6 comments of Justin Dennison

I would like to work on this. Are there any tips or pointers for issues to keep an eye out for when working on the statistical distributions?

I noticed that the Rademacher distribution does take two parameters like many of the other distributions that are currently in stdlib. Should there be a `pmf.factory()` function if that is...

@kgryte and @Planeshifter thanks for the help. If there isn't an existing implementation in Python, R, or the sort to benchmark, then is the one benchmark the only one required?...

@kgryte @Planeshifter I noticed that the mean ( as well as median, skewness, etc) for the Rademacher distribution are constant values. I worked on the mean with the assumption that...

@kgryte Apologies for falling off the grid on this one. I have been (and still am) buried in a work project. I am good with finishing and merging this pull...

I don't know if I am way off base with this implementation. I am having the following issue: ``` --> src/par_stream/skip.rs:42:23 | 42 | Skip { limit, receiver } |...