incline.trend_with_sizer¶
- incline.trend_with_sizer(df, column_value='value', time_column=None, smoother=None, min_persistence=3, **kwargs)[source]¶
Estimate a trend and mark where it survives a scale sweep.
- Parameters:
- Returns:
The estimator’s usual columns plus
sizer_significance,persistent_increasingandpersistent_decreasing.- Return type:
DataFrame