Skip to main content

Reference

Config properties

PropertyDescription
NameIdentifies the config in the Load Config list
AssumptionsOrdered list of assumption definitions (cell reference, distribution, parameters)
OutputsList of output cell references to record
Test runsNumber of simulation iterations stored in the config

Supported workbook features

FeatureSupport
.xlsx filesSupported
Multiple sheetsSupported — switch via sheet tabs
Cell formulasRendered read-only via IronCalc
.xls (legacy format)Not supported — save as .xlsx first
Macros / VBANot executed

Assumption fields

FieldDescription
NameUser-defined label displayed in the sidebar
SheetSheet name from the IronCalc sheet list
CellSingle cell reference (for example, B4)
DistributionProbability distribution used for sampling
ParametersDistribution-specific parameter values

Supported distributions

DistributionParametersDescription
constantvalueAlways returns the same value — effectively a fixed input
normalmean, stdSymmetric bell curve
lognormalmean, sigmaRight-skewed, always positive
uniformlow, highAny value equally likely in a range
triangularlow, mode, highThree-point estimate
exponentialrateMemoryless, right-skewed
gammashape, scaleFlexible positive-value distribution
weibullscale, shapeWear-out or reliability modeling
poissonrateCount-based, integer values

Simulation parameters

ParameterDefaultRangeDescription
Rep count1,0001–10,000Number of replications to execute
Status polling1 sFixedHow often the frontend polls for job progress
Job timeout60 sFixedMaximum server-side processing time per run

Output types

Output typeResult display
Single cellHistogram of scalar values across all reps
Cell rangeOne histogram per cell in the range

Percentile table

PercentileMeaning
P55% of iterations produced a value below this
P25Lower quartile
P50Median
P75Upper quartile
P9595% of iterations produced a value below this