diff options
Diffstat (limited to 'sannolikhet/Sample space.md')
| -rw-r--r-- | sannolikhet/Sample space.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sannolikhet/Sample space.md b/sannolikhet/Sample space.md new file mode 100644 index 0000000..6e4130c --- /dev/null +++ b/sannolikhet/Sample space.md @@ -0,0 +1,10 @@ +The sample space is the [[Set]] of all possible outcomes of an [[Experiment]] or +a [[Trial]]. + +Example: Throw a dice and observe the upper side. +$$S = \{1,2,3,4,5,6\}$$ + +Example: Throw two fair dice and observe their upper sides. +$$S = \{(1,1),(1,2), ..., (1,6),(2,1), ...,(6,5),(6,6)\}$$ + +The sample space consists of [[Event]]s. |
