Confidence Intervals : Parameters used to create regression, loess and quantiles confidence intervals in 2d scatter plots

# confidenceIntervalColor

Color for the confidence intervals
Type: color
Default: rgb(50,50,50)
Used in: Scatter2D

# confidenceIntervalColorCoordinate

Flag to color coordinate the confidence intervals and line fit
Type: boolean
Default: false
Used in: Scatter2D

# confidenceLevel

Confidence level for regressions and ellipses
Type: float
Default: 0.95
Used in: Scatter2D

# showConfidenceIntervals

Flag to show/hide the confidence intervals in the regression plots
Type: boolean
Default: true
Used in: Scatter2D