> For the complete documentation index, see [llms.txt](https://excelhelp.windhamlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://excelhelp.windhamlabs.com/functions/risk-models.md).

# Risk Models

- [ANNUALIZERISK](https://excelhelp.windhamlabs.com/functions/risk-models/annualizerisk.md): Annualize discrete estimates of standard deviation to account for the compounding effects on assets.
- [EWMA](https://excelhelp.windhamlabs.com/functions/risk-models/ewma.md): Estimate expected risk, correlation matrix, or covariance matrix for assets using the exponential-weighted moving average risk model (EWMA).
- [HISTORICALRISK](https://excelhelp.windhamlabs.com/functions/risk-models/historicalrisk.md): Estimate expected risk, correlation matrix, or covariance matrix for assets using historical data.
- [MLERISK](https://excelhelp.windhamlabs.com/functions/risk-models/mlerisk.md): Estimate expected risk, correlation matrix, or covariance matrix for assets with incomplete historical data (unequal lengths) with a maximum likelihood estimator.
- [PORTFOLIORISK](https://excelhelp.windhamlabs.com/functions/risk-models/portfoliorisk.md): Calculate portfolio risk from a vector of weights, risk, and correlation matrix.
- [TURBULENTRISK](https://excelhelp.windhamlabs.com/functions/risk-models/turbulentrisk.md): A robust statistical risk model using the Mahalanobis distance.
- [QUIETRISK](https://excelhelp.windhamlabs.com/functions/risk-models/quietrisk.md): A robust statistical risk model using the Mahalanobis distance.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://excelhelp.windhamlabs.com/functions/risk-models.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.
