incline.sizer_analysis¶ incline.sizer_analysis(df, column_value='value', time_column=None, smoother=None, **kwargs)[source]¶ Run a scale sweep in one call. Parameters: df (DataFrame) – Time series data. column_value (str) – Column holding the values. time_column (str | None) – Numeric time column. smoother (Smoother | None) – Estimator to sweep; local polynomial by default. **kwargs (Any) – Passed to SiZer. Returns: The assembled map. Return type: SiZerMap