Uncategorized

How to find the parameters of custom regression in python code?



I want to make a time series regression that has a custom formula lets say:
Yt=Beta+1/(1+(some parameter sigma))Y(t-1)+(1/(1+(some parameter sigma))**2)Y(t-2)+Beta1X(t-1)+Beta2X(t-2)
how to code this in Python.



Source link

Leave a Reply

Your email address will not be published. Required fields are marked *