Skip to content

Commit 69c452c

Browse files
Update README.md
1 parent b634998 commit 69c452c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
MCMC methods are used to approximate the posterior distribution of a parameter of interest by random sampling in a probabilistic space.
66

7-
With MCMC,i.e.Markov Chain + Monte Carlo Algorithms, we draw samples from a (simple) proposal distribution so that each draw depends only on the state of the previous draw (i.e. the samples form a Markov chain)..
7+
With MCMC,i.e.Markov Chain + Monte Carlo Algorithms, we draw samples from a (simple) proposal distribution so that each draw depends only on the state of the previous draw (i.e. the samples form a Markov chain).
88

99
Under certain condiitons, the Markov chain will have a unique stationary distribution. In addition, not all samples are used -
1010

0 commit comments

Comments
 (0)