Uses of Interface
org.apache.commons.statistics.distribution.ContinuousDistribution
-
Packages that use ContinuousDistribution Package Description io.virtdata.continuous.common io.virtdata.continuous.int_double io.virtdata.continuous.long_double org.apache.commons.math4.distribution Implementations of common discrete and continuous distributions.org.apache.commons.math4.stat.inference Classes providing hypothesis testing.org.apache.commons.statistics.distribution Implementations of common discrete and continuous distributions. -
-
Uses of ContinuousDistribution in io.virtdata.continuous.common
Constructors in io.virtdata.continuous.common with parameters of type ContinuousDistribution Constructor Description RealDistributionICDSource(ContinuousDistribution realDistribution) -
Uses of ContinuousDistribution in io.virtdata.continuous.int_double
Constructors in io.virtdata.continuous.int_double with parameters of type ContinuousDistribution Constructor Description IntToDoubleContinuousCurve(ContinuousDistribution distribution, java.lang.String... modslist) -
Uses of ContinuousDistribution in io.virtdata.continuous.long_double
Constructors in io.virtdata.continuous.long_double with parameters of type ContinuousDistribution Constructor Description LongToDoubleContinuousCurve(ContinuousDistribution distribution, java.lang.String... modslist) -
Uses of ContinuousDistribution in org.apache.commons.math4.distribution
Subinterfaces of ContinuousDistribution in org.apache.commons.math4.distribution Modifier and Type Interface Description interfaceRealDistributionBase interface for distributions on the reals.Classes in org.apache.commons.math4.distribution that implement ContinuousDistribution Modifier and Type Class Description classAbstractRealDistributionBase class for probability distributions on the reals.classEmpiricalDistributionRepresents an empirical probability distribution -- a probability distribution derived from observed data without making any assumptions about the functional form of the population distribution that the data come from.classEnumeratedRealDistributionImplementation of a real-valuedEnumeratedDistribution.Methods in org.apache.commons.math4.distribution that return ContinuousDistribution Modifier and Type Method Description protected ContinuousDistributionEmpiricalDistribution. getKernel(SummaryStatistics bStats)The within-bin smoothing kernel. -
Uses of ContinuousDistribution in org.apache.commons.math4.stat.inference
Methods in org.apache.commons.math4.stat.inference with parameters of type ContinuousDistribution Modifier and Type Method Description static doubleInferenceTestUtils. kolmogorovSmirnovStatistic(ContinuousDistribution dist, double[] data)doubleKolmogorovSmirnovTest. kolmogorovSmirnovStatistic(ContinuousDistribution distribution, double[] data)Computes the one-sample Kolmogorov-Smirnov test statistic, \(D_n=\sup_x |F_n(x)-F(x)|\) where \(F\) is the distribution (cdf) function associated withdistribution, \(n\) is the length ofdataand \(F_n\) is the empirical distribution that puts mass \(1/n\) at each of the values indata.static doubleInferenceTestUtils. kolmogorovSmirnovTest(ContinuousDistribution dist, double[] data)static doubleInferenceTestUtils. kolmogorovSmirnovTest(ContinuousDistribution dist, double[] data, boolean strict)static booleanInferenceTestUtils. kolmogorovSmirnovTest(ContinuousDistribution dist, double[] data, double alpha)doubleKolmogorovSmirnovTest. kolmogorovSmirnovTest(ContinuousDistribution distribution, double[] data)Computes the p-value, or observed significance level, of a one-sample Kolmogorov-Smirnov test evaluating the null hypothesis thatdataconforms todistribution.doubleKolmogorovSmirnovTest. kolmogorovSmirnovTest(ContinuousDistribution distribution, double[] data, boolean exact)Computes the p-value, or observed significance level, of a one-sample Kolmogorov-Smirnov test evaluating the null hypothesis thatdataconforms todistribution.booleanKolmogorovSmirnovTest. kolmogorovSmirnovTest(ContinuousDistribution distribution, double[] data, double alpha)Performs a Kolmogorov-Smirnov test evaluating the null hypothesis thatdataconforms todistribution. -
Uses of ContinuousDistribution in org.apache.commons.statistics.distribution
Classes in org.apache.commons.statistics.distribution that implement ContinuousDistribution Modifier and Type Class Description classBetaDistributionImplementation of the Beta distribution.classCauchyDistributionImplementation of the Cauchy distribution.classChiSquaredDistributionImplementation of the chi-squared distribution.classConstantContinuousDistributionImplementation of the constant real distribution.classExponentialDistributionImplementation of the exponential distribution.classFDistributionImplementation of the F-distribution.classGammaDistributionImplementation of the Gamma distribution.classGumbelDistributionThis class implements the Gumbel distribution.classLaplaceDistributionThis class implements the Laplace distribution.classLevyDistributionThis class implements the Lévy distribution.classLogisticDistributionImplementation of the Logistic distribution.classLogNormalDistributionImplementation of the log-normal distribution.classNakagamiDistributionThis class implements the Nakagami distribution.classNormalDistributionImplementation of the normal (Gaussian) distribution.classParetoDistributionImplementation of the Pareto distribution.classTDistributionImplementation of Student's t-distribution.classTriangularDistributionImplementation of the triangular real distribution.classUniformContinuousDistributionImplementation of the uniform distribution.classWeibullDistributionImplementation of the Weibull distribution.
-