Does anyone know if it is possible to use n_simulation = None in 'MarkovModel' algorithm in 'pychhatr' library in Python?
It throws me an error it must be an integer, but in docsting i have information like that:
'n_simulations : one of {int, None}; default=10000'
I`d like to do something like nsim = NULL in 'markov_model' in 'ChannelAttribution' package in R, these two algorithms are similarly implemented.
I don`t know how does it works exactly, how many simulations from a transition matrix I have using NULL.
Could anyone help with this case?
Regards, Sylwia