incline.IID¶
- class incline.IID(sigma=None)[source]¶
Independent noise with constant variance.
The default. Sharpest intervals when it holds; on AR(1) data with phi=0.7 it reports standard errors 71% of their true size, so reach for
AR1when dependence is plausible.- Variables:
sigma (float | None) – Fixed noise level. Estimated from the data when None.
- Parameters:
sigma (float | None)
Methods
Attributes