|
Unity Scopes API
|
Implements the Anderson-Darling test for normality for the case of empirical mean and variance. More...
#include <unity/scopes/testing/Statistics.h>
Classes | |
| struct | Result |
| Executing the test returns a set of hypothesis that have to be evaluated at the desired confidence level. More... | |
Public Member Functions | |
| Result | for_normality (const Sample &sample) |
| for_normality evaluates a given sample to check if its underlying distribution is normal. More... | |
Implements the Anderson-Darling test for normality for the case of empirical mean and variance.
| unity::scopes::testing::AndersonDarlingTest::Result unity::scopes::testing::AndersonDarlingTest::for_normality | ( | const Sample & | sample | ) |
for_normality evaluates a given sample to check if its underlying distribution is normal.
| sample | The sample to check. |