IntegrateBoxLinearFunction
-
MLModule
author |
Tim Kroeger |
package |
FMEwork/Release |
dll |
MLStochasticCollocation |
definition |
MLStochasticCollocation.def |
see also |
LoadLinearFunction , InterpolatePolynomialToLinearFunction , EvaluateLinearFunction , GraphLinearFunction , NodesLinearFunction , PartiallyEvaluateLinearFunction , IntegrateBoxInterpolationPolynomial , CovarianceMatrixLinearFunction , ThresholdLinearFunction , HistogramLinearFunction , SaveLinearFunction , ResampleLinearFunction , AddLinearFunction , BoundingBoxLinearFunction , HistogramSphereLinearFunction |
keywords |
interpolation , function , multivariate , piecewise , multilinear , anti-derivative , antiderivative , integral , integration |
Purpose
The module IntegrateBoxLinearFunction
integrates a piecewise multi-linear function 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.
Use manual bounding box
-
name:
useManBBox
, type:
Bool
, default:
FALSE
If checked, the function is integrated over the manual 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.