TVec *AutoCorrUnBiased(TVec *Vec, int Lags) const;
Unbiased auto-correlation.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TVec * | |
| 2 | Lags | int |
Remarks:
Calculate the unbiased auto-correlation of the vector Vec. The result of Length = Lags is stored in the calling vector (V). The Lags parameter must be equal or smaller than the calling vector (V) length. The unbiased auto-correlation is defined by the following equation:
See Also: Vector::AutoCorrBiased, Vector::AutoCorrNormal
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler