Click or drag to resize

TwoSampleUnpairedTTestSEM 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 = SPooled / sqrt( 1/N1 + 1/N2 )
See Also