docs: update education/statistics/random-variable

This commit is contained in:
2025-12-28 17:02:16 +00:00
parent 3845b48d91
commit eff83f035f

View File

@@ -2,7 +2,7 @@
title: 隨機變數 (Random Variable) title: 隨機變數 (Random Variable)
description: description:
published: true published: true
date: 2025-12-28T16:58:42.847Z date: 2025-12-28T17:02:16.122Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2025-12-28T16:41:51.938Z dateCreated: 2025-12-28T16:41:51.938Z
@@ -21,6 +21,9 @@ $P(X=x)=p_i$
### Cumulative Distribution Function (CDF) ### Cumulative Distribution Function (CDF)
$F(X) = P(X \leq x)$
$F(X) = \sum_{y : y \leq x} P(X = y)$
## Continuous ## Continuous
### Probability Density Function (PDF) ### Probability Density Function (PDF)