classify functions for numerical instability
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 2.8k
- Forks
- 388
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 15
Description
Flag naive implementations (like incomplete beta derivatives) in the manual.
Ideally, characterize at what points in the domain functions are stable for.
Make sure that iterative functions have finite bounds and throw exceptions if they don't converge.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the manual entries for numerical functions, including the incomplete beta derivatives mentioned in the issue. Identify the iterative functions that need convergence limits and the domain regions whose stability should be characterized. Done means the relevant functions are classified in the manual and non-converging iterations have finite bounds with exceptions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100