|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Markov Chain.
Markov Chains have a current state and generate a new state based only on the current state. Its state can only be set at instantiation.
Method Summary | |
MCMCState |
getState()
Get the current state of the Markov Chain. |
void |
iterate(int n)
Perform several step s. |
void |
step()
Generate the next state from the current state. |
Method Detail |
public MCMCState getState()
public void step()
public void iterate(int n)
step
s.n
- how many steps
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |