Click or drag to resize

TwoSampleUnpairedUnequalTTestSEM Property

Gets the standard error of the mean.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double SEM { get; }

Property Value

Double
Remarks
C#
SEM = sqrt( S1^2/N1 + S2^2/N2 )
See Also