IntegrateBoxInterpolationPolynomial
-
MLModule
author |
Tim Kroeger |
package |
FMEwork/Release |
dll |
MLStochasticCollocation |
definition |
MLStochasticCollocation.def |
see also |
TensorInterpolationPolynomial , SmolyakInterpolationPolynomial , EvaluateInterpolationPolynomial , HistogramInterpolationPolynomial , ScalePointInterpolationPolynomial , DeriveInterpolationPolynomial , SimplifyInterpolationPolynomial , MultiplyInterpolationPolynomial , IntegrationInterpolationPolynomial , CovarianceMatrixInterpolationPolynomial , PartiallyEvaluateInterpolationPolynomial , Histogram3DInterpolationPolynomial , HistogramSphereInterpolationPolynomial , AddInterpolationPolynomial , SlightlySimplifyInterpolationPolynomial , TranslateInterpolationPolynomial , ImageListInterpolationPolynomial , GraphInterpolationPolynomial , InterpolatePolynomialToLinearFunction , FactorZeroInterpolationPolynomial |
keywords |
interpolation , polynomial , multivariate , integrate , anti-derivative , antiderivative , integral , integration |
Purpose
The module IntegrateBoxInterpolationPolynomial
integrates a multidimensional, scalar interpolation polynomial over its generic bounding box or over any other bounding box.
Windows
Default Panel
Parameter Fields
Visible Fields
Automatic Bounding Box
-
name:
autoBBox
, type:
String
, persistent:
no
Shows the automatically determined pre-image bounding box of the polynomial.
Use manual bounding box
-
name:
useManBBox
, type:
Bool
, default:
FALSE
If checked, the polynomial is integrated over the manually set pre-image bounding box.
Manual Bounding Box
-
name:
manBBox
, type:
String
Sets the manual pre-image bounding box.
Divide by box size
-
name:
divideByBoxSize
, type:
Bool
, default:
TRUE
If checked, the integral will be divided by the size of the bounding box.
In other words, the result will be the mean value of the polynomial over the bounding box.
Evaluation Value
-
name:
evalValue
, type:
Double
, persistent:
no
Shows the value of the integral.