The F0SpectrumEstimationType enumeration is used to determine the method of calculation of adjusted variance.
It is used by the following properties:
| Value | Brief description | |
| 0 | BartlettKernel. The Bartlett kernel. | |
| 1 | ParzenKernel. The Parzen kernel. | |
| 2 | QuadraticSpectralKernel. The quadratic spectral kernel. | |
| 3 | OLS. The least squares method. | |
| 4 | OLSDetrended. The detrended least squares method. | |
| 5 | GLSDetrended. The detrended generalized least squares method. |
See also: