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

confidenceIntervalColor : "#9e0adb"

confidenceIntervalColor : "#ff7d00"


# confidenceIntervalColorCoordinate
Type of coordination to color fit line, confidence intervals and data points. Full is the same color for all elements. Line is the same color for confidence intervals and line fit only
Type: string
Default:
Options: full, line, 0
Used in: Scatter2D

confidenceIntervalColorCoordinate : "full"

confidenceIntervalColorCoordinate : "line"

confidenceIntervalColorCoordinate : false


# confidenceIntervalsMax
Maximum number of data values allowed for confidence intervals to display
Type: integer
Default: 2000
Used in: Scatter2D

confidenceIntervalsMax : 2000

confidenceIntervalsMax : 2005


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

confidenceLevel : 0.9

confidenceLevel : 0.99


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

showConfidenceIntervals : true

showConfidenceIntervals : false