Uses of Class
com.compomics.util.math.statistics.distributions.NonSymmetricalNormalDistribution
Packages that use NonSymmetricalNormalDistribution
Package
Description
Classes for the generation of identification features.
Experiment classes used in PeptideShaker calculations.
Math classes related to distributions.
-
Uses of NonSymmetricalNormalDistribution in com.compomics.util.experiment.identification.features
Methods in com.compomics.util.experiment.identification.features that return NonSymmetricalNormalDistributionModifier and TypeMethodDescriptionIdentificationFeaturesGenerator.getMassErrorDistribution(String spectrumFile) Returns the precursor mass error distribution of validated peptides in a spectrum file. -
Uses of NonSymmetricalNormalDistribution in com.compomics.util.experiment.identification.peptide_shaker
Methods in com.compomics.util.experiment.identification.peptide_shaker that return NonSymmetricalNormalDistributionModifier and TypeMethodDescriptionMetrics.getPeptideLengthDistribution()Returns the distribution of validated peptide lengths.Methods in com.compomics.util.experiment.identification.peptide_shaker with parameters of type NonSymmetricalNormalDistributionModifier and TypeMethodDescriptionvoidMetrics.setPeptideLengthDistribution(NonSymmetricalNormalDistribution peptideLengthDistribution) Sets the distribution of validated peptide lengths. -
Uses of NonSymmetricalNormalDistribution in com.compomics.util.math.statistics.distributions
Methods in com.compomics.util.math.statistics.distributions that return NonSymmetricalNormalDistributionModifier and TypeMethodDescriptionNonSymmetricalNormalDistribution.getRobustNonSymmetricalNormalDistribution(ArrayList<Double> input) Returns the non-symmetrical distribution of the input list of double calibrated on the median, 15.9% and 84.1% percentiles.NonSymmetricalNormalDistribution.getRobustNonSymmetricalNormalDistributionFromSortedArray(double[] input) Returns the non-symmetrical distribution of the input array of double calibrated on the median, 15.9% and 84.1% percentiles.NonSymmetricalNormalDistribution.getRobustNonSymmetricalNormalDistributionFromSortedList(ArrayList<Double> input) Returns the non-symmetrical distribution of the input list of double calibrated on the median, 15.9% and 84.1% percentiles.