Uses of Package
com.framed.cdss.utils
Packages that use com.framed.cdss.utils
-
Classes in com.framed.cdss.utils used by com.framed.cdss.utilsClassDescriptionEnumerates the directions of trends:
TrendDirection.UP: find upwards trendsTrendDirection.DOWN: find downwards trendsTrendDirection.BOTH: find both up- and downwards trendsEnumerates the mode of tends conditions supported:TrendMode.MEAN_STEP_DIFF: The trend is measured by the mean difference between observed data points.TrendMode.REGRESSION_SLOPE: The trend is measured by the best fitting slope (regression).
