# Expected Risk

- [Annualizing Volatility and Return](https://wpahelp.windhamlabs.com/expected-risk/annualizing-volatility-and-return.md): The WPA accounts that discrete returns are log-normally distributed.
- [Correlation](https://wpahelp.windhamlabs.com/expected-risk/correlation.md): Correlation measures the degree and direction of the co-movement between two assets.
- [Covariance](https://wpahelp.windhamlabs.com/expected-risk/covariance.md): The covariance matrix describes the magnitude of the variability in the assets' returns including direction and degree.
- [Exponential Risk](https://wpahelp.windhamlabs.com/expected-risk/exponential-risk.md): Exponentially Weighted Moving Average (EWMA)
- [Quiet and Turbulent Risk](https://wpahelp.windhamlabs.com/expected-risk/quiet-and-turbulent-risk.md): A risk model for statistically partitioning returns into regimes.
- [Series Filter](https://wpahelp.windhamlabs.com/expected-risk/series-filter.md): A conditional model for estimating expected risk and correlations.
- [Views (Risk and Correlation)](https://wpahelp.windhamlabs.com/expected-risk/views.md): The WPA allows the user to input custom views for expected risk and correlations.


---

# 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://wpahelp.windhamlabs.com/expected-risk.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.
