Catalano.Statistics.Distributions
Class FisherDistribution
- java.lang.Object
-
- Catalano.Statistics.Distributions.FisherDistribution
-
- All Implemented Interfaces:
- IDistribution
public class FisherDistribution extends java.lang.Object implements IDistribution
Fisher-Snedecor Distribution.
-
-
Constructor Summary
Constructors Constructor and Description FisherDistribution(int degrees1, int degrees2)Constructs new FisherDistribution.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doubleComplementaryDistributionFunction(double x)doubleDistributionFunction(double x)Gets the cumulative distribution function (cdf) for this distribution evaluated at pointx .doubleEntropy()Gets the entropy for this distribution.intgetDegreesOfFreedom1()intgetDegreesOfFreedom2()doubleLogProbabilityDensityFunction(double x)Gets the log-probability density function (pdf) for this distribution evaluated at pointx .doubleMean()Gets the mean for this distribution.doubleProbabilityDensityFunction(double x)Gets the probability density function (pdf) for this distribution evaluated at pointx .doubleVariance()Gets the variance for this distribution.
-
-
-
Constructor Detail
-
FisherDistribution
public FisherDistribution(int degrees1, int degrees2)Constructs new FisherDistribution.- Parameters:
degrees1- The first degree of freedom.degrees2- The second degree of freedom.
-
-
Method Detail
-
getDegreesOfFreedom1
public int getDegreesOfFreedom1()
-
getDegreesOfFreedom2
public int getDegreesOfFreedom2()
-
Mean
public double Mean()
Description copied from interface:IDistributionGets the mean for this distribution.- Specified by:
Meanin interfaceIDistribution- Returns:
- The distribution's mean value.
-
Variance
public double Variance()
Description copied from interface:IDistributionGets the variance for this distribution.- Specified by:
Variancein interfaceIDistribution- Returns:
- The distribution's variance.
-
Entropy
public double Entropy()
Description copied from interface:IDistributionGets the entropy for this distribution.- Specified by:
Entropyin interfaceIDistribution- Returns:
- The distribution's entropy.
-
DistributionFunction
public double DistributionFunction(double x)
Description copied from interface:IDistributionGets the cumulative distribution function (cdf) for this distribution evaluated at pointx .
The Cumulative Distribution Function (CDF) describes the cumulative probability that a given value or any value smaller than it will occur.- Specified by:
DistributionFunctionin interfaceIDistribution- Parameters:
x- A single point in the distribution range.- Returns:
- The probability of
x occurring in the current distribution.
-
ComplementaryDistributionFunction
public double ComplementaryDistributionFunction(double x)
-
ProbabilityDensityFunction
public double ProbabilityDensityFunction(double x)
Description copied from interface:IDistributionGets the probability density function (pdf) for this distribution evaluated at pointx .
The Probability Density Function (PDF) describes the probability that a given valuex will occur.- Specified by:
ProbabilityDensityFunctionin interfaceIDistribution- Parameters:
x- A single point in the distribution range.- Returns:
- The probability of
x occurring in the current distribution.
-
LogProbabilityDensityFunction
public double LogProbabilityDensityFunction(double x)
Description copied from interface:IDistributionGets the log-probability density function (pdf) for this distribution evaluated at pointx .
The Probability Density Function (PDF) describes the probability that a given valuex will occur.- Specified by:
LogProbabilityDensityFunctionin interfaceIDistribution- Parameters:
x- A single point in the distribution range.- Returns:
- The probability of
x occurring in the current distribution.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG