> For the complete documentation index, see [llms.txt](https://docs.abi.am/abi-omicss-guide-2021/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abi.am/abi-omicss-guide-2021/week-4/statistics-and-r/random-variables-and-probability-distributions.md).

# Random Variables and Probability Distributions

We kickstart the Statistics module of the guide by learning about random variables and probability distribution.

What distinguishes the Statistics module of the guide from other modules is that here, we include materials from different resources, differentiated by levels of difficulty. If you find the material to be too difficult to comprehend, make sure to check out the other resources covering the topic. This way, you will get the most of everything.

## Random Variables: Motivation

Visit the [edX course Statistics and R ](https://learning.edx.org/course/course-v1:HarvardX+PH525.1x+3T2020/home)we had viewed earlier in the guide.&#x20;

{% hint style="warning" %}
Make sure you have an edX account and are enrolled in the course.
{% endhint %}

Complete the following videos and exercises:

1. [Motivation](https://learning.edx.org/course/course-v1:HarvardX+PH525.1x+3T2020/block-v1:HarvardX+PH525.1x+3T2020+type@sequential+block@a204a8335fc34104825f6aed66020a3b/block-v1:HarvardX+PH525.1x+3T2020+type@vertical+block@6ac1b09998704af3896af1b36def06d8)
2. [Introduction to Random Variables](https://learning.edx.org/course/course-v1:HarvardX+PH525.1x+3T2020/block-v1:HarvardX+PH525.1x+3T2020+type@sequential+block@a204a8335fc34104825f6aed66020a3b/block-v1:HarvardX+PH525.1x+3T2020+type@vertical+block@bed6d5a6bd7944d5aaa68e2c786f2d11)
   * [Random Variables Exercises](https://learning.edx.org/course/course-v1:HarvardX+PH525.1x+3T2020/block-v1:HarvardX+PH525.1x+3T2020+type@sequential+block@a204a8335fc34104825f6aed66020a3b/block-v1:HarvardX+PH525.1x+3T2020+type@vertical+block@f78ea41d470544218ffc80cab323a8d6)
3. [Introduction to Null Distributions](https://learning.edx.org/course/course-v1:HarvardX+PH525.1x+3T2020/block-v1:HarvardX+PH525.1x+3T2020+type@sequential+block@a204a8335fc34104825f6aed66020a3b/block-v1:HarvardX+PH525.1x+3T2020+type@vertical+block@761fecb4694c453f99e59ecf05e2153f)
   * [Null Distributions Exercises](https://learning.edx.org/course/course-v1:HarvardX+PH525.1x+3T2020/block-v1:HarvardX+PH525.1x+3T2020+type@sequential+block@a204a8335fc34104825f6aed66020a3b/block-v1:HarvardX+PH525.1x+3T2020+type@vertical+block@d6a0e01d1df1477fab5d83f9dd6eb6f5)
4. [Probability Disruptions](https://learning.edx.org/course/course-v1:HarvardX+PH525.1x+3T2020/block-v1:HarvardX+PH525.1x+3T2020+type@sequential+block@a204a8335fc34104825f6aed66020a3b/block-v1:HarvardX+PH525.1x+3T2020+type@vertical+block@82ada748ea154bb18cfe6fa8186178ee)
   * [Probability Disruptions Exercises](https://learning.edx.org/course/course-v1:HarvardX+PH525.1x+3T2020/block-v1:HarvardX+PH525.1x+3T2020+type@sequential+block@a204a8335fc34104825f6aed66020a3b/block-v1:HarvardX+PH525.1x+3T2020+type@vertical+block@0f11439cb0734e8498470cd149f9002b)

## 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.abi.am/abi-omicss-guide-2021/week-4/statistics-and-r/random-variables-and-probability-distributions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
