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 executingSearchTasks. -
-
Uses of NormalityTest in pulse.search.statistics
Subclasses of NormalityTest in pulse.search.statistics Modifier and Type Class Description classAndersonDarlingTestThe Anderson-Darling normality test.classEmptyTestclassKSTestThe Kolmogorov-Smirnov normality test as implemented inApacheCommonsMath.classRSquaredTestThe coefficient of determination represents the goodness of fit that aHeatingCurveprovides for theExperimentalData -
Uses of NormalityTest in pulse.tasks
Methods in pulse.tasks that return NormalityTest Modifier and Type Method Description NormalityTestSearchTask. getNormalityTest()
-