Uses of Class
com.compomics.util.math.statistics.distributions.NormalDistribution
Packages that use NormalDistribution
Package
Description
Math classes related to distributions.
-
Uses of NormalDistribution in com.compomics.util.math.statistics.distributions
Methods in com.compomics.util.math.statistics.distributions that return NormalDistributionModifier and TypeMethodDescriptionstatic NormalDistributionNormalDistribution.getNormalDistribution(ArrayList<Double> input) Returns the normal distribution corresponding to a given list of double calibrated on mean and standard deviation.static NormalDistributionNormalDistribution.getRobustNormalDistribution(ArrayList<Double> input) Returns the normal distribution corresponding to a given list of double calibrated on median and 34.1% percentile to median distance