Content deleted Content added
→Robbins–Monro algorithm: other series 1/nln n |
→Robbins–Monro algorithm: Fixed LaTeX formatting to properly bind the comma to the expression, preventing a new-line display error. |
||
Line 11:
==Robbins–Monro algorithm==
The Robbins–Monro algorithm, introduced in 1951 by [[Herbert Robbins]] and [[John U. Monro#Personal life|Sutton Monro]],<ref name="rm">{{Cite journal | last1 = Robbins | first1 = H. | author-link = Herbert Robbins| last2 = Monro | first2 = S. | doi = 10.1214/aoms/1177729586 | title = A Stochastic Approximation Method | journal = The Annals of Mathematical Statistics | volume = 22 | issue = 3 | pages = 400 | year = 1951 | doi-access = free }}</ref> presented a methodology for solving a root finding problem, where the function is represented as an expected value. Assume that we have a function <math display="inline">M(\theta)</math>, and a constant <math display="inline">\alpha</math>, such that the equation <math display="inline">M(\theta) = \alpha</math> has a unique root at <math display="inline">\theta^*</math>. It is assumed that while we cannot directly observe the function <math display="inline">M(\theta),</math>
<math display="block">\theta_{n+1}=\theta_n - a_n(N(\theta_n) - \alpha)</math>
|