Chatty reference · stats1 week 7
64 words
1 min read
2026-08-16T00:00:00.000Z
Visual companion
Python
Type and operator map
Python Week 1: the first filter for runtime behavior
View
Revision summary
What this note is really saying
Short form
ChatGPT archive slice for week 7. # 27.

27. Stats W7 — Probability
Concepts:
- Random experiment
- Sample space
- Event
- Probability
- Probability properties
Core axioms:
0≤P(A)≤1
P(S)=1
For disjoint events:
P(A∪B)=P(A)+P(B)
General addition:
Complement:
P(Ac)=1−P(A)
Pattern families
- direct probability
- complement
- union
- intersection
- mutually exclusive events
- sample-space counting
- probability from combinatorics