ExtraFunctions skfore
skfore.extras.
add_next_date
Assigns a value to the next date in a series
ts: Time series to which the value will be added value: Value to add
aic
Akaike Information Criteria
bic
Bayesian Information Criteria
get_frequency
Find a series’ frequency integer
>>> ts = pandas.Series.from_csv('../datasets/champagne_short.csv', index_col = 0, header = 0) >>> int_frq = get_frequency(ts) >>> int_frq 12
<no title>
Time series transformation module