|
Unity Scopes API
|
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. | |
Executing the test returns a set of hypothesis that have to be evaluated at the desired confidence level.