pyhctsa.operations.stationarity.ts_length¶ pyhctsa.operations.stationarity.ts_length(y)¶ Length of an input data vector. Parameters:¶ y : array-like¶The time series to analyze. Returns:¶ The length of the time series. Return type:¶ int