Minor changes
This commit is contained in:
parent
ae5794ca4c
commit
6457fd5b9a
1 changed files with 14 additions and 1 deletions
|
@ -14,7 +14,7 @@ A *population* is the entire population that you want to analyze. It is a exhaus
|
|||
|
||||
*Statistics* allows you to infers properties on a population using samples with a certain degree of confidence.
|
||||
|
||||
Notation: A Schizophrenia story
|
||||
Notation: Tale of Schizophrenia
|
||||
================================
|
||||
Two different notation conventions are used. The one to use depends if you are working on a *population* or a *sample*:
|
||||
|
||||
|
@ -27,4 +27,17 @@ Two different notation conventions are used. The one to use depends if you are w
|
|||
* - Sample mean
|
||||
- :math:`\mu`
|
||||
- :math:`\overline{x}`
|
||||
* - Variance
|
||||
- :math:`\sigma^2`
|
||||
- :math:`s^2`
|
||||
* - Standard deviation
|
||||
- :math:`\sigma`
|
||||
- :math:`s`
|
||||
|
||||
Operators
|
||||
==========
|
||||
|
||||
Var esperance etc.. + remove in metrics esperence
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue