Uses of Class
org.expasy.jpl.commons.collection.stat.LaplaceGaussRandomVar

Packages that use LaplaceGaussRandomVar
org.expasy.jpl.commons.collection.stat Provides interfaces and objects for statistical data. 
 

Uses of LaplaceGaussRandomVar in org.expasy.jpl.commons.collection.stat
 

Methods in org.expasy.jpl.commons.collection.stat that return LaplaceGaussRandomVar
static LaplaceGaussRandomVar LaplaceGaussRandomVar.withPPM(double mean, double ppm)
           
static LaplaceGaussRandomVar LaplaceGaussRandomVar.withStdDev(double mean, double stdDev)
           
 

Methods in org.expasy.jpl.commons.collection.stat with parameters of type LaplaceGaussRandomVar
static double[] ProbDistLGUtils.getValues(LaplaceGaussRandomVar var)
           
static double ProbDistLGUtils.getValuesAtStdev(LaplaceGaussRandomVar var, int numOfStdev)
           
static HistogramDataSet ProbDistLGUtils.toHistogram(LaplaceGaussRandomVar var)
           
 



Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.