Click or drag to resize

BiasType Enumeration

Enumeration for specifying a biased or unbiased estimator.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum BiasType
Members
Member nameValueDescription
Biased0 Specifies a biased estimator as in the case of a population.
Unbiased1 Specifies an unbiased estimator as in the case of a sample.
See Also