OneSampleTTest.HedgesG 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#
public double HedgesG { get; }

Property Value

Double

Remarks

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.

See Also