Enumeration for specifying a biased or unbiased estimator.
Namespace: CenterSpace.NMath.StatsAssembly: NMathStatsPremium (in NMathStatsPremium.dll) Version: 3.6.0.0
Syntax
| C# |
|---|
public enum BiasType |
| Visual Basic |
|---|
Public Enumeration BiasType |
| Visual C++ |
|---|
public enum class BiasType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Biased | 0 | Specifies a biased estimator as in the case of a population. | |
| Unbiased | 1 | Specifies an unbiased estimator as in the case of a sample. |