TDAmeritrade / stumpy

STUMPY is a powerful and scalable Python library for modern time series analysis

Home Page:https://stumpy.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix Ostinato Docstring Typo

seanlaw opened this issue · comments

In the return value for all variations of the ostinato function, the central_subseq_idx is defined as:

The subsequence index within time series Ts[central_motif_Ts_idx] the contains most central consensus motif

This should probably be:

The subsequence index within time series Ts[central_Ts_idx] that contains the most central consensus motif