mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 22:08:05 +00:00
Refactor documentation for various filters and indicators to enhance clarity and consistency
- Updated Bessel, Bilateral, Blma, Butter, Conv, Ema, Kama, LSMA, MAMA, MGDI, SSF, USF, ATR, ADL, and ADOSC documentation to use bullet points for key concepts and features. - Added a new Qodana configuration file for code analysis. - Removed coverage configuration from Quantower.Tests.csproj to streamline testing setup.
This commit is contained in:
@@ -8,9 +8,9 @@ Covariance measures the joint variability of two random variables. It indicates
|
||||
|
||||
Covariance is calculated using a sliding window approach. It maintains running sums of $x$, $y$, and $xy$ to allow for $O(1)$ updates.
|
||||
|
||||
- **Positive Covariance**: Indicates that the two variables tend to move in the same direction.
|
||||
- **Negative Covariance**: Indicates that the two variables tend to move in opposite directions.
|
||||
- **Zero Covariance**: Indicates that the two variables are uncorrelated.
|
||||
* **Positive Covariance**: Indicates that the two variables tend to move in the same direction.
|
||||
* **Negative Covariance**: Indicates that the two variables tend to move in opposite directions.
|
||||
* **Zero Covariance**: Indicates that the two variables are uncorrelated.
|
||||
|
||||
## Mathematical Foundation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user