4.8.15. statsmodels.tsa.filters._utils¶
4.8.15.1. Functions¶
dummy_func(X) |
|
dummy_func_array(X) |
|
dummy_func_pandas_columns(X) |
|
dummy_func_pandas_series(X) |
|
freq_to_period(freq) |
Convert a pandas frequency to a periodicity |
pandas_wrapper(func[, trim_head, trim_tail, ...]) |
|
pandas_wrapper_bunch(func[, trim_head, ...]) |
|
pandas_wrapper_freq(func[, trim_head, ...]) |
Return a new function that catches the incoming X, checks if it’s pandas, calls the functions as is. |
pandas_wrapper_predict(func[, trim_head, ...]) |
|
test_pandas_freq_decorator() |