View source: R/interpolate-subspace.R
SubspaceInterp | R Documentation |
Subspace interpolation
SubspaceInterp(theta, nr = l, method = "Lagrange")
theta |
New parameter point |
nr |
Number of (parameter, reduced basis) pairs used in the interpolation. Defaults to all observations. |
method |
Interpolation scheme, either "Lagrange" or "RBF" (for multiquadrics) |
It not clear from @Amsallem2008 and later papers that whether the reference point should be one of the interpolation points, but it is more reasonable to do than exclude it. The tangent vector of the reference point is identically zero.
An orthonormal basis for the interpolated subspace.
Require (thetaTrain, listXtrain)
@Amsallem2008
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.