incline.NoiseModel¶ class incline.NoiseModel[source]¶ Base class for noise specifications. __init__()¶ Methods __init__() estimate(y, axis) Fit the noise process to a series. abstractmethod estimate(y, axis)[source]¶ Fit the noise process to a series. Parameters: y (npt.NDArray[np.float64]) – Observed values. axis (TimeAxis) – The series’ time axis. Returns: The fitted noise process. Return type: NoiseFit