Skip to content

Statistics

Jorge Yagüe París edited this page Feb 16, 2018 · 7 revisions

Examples

Confidence band example

Confidence band

chart.statistics([
    { type: 'confidenceBand', variable: 'flow', confidence: 'flowError',
      modifier: (confidence) => 0.1 * confidence }
])