Polynomial approximation of noisy functions
Takeru Matsuda, Yuji Nakatsukasa

TL;DR
This paper introduces NoisyChebtrunc, a stable, fast polynomial approximation algorithm for noisy functions that combines Chebyshev interpolation with statistical criteria, achieving spectral convergence and robustness against noise.
Contribution
The study presents a novel $O(N ext{log}N)$ algorithm, NoisyChebtrunc, that improves stability and efficiency in polynomial approximation of noisy functions using Chebyshev interpolation and statistical degree selection.
Findings
Achieves spectral convergence until noise limits accuracy.
Error bound proportional to noise level and polynomial degree.
Performs well with subgaussian or subexponential noise distributions.
Abstract
Approximating a univariate function on the interval with a polynomial is among the most classical problems in numerical analysis. When the function evaluations come with noise, a least-squares fit is known to reduce the effect of noise as more samples are taken. The generic algorithm for the least-squares problem requires operations, where is the number of sample points and is the degree of the polynomial approximant. This algorithm is unstable when is large, for example for equispaced sample points. In this study, we blend numerical analysis and statistics to introduce a stable and fast algorithm called NoisyChebtrunc based on the Chebyshev interpolation. It has the same error reduction effect as least-squares and the convergence is spectral until the error reaches , where is the noise…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsApproximation Theory and Sequence Spaces
