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
but I am guessing there are restrictions on how to do the sampling in an iterative way, depending on the kind of stochastic process we want to simulate.
I only know about Markov Chain specifying that the next sample depends only on the one before, so I am assuming other kinds of stochastic processes have various constraints about this... hence why I'm thinking about an extra interface for iterative sampling to support that use-case.
Thoughts ?
The text was updated successfully, but these errors were encountered:
It would be interesting to have an interface for dynamic iterative sampling...
Instead of doing something like:
for a more dynamic process (like a simulation of some kind), I would do something like:
but I am guessing there are restrictions on how to do the sampling in an iterative way, depending on the kind of stochastic process we want to simulate.
I only know about Markov Chain specifying that the next sample depends only on the one before, so I am assuming other kinds of stochastic processes have various constraints about this... hence why I'm thinking about an extra interface for iterative sampling to support that use-case.
Thoughts ?
The text was updated successfully, but these errors were encountered: