Efficiently transforming from values of a function on a sparse grid to basis coefficients
Robert Wodraszka, Tucker Carrington Jr

TL;DR
This paper introduces an efficient method for converting function values on sparse grids into basis coefficients, significantly reducing computational complexity by exploiting nesting properties and sequential evaluation.
Contribution
The paper presents a novel, efficient transformation technique from sparse grid function values to basis coefficients using nested basis functions and sequential sums.
Findings
Transformation cost scales as O(D[(b/(D+1))+1] N_sparse)
Method exploits nesting to improve efficiency
Compared with existing methods, offers reduced computational complexity
Abstract
In many contexts it is necessary to determine coefficients of a basis expansion of a function from values of the function at points on a sparse grid. Knowing the coefficients, one has an interpolant or a surrogate. For example, such coefficients are used in uncertainty quantification. In this chapter, we present an efficient method for computing the coefficients. It uses basis functions that, like the familiar piecewise linear hierarchical functions, are zero at points in previous levels. They are linear combinations of any, e.g. global, nested basis functions . Most importantly, the transformation from function values to basis coefficients is done, exploiting the nesting, by evaluating sums sequentially. When the number of functions in level equals (i.e. when the level index is…
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
TopicsProbabilistic and Robust Engineering Design · Scientific Measurement and Uncertainty Evaluation · Fault Detection and Control Systems
