Module forrust::time_series::merger[][src]

Structs

Merger

Merges multiple time series into one, but can only merge time series of the same length or the same multiple. the point is: it will always yield complete seasons if you use a season on the as_time_series method with the same length as the base. Once time series have been merged they can only be separated using season, but this doesnt affect the merger. but don’t worry, merger only uses clones ;)