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 = sqrt( S1^2/N1 + S2^2/N2 )

See Also