confidence_level

The confidence level to be used to determine the standard deviation of the equivalent normal distribution.

Specification

  • Alias: None

  • Arguments: REAL

  • Default: 0.90

Description

The confidence level must be a value between 0 and 1.

Default Behavior

A value of 0.90 (90%) is the default value for this parameter.

Examples

method
  sampling
    samples 5
    refinement_samples 4 3 3
    sample_type random
    tolerance_intervals
      coverage 0.96
      confidence_level 0.92
    seed = 31415