Gets and sets the default bias type.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public static BiasType Bias { get; set; }
Visual Basic (Declaration)
Public Shared Property Bias As BiasType
Visual C++
public:
static property BiasType Bias {
	BiasType get ();
	void set (BiasType value);
}

Remarks

The default is "BiasType.Biased".

See Also