# Monte Carlo Simulation

A **Monte Carlo simulation** is a model used to predict the probability of different outcomes when the intervention of random variables is present.

To learn more about this topic, review the following content from the edX course, and return here afterward:

1. [Monte Carlo Simulation](https://learning.edx.org/course/course-v1:HarvardX+PH525.1x+3T2020/block-v1:HarvardX+PH525.1x+3T2020+type@sequential+block@2f5e61303d564f2597fb2afbbdaaa60d/block-v1:HarvardX+PH525.1x+3T2020+type@vertical+block@683ba36a1fc946f39535b6c34e74d87f)
   * [Monte Carlo Exercises](https://learning.edx.org/course/course-v1:HarvardX+PH525.1x+3T2020/block-v1:HarvardX+PH525.1x+3T2020+type@sequential+block@2f5e61303d564f2597fb2afbbdaaa60d/block-v1:HarvardX+PH525.1x+3T2020+type@vertical+block@154d4308c34d41e7a444b56ade1ff430)
   * [Permutations Exercises](https://learning.edx.org/course/course-v1:HarvardX+PH525.1x+3T2020/block-v1:HarvardX+PH525.1x+3T2020+type@sequential+block@2f5e61303d564f2597fb2afbbdaaa60d/block-v1:HarvardX+PH525.1x+3T2020+type@vertical+block@9df26e6b20e848d48452c275c6543f34)
2. [Association Tests](https://learning.edx.org/course/course-v1:HarvardX+PH525.1x+3T2020/block-v1:HarvardX+PH525.1x+3T2020+type@sequential+block@2f5e61303d564f2597fb2afbbdaaa60d/block-v1:HarvardX+PH525.1x+3T2020+type@vertical+block@6e7ecfd86df74b6d917e136f15abe467)
   * [Association Tests Exercises](https://learning.edx.org/course/course-v1:HarvardX+PH525.1x+3T2020/block-v1:HarvardX+PH525.1x+3T2020+type@sequential+block@2f5e61303d564f2597fb2afbbdaaa60d/block-v1:HarvardX+PH525.1x+3T2020+type@vertical+block@63183b6bb4464811b81ee7980457cd06)

Now, watch the below video.

{% embed url="<https://www.youtube.com/watch?index=8&list=PLeD-EwdvGwpFQvzskOIU9L28kkX5qDqdy&v=OgO1gpXSUzU>" %}

## Congratulations!

If you made it here, then congratulations! You have successfully completed this section. Move to the next portion of the guide with the arrow buttons below.


---

# 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://docs.abi.am/abi-omicss-guide-2021/week-7/untitled/monte-carlo-simulation.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.
