DATA ANALYSIS PACKAGE SYMBOL

MCEvaluate

MCEvaluate[expr]
evaluates expr while propagating errors in NDV values using a Monte Carlo simulation with 1000 iterations.

MCEvaluate[expr,i]
evaluates expr while propagating errors in NDV values using a Monte Carlo simulation with i iterations.

DetailsDetails

  • The following options can be given:
  • UseParallelKernelsFalseUseParallelKernels is an option for MonteCarloSimulation[...] which specifies whether parallel kernels should be used for the simulation.
    MatchPattern_MatchPattern is an option for MonteCarloSimulation[...] which specifies that only function results matching this pattern should be used (default is Blank[]).
    MissingBehaviorAutomaticMissingBehavior is an option to Query and related functions that specifies how expressions with head Missing should be interpreted in the context of other functions.