Skip to content

SkewNormal distribution implementation#1174

Merged
vks merged 8 commits into
rust-random:masterfrom
saona-raimundo:master
Sep 10, 2021
Merged

SkewNormal distribution implementation#1174
vks merged 8 commits into
rust-random:masterfrom
saona-raimundo:master

Conversation

@saona-raimundo
Copy link
Copy Markdown
Contributor

Related to #1149.

Implements the Skew Normal distribution.

Most notably I had to add a dev-dependency to include distribution tests similar to #1121.
Adding the test was suggested by @dhardy.
There was a brief discussion about adding dev-dependencies for special functions with @vks in here. We talked about the crate spfunc, since it is a pure Rust implementation of special functions. It is still a very young crate and the function erf is still not there. Therefore, I chose to add statrs as it is a close companion of this crate, which is also pure Rust.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants