One
            
            
            Returns the Fisher-Hayter test for the pairwise comparison of two group means.
            
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
An AnovaPostHocTest object that represents the Fisher-Hayter test for the specified groups.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public AnovaPostHocTest GetFisherHayterTest(
	int index1,
	int index2
)Parameters
Return Value
AnovaPostHocTestAn AnovaPostHocTest object that represents the Fisher-Hayter test for the specified groups.
Exceptions
| Invalid | The Fit() method has not been called. | 
| Argument | index1 is less than zero or greater than or equal to the number of groups. -or- index2 is less than zero or greater than or equal to the number of groups. |