Two 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. Adjustments are made based on whether the test is paired of unpaired, and whether or not the variances of the sample are assumed to be equal. Hedges' g is particularly useful for small sample sizes, as it adjusts Cohen's d to reduce bias. This value provides a more accurate measure of effect size in cases with limited data.