Package smile.stat
Interface Hypothesis
public interface Hypothesis
Hypothesis test functions.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceChi-square test.static interfaceCorrelation test.static interfaceF-test.static interfaceThe Kolmogorov-Smirnov test (K-S test).static interfacet-test. -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic Stringsignificance(double pvalue) Returns the significance code of p-value.
-
Method Details
-
significance
Returns the significance code of p-value. Significance codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1- Parameters:
pvalue- a p-value.- Returns:
- the significance code of p-value.
-