SimulationPercentileBand
A single percentile band value from a Monte Carlo simulation. The label matches the confidence level (e.g. "p5", "p50", "p95").
type SimulationPercentileBand {
label: String!
value: Float!
}
Fields
SimulationPercentileBand.label ● String! non-null scalar
Percentile label derived from confidence level (e.g. 'p5', 'p25', 'p50', 'p75', 'p95')
SimulationPercentileBand.value ● Float! non-null scalar
The metric value at this percentile across all simulation runs
Member Of
SimulationDistributionStats object