Package org.anchoranalysis.plugin.operator.feature.bean.statistics
package org.anchoranalysis.plugin.operator.feature.bean.statistics
Converts feature values based upon a statistical measure of distribution.
-
ClassesClassDescriptionGaussianCumulative<T extends FeatureInput>Calculates a score between 0 and 1 based on the Cumulative Distribution Function (CDF) of a Gaussian distribution.StatisticalBase<T extends FeatureInput>Calculates a score based upon the statistical mean and standard deviation.ZScore<T extends FeatureInput>Calculates the Z-score of a value based on the mean and standard deviation.