trendlist.simple.trend_list

trendlist.simple.trend_list(s: list[int]) list[list[int]]

Decompose a IntList into its trends.

Args:

s: the sequence to decompose

Returns:

A list of the trends.