The default degrees of freedom. If degrees of freedom are not supplied, then assume that each experiment has 1 degree of freedom, or only two possible outcomes.

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

Syntax

C#
public static double DefaultDF { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property DefaultDF As Double
Visual C++
public:
static property double DefaultDF {
	double get ();
}

See Also