QuantEcon / QuantEcon/QuantEcon.py
CompEcon function approximation needed for Python
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 2.3k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 3
Description
Python currently lacks the following CompEcon functions, which are useful for approximating functions using Chebyshev polynomials and splines:
fundef
funnode
gridmake
funfitxy
There may be other related CompEcon functions that are important, but these seem to be the critical ones.
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 comparing the requested fundef, funnode, gridmake, and funfitxy functions with their CompEcon counterparts, focusing on the stated Chebyshev-polynomial and spline approximation use cases. Done means implementing the critical functions in Python with appropriate coverage; the issue names no repository files, entry points, or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100