Gets the standard error of this parameter.

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

Syntax

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

See Also