diff --git a/education/statistics/random-variable.html b/education/statistics/random-variable.html
index 1f945b3..ae44cb6 100644
--- a/education/statistics/random-variable.html
+++ b/education/statistics/random-variable.html
@@ -2,7 +2,7 @@
title: 隨機變數 (Random Variable)
description:
published: true
-date: 2025-12-28T19:47:43.526Z
+date: 2025-12-28T19:48:23.319Z
tags:
editor: ckeditor
dateCreated: 2025-12-28T16:41:51.938Z
@@ -25,18 +25,33 @@ dateCreated: 2025-12-28T16:41:51.938Z
Independent random variables have a covariance of zero.
+Independent random variables have a covariance of zero.
+
Values between -1 and 1, and independent random variables have a correlation of zero.
++
What if random variable X and Y have linear relationship, that is
++
+
That is,
+
| Distribution Function | +Distribution Function | Discrete | Continuous |
|
Marginal Probability -Obtained by summing or integrating the joint probability distribution over the values of the other random variable. +Obtained by summing or integrating the joint probability distribution over the values of the other random variable. |
| ||
|
- Conditional Probability -The probabilistic properties of the random variable X under the knowledge provided by the value of Y. +Conditional Probability +The probabilistic properties of the random variable X under the knowledge provided by the value of Y. |
| ||
|
- Independence -Two random variables X and Y are said to be independent if: +Independence +Two random variables X and Y are said to be independent if: |
for all values i of X and j of Y. +for all values i of X and j of Y. |
for all X and Y. +for all X and Y. |