Sunday, 19 February 2023

Markov chain

Markov chain is mathematical system that performs operation of state transition from one state to all possible counting states.
Markov chain  is mathematical process that perform the operation of state transition from one state to all possible counting states
1) It is memoryless model
  • Experiment of markov chain yield discrete data
  • outcomes of markov chain depends on present state not on past states
  • discrete data, present  state , equal probabilities

No comments:

Post a Comment

Rest and spread operator in javascript

  Absolutely 👍 — here are several practical and clear examples of the rest operator ( ... ) in JavaScript, covering functions, arrays, an...