# Statistics ↓↑

- [Types of Measure](https://ai.nuhil.net/statistics/types-of-measure.md)
- [Population and Sample](https://ai.nuhil.net/statistics/population-and-sample.md)
- [Outliers](https://ai.nuhil.net/statistics/outliers.md)
- [Variance](https://ai.nuhil.net/statistics/variance.md)
- [Standard Deviation](https://ai.nuhil.net/statistics/standard-deviation.md)
- [Skewness](https://ai.nuhil.net/statistics/skewness.md)
- [Percentiles](https://ai.nuhil.net/statistics/percentiles.md)
- [Deciles](https://ai.nuhil.net/statistics/deciles.md)
- [Quartiles](https://ai.nuhil.net/statistics/quartiles.md)
- [Box and Whisker Plots](https://ai.nuhil.net/statistics/box-and-whisker-plots.md)
- [Correlation and Covariance](https://ai.nuhil.net/statistics/correlation-and-covariance.md)
- [Hypothesis Test](https://ai.nuhil.net/statistics/hypothesis-test.md)
- [P Value](https://ai.nuhil.net/statistics/p-value.md)
- [Statistical Significance](https://ai.nuhil.net/statistics/statistical-significance.md)
- [Bootstrapping](https://ai.nuhil.net/statistics/bootstrapping.md)
- [Confidence Interval](https://ai.nuhil.net/statistics/confidence-interval.md)
- [Central Limit Theorem](https://ai.nuhil.net/statistics/central-limit-theorem.md)
- [F1 Score (F Measure)](https://ai.nuhil.net/statistics/f1-score-f-measure.md)
- [ROC and AUC](https://ai.nuhil.net/statistics/roc-and-auc.md): Receiver Operating Characteristic Curve, Area Under Curve
- [Random Variable](https://ai.nuhil.net/statistics/random-variable.md)
- [Expected Value](https://ai.nuhil.net/statistics/expected-value.md): Expected Value of Random Variable
- [Central Limit Theorem](https://ai.nuhil.net/statistics/central-limit-theorem-1.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ai.nuhil.net/statistics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
