tTestMean2SampleResults

 

Name

tTestMean2SampleResults

Description

Struct to hold the result of two sample confidence test.

Declaration

typedef struct tagtTestMean2SampleResults
{
        int        _id(IDE_TTEST2_SAMPLE_SIZE1)          N1;
        double     _id(IDE_TTEST2_MEAN1)                         Mean1;
        double     _id(IDE_TTEST2_SD1)                                   SD1;
        double     _id(IDE_TTEST2_SEM1)                          SEM1;
        int        _id(IDE_TTEST2_SAMPLE_SIZE2)          N2;
        double     _id(IDE_TTEST2_MEAN2)                         Mean2;
        double     _id(IDE_TTEST2_SD2)                                   SD2;
        double     _id(IDE_TTEST2_SEM2)                          SEM2;
        double     _id(IDE_TTEST2_DIF_MEAN)              DiffMean;
        double     _id(IDE_TTEST2_DIF_SEM)               DiffSEM;
        double     _id(IDE_TTEST2_DOF)                           DOF;
        double     _id(IDE_TTEST2_T_VALUE)                       tValue;
        double     _id(IDE_TTEST2_PROB)                          Prob;
} tTestMean2SampleResults;

Members

N1
Size of sample 1
Mean1
Mean of sample 1
SD1
Standard deviation of sample 1
SEM1
Standard error of sample 1 mean
N2
Size of sample 2
Mean2
Mean of sample 2
SD2
Standard deviation of sample 2
SEM2
Standard error of sample 2 mean
DiffMean
Difference of means of two Samples
DiffSEM
Difference of SEMs of two Samples
DOF
Degrees of Freedom for t-Test
tValue
Student's t-Test statistic
Prob
Probability for t-Test

Remark

Examples

Header to Include

origin.h

See Also

Reference