Skip to content
Advertisement

Tag: statsmodels

freq parameter not presented in seasonal_decompose function

let us suppose we have following code : result of dataframe is given below : also it returns following error : instead i know that there is keyword period, are they same?generally we know that period is 1/frequency, but in this case how should i define period? or how can i create frequency index? please help me Answer The period

Initialising Model in Python’s statsmodels

I am having difficulties understanding how to initialise an empty as well as as a known initial config model in statsmodels, here imported as I get the following error: I have has similar experiences with the method: On the User Guide, it does not give any inputs to this method so I do not know the syntax needed to initialise

Advertisement