Unity Scopes API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
unity::scopes::testing::StudentsTTest::Result Struct Reference

Executing the test returns a set of hypothesis that have to be evaluated at the desired confidence level. More...

#include <unity/scopes/testing/Statistics.h>

Public Attributes

double t
 The t value of the test.
 
Hypothesis both_means_are_equal
 H0, both means are equal.
 
Hypothesis sample1_mean_lt_sample2_mean
 H1, sample1 mean < sample2 mean.
 
Hypothesis sample1_mean_gt_sample2_mean
 H2, sample1 mean > sample2 mean.
 

Detailed Description

Executing the test returns a set of hypothesis that have to be evaluated at the desired confidence level.


The documentation for this struct was generated from the following file: