MothNik / robust_fourier

Noise- and Outlier-Robust Fourier Transform with Hermite Functions with NumPy and Numba
MIT License
1 stars 0 forks source link

[33] Find Hermite Tail Approximations #34

Closed MothNik closed 2 months ago

MothNik commented 2 months ago

This pull request

💥 Breaking changes

🦾 Features and Enhancements

EX-04-HermiteFunctions_SpecialPoints

✅❌ Tests

🪛 Internal changes

Prepares for #33

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Files with missing lines Coverage Δ
src/robust_fourier/__init__.py 100.00% <ø> (ø)
src/robust_fourier/_utils/__init__.py 100.00% <ø> (ø)
src/robust_fourier/_utils/_validate.py 100.00% <100.00%> (ø)
...t_fourier/chebyshev_polynomials/_func_interface.py 100.00% <100.00%> (ø)
src/robust_fourier/hermite_functions/__init__.py 100.00% <100.00%> (ø)
...obust_fourier/hermite_functions/_approximations.py 100.00% <100.00%> (ø)
...obust_fourier/hermite_functions/_func_interface.py 100.00% <ø> (ø)
...rmite_functions/_hermite_largest_extrema_spline.py 100.00% <ø> (ø)
...hermite_functions/_hermite_largest_roots_spline.py 100.00% <ø> (ø)
...mite_functions/_hermite_tail_gauss_sigma_spline.py 100.00% <100.00%> (ø)