Line With Confidence Area
The line with confidence area presents a data trend alongside a shaded region that represents the variability or uncertainty of the data. This shaded region, often termed the 'confidence interval' or 'confidence band', gives an idea of the reliability of predictions or the possible range within which the actual values may lie. It is instrumental in scenarios where it's vital to understand the degree of certainty or risk associated with the data points.
The Method To Use
The method is s.plt.line_with_confidence_area()
.
It must contain the following input variables:
Accepts the following input variables as optional:
Examples
The following code:
Variants
By setting the parameter variant
to the following values the appearance of the chart can be changed:
Last updated