One Sample TTest.Hedges G Property
Gets the effect size measured as Hedges' g.
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.2
public double HedgesG { get; }
Property Value
DoubleRemarks
Hedges' g is a bias-corrected version of Cohen's d for a one-sample t-test. It adjusts Cohen's d to reduce bias, particularly for small sample sizes.
This value provides a more accurate measure of effect size in cases with limited data.