***
**In statistics, "n" represents the sample size** – the number of observations or data points in your dataset.
|Symbol|Meaning|Example|
|---|---|---|
|**n** (lowercase)|**Sample size**|n = 150 students surveyed|
|**N** (uppercase)|**Population size**|N = 2,500 total students in school|
## Notes de bas de page
``` dataview
TABLE length(file.outlinks) AS "Liens sortants", length(file.inlinks) AS "Liens entrants"
WHERE file.path = this.file.path
```