Error Bars : Error bar and confidence intervals related parameters

# errorBarsColor

errorBarsColor : "red"

errorBarsColor : "green"

errorBarsColor : "blue"


# errorBarsThickness

errorBarsThickness : 1

errorBarsThickness : 3

errorBarsThickness : 5


# errorBarsType
Type of error bars
Type: string
Default: confidenceInterval95
Options: standardDeviation, standardErrorMean, confidenceInterval95

errorBarsType : "standardDeviation"

errorBarsType : "standardErrorMean"

errorBarsType : "confidenceInterval95"


# errorBarsWidth
Minimum size of the bar in pixels to determine to show or hide error bar ends in the graphs when available
Type: integer
Default: 2

errorBarsWidth : 2

errorBarsWidth : 50


# showErrorBars

showErrorBars : true

showErrorBars : false


# standardDeviationType
Type of Standard Deviation. biased uses n as denominator and unbiased uses (n - 1) as denominator where n is the number of values
Type: string
Default: unbiased
Options: biased, unbiased

standardDeviationType : "biased"

standardDeviationType : "unbiased"