loess

Confidence interval for LOWESS in Python

Confidence interval for LOWESS in Python Question: How would I calculate the confidence intervals for a LOWESS regression in Python? I would like to add these as a shaded region to the LOESS plot created with the following code (other packages than statsmodels are fine as well). import numpy as np import pylab as plt …

Total answers: 3