OpenSourceEconomics / temfpy

Test models and functions for standard numerical components in computational economic models
https://temfpy.readthedocs.io
MIT License
2 stars 1 forks source link

Interpolation #43

Closed manuhuth closed 3 years ago

manuhuth commented 3 years ago

Implement the interpolation section. Currently only with Runge function.

codecov[bot] commented 3 years ago

Codecov Report

Merging #43 (6da5cff) into master (0bf6dd2) will decrease coverage by 0.09%. The diff coverage is 91.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   94.85%   94.75%   -0.10%     
==========================================
  Files           9       10       +1     
  Lines         486      496      +10     
==========================================
+ Hits          461      470       +9     
- Misses         25       26       +1     
Impacted Files Coverage Δ
temfpy/integration.py 94.73% <ø> (ø)
temfpy/uncertainty_quantification.py 100.00% <ø> (ø)
temfpy/interpolation.py 90.00% <90.00%> (ø)
temfpy/nonlinear_equations.py 93.08% <100.00%> (ø)
temfpy/optimization.py 89.28% <100.00%> (ø)