Skip to content

Tag: python-3.x

How to skip some results using double for loop?

I have a problem, so I made it simplified code, everything how it is here need to stay that way because of my bigger problem. I have 2 dictionaries and I have 2 for loops. I need to skip outputs with same result like AA, BB, CC etc… and I need to remove one of AB or BA, I need

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 nee…