# Random Walk

Random Walks are used to model phenomena that boils down to a stochastic decision (random step) that will somehow guide the direction of the system. Some examples that could use random walks to model them:

* Stock market fluctuation
* Financial status of a gambler
* **References:**
* <https://en.wikipedia.org/wiki/Random_walk>
* <http://www.bioinfo.org.cn/~wangchao/maa/mcrw.pdf>
* <https://www.cs.princeton.edu/courses/archive/fall13/cos521/lecnotes/lec12.pdf>
* <https://www.cs.cmu.edu/~avrim/598/chap5only.pdf>
* <https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-fall-2010/readings/MIT6_042JF10_chap20.pdf>
* <http://twiecki.github.io/blog/2017/03/14/random-walk-deep-net/>
* <https://www.youtube.com/watch?v=S9d5nupP_7Q>
* <https://www.youtube.com/watch?v=6wUD_gp5WeE>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://leonardoaraujosantos.gitbook.io/artificial-inteligence/appendix/statistics/probability/random-walk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
