Click or drag to resize

VslComputationMethod Enumeration

Lists estimate calculation methods supported by Intel MKL.

Namespace:  FinMath.Statistics
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public enum VslComputationMethod
Members
  Member nameValueDescription
Fast1 Fast method for calculation of the estimates.
OnePass2 One-pass method for calculation of estimates.
TBS8 TBS method for robust estimation of covariance and mean.
BACON32 BACON method for detection of multivariate outliers.
MultipleImputation16 Multiple imputation method for support of missing values.
SpectralDecomposition4 Spectral decomposition method for parameterization of a correlation matrix.
ZhangWang64 Zhang-Wang (ZW) method for quantile estimation for streaming data.
FastZhangWang128 Fast ZW method for quantile estimation for streaming data.
See Also