Build a skew normal distribution
- Dominant language
- C
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
https://en.wikipedia.org/wiki/Skew_normal_distribution
In fact, it would be good to look at the R sn utilities - at the API at least - for generalized skewing.
If we could do skew_distribution that would be cool.
We'd want a general tool to shift and shape too. x -> (x - m) / s.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the linked Wikipedia description and reviewing the R sn utilities API for generalized skewing. Then inspect this repository's existing C++ random distribution facilities to determine how a skew_distribution interface and the requested shift-and-scale behavior would fit. Done means the design and scope are agreed before implementation begins.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100