You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been working on several discrete-time Markov models recently. I've developed some time-dependent Markov evaluation functions that take in a starting state and vectors of the transition probabilities, and it outputs
I'm not suggesting to run the simulations in tidyvpc, this function would convert the vectors of probabilities to the Markov states.
Would you be interested in a PR to add this function to tidyvpc?
I realize that this may be tangential to the functionality of tidyvpc, so I'll understand if it doesn't feel like the right fit.
The text was updated successfully, but these errors were encountered:
Hi @billdenney, we'd absolutely welcome your contribution here. Yes, we wouldn't want tidyvpc to be responsible for simulation, but so long as users can bring observations and simulations that tidyvpc can understand and process with proper method e.g., vpcstats(type="Markov") this would be a nice addition and we'd be happy to give this functionality a home within tidyvpc!
I have been working on several discrete-time Markov models recently. I've developed some time-dependent Markov evaluation functions that take in a starting state and vectors of the transition probabilities, and it outputs
I'm not suggesting to run the simulations in
tidyvpc
, this function would convert the vectors of probabilities to the Markov states.Would you be interested in a PR to add this function to
tidyvpc
?I realize that this may be tangential to the functionality of
tidyvpc
, so I'll understand if it doesn't feel like the right fit.The text was updated successfully, but these errors were encountered: