Function to perform a Two Sample t-Test on two independent groups, equal or unequal variance is both supported.
OCMATH_API int ocmath_two_sample_t_test(const double* pData1, UINT nSize1, const double* pData2, UINT nSize2, const HypotTestOptions* opt, tTestMean2SampleResults* res, tTestResults* tResUneqVar = NULL)
Returns STATS_NO_ERROR on successful exit or a non-zero STATS error code on failure.
ocmath_two_sample_tTest_powers_pair
origin.h