Uses of Class
pulse.search.statistics.NormalityTest
-
Packages that use NormalityTest Package Description pulse.search.statistics PULsE Statistical Kit.pulse.tasks Introduces theSearchTask
, which is the main actor inPULsE
, and theTaskManager
, a high-level class which among other functions manages loading and executingSearchTask
s. -
-
Uses of NormalityTest in pulse.search.statistics
Subclasses of NormalityTest in pulse.search.statistics Modifier and Type Class Description class
AndersonDarlingTest
The Anderson-Darling normality test.class
EmptyTest
class
KSTest
The Kolmogorov-Smirnov normality test as implemented inApacheCommonsMath
.class
RSquaredTest
The coefficient of determination represents the goodness of fit that aHeatingCurve
provides for theExperimentalData
-
Uses of NormalityTest in pulse.tasks
Methods in pulse.tasks that return NormalityTest Modifier and Type Method Description NormalityTest
SearchTask. getNormalityTest()
-