type TAutoCorrType = ( ctNormal, ctBiased, ctUnbiased );
Defines the autocorrelation type.
Autocorrelation type can be: Normal, Biased or unbiased. See TVec.AutoCorr routines... for more info.
Values
| Name | Description |
|---|---|
| ctBiased | Biased autocorrelation scaling |
| ctNormal | Normal autocorrelation scaling. |
| ctUnbiased | Unbiased autocorrelation scaling |