VoseIntegrate

MR-dice-icon.png Download a pdf copy of this help file  here

See also: Vose Integrate

VoseIntegrate(expression,min,max,steps, NonVolatile)image1104.gif

 

 

1Excel_icon.gif Example model 1

1Excel_icon.gif Example model 2

MR_window_Integrate_1.jpg
The Integrate Calculation
window

Numerically integrates a real, continuous, univariate function between user-specified min and max boundaries.

The numerical integration performed is based on the Gauss-Kronrod quadrature formula.

To see how the NonVolatile parameter works, refer to a spreadsheet containing a randomly generated value in the integrand expression. In NonVolatile mode the returned value will remain the same when the spreadsheet is recalculated.

In the integrand, cell references and Excel's mathematical functions (e.g. SIN()) can be used in the formula, including VoseFunctions added by ModelRisk, so a valid integrand would be for example:

=VoseIntegrate("VoseNormalProb(#,10,1,0)*4*VoseLognormalProb(#,4,5)",9,12)