Click or drag to resize

TwoSamplePairedTTestSEM 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 = sigma / sqrt( n )
See Also