Gets the standard error of the mean.

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

Syntax

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

Remarks

CopyC#
SEM = sigma / sqrt( n )

See Also