IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Meta.Numerics.Statistics.Distributions.KuiperDistribution Class Reference

Represents the asymptotic distribution of Kuiper's V statistic. More...

+ Inheritance diagram for Meta.Numerics.Statistics.Distributions.KuiperDistribution:
+ Collaboration diagram for Meta.Numerics.Statistics.Distributions.KuiperDistribution:

Public Member Functions

 KuiperDistribution ()
 Initializes a new Kuiper distribution. More...
 
override double LeftProbability (double x)
 Returns the cumulative probability to the left of (below) the given point.
Parameters
xThe reference point.
Returns
The integrated probability to obtain a result below the reference point.
The left probability function is commonly called the cumulative distribution function (CDF). More...
 
override double RightProbability (double x)
 Return the cumulative probability to the right of (above) the given point.
Parameters
xThe reference point.
Returns
The integrated probability 1-P(x1) to obtain a result above the reference point.
In survival analysis, the right probability function is commonly called the survival function, because it gives the fraction of the population remaining after the given time. More...
 
override double ProbabilityDensity (double x)
 Returns the probability density at the given point.
Parameters
xThe reference point.
Returns
The probability density p(x).
The probability density function (PDF) gives the relative probability of obtaining different values. More...
 
override double Moment (int n)
 Computes a raw moment of the distribution.
Parameters
rThe order of the moment to compute.
Returns
The rth raw moment of the distribution.
See also
Moment
More...
 
override double MomentAboutMean (int n)
 Computes a central moment of the distribution.
Parameters
rThe order of the moment to compute.
Returns
The rth central moment of the distribution.
See also
Moment
More...
 
- Public Member Functions inherited from Meta.Numerics.Statistics.Distributions.Distribution
virtual double InverseLeftProbability (double P)
 Returns the point at which the cumulative distribution function attains a given value. More...
 
virtual double InverseRightProbability (double Q)
 Returns the point at which the right probability function attains the given value. More...
 
virtual double ExpectationValue (Func< double, double > f)
 Computes the expectation value of the given function. More...
 
virtual double GetRandomValue (Random rng)
 Returns a random value. More...
 
- Public Member Functions inherited from Meta.Numerics.Statistics.Distributions.UnivariateDistribution
virtual double Cumulant (int r)
 Computes a cumulant of the distribution. More...
 

Properties

override Interval Support [get]
 
override double Mean [get]
 
override double Variance [get]
 
- Properties inherited from Meta.Numerics.Statistics.Distributions.Distribution
virtual double Median [get]
 Gets the median of the distribution. More...
 
virtual Interval Support [get]
 Gets the interval over which the distribution is nonvanishing. More...
 
- Properties inherited from Meta.Numerics.Statistics.Distributions.UnivariateDistribution
virtual double Mean [get]
 Gets the mean of the distribution. More...
 
virtual double Variance [get]
 Gets the variance of the distribution. More...
 
virtual double StandardDeviation [get]
 Gets the standard deviation of the distribution. More...
 
virtual double Skewness [get]
 Gets the skewness of the distribution. More...
 
virtual double ExcessKurtosis [get]
 Gets the excess kurtosis of the distribution. More...
 

Static Private Member Functions

static double AsymptoticP (double x)
 
static double AsymptoticQ (double x)
 
static double AsymptoticQPrime (double x)
 
static double AsymptoticPPrime (double x)
 

Detailed Description

Represents the asymptotic distribution of Kuiper's V statistic.

Constructor & Destructor Documentation

Meta.Numerics.Statistics.Distributions.KuiperDistribution.KuiperDistribution ( )
inline

Initializes a new Kuiper distribution.

Member Function Documentation

override double Meta.Numerics.Statistics.Distributions.KuiperDistribution.LeftProbability ( double  x)
inlinevirtual

Returns the cumulative probability to the left of (below) the given point.

Parameters
xThe reference point.
Returns
The integrated probability to obtain a result below the reference point.
The left probability function is commonly called the cumulative distribution function (CDF).

Reimplemented from Meta.Numerics.Statistics.Distributions.Distribution.

override double Meta.Numerics.Statistics.Distributions.KuiperDistribution.RightProbability ( double  x)
inlinevirtual

Return the cumulative probability to the right of (above) the given point.

Parameters
xThe reference point.
Returns
The integrated probability 1-P(x1) to obtain a result above the reference point.
In survival analysis, the right probability function is commonly called the survival function, because it gives the fraction of the population remaining after the given time.

Reimplemented from Meta.Numerics.Statistics.Distributions.Distribution.

static double Meta.Numerics.Statistics.Distributions.KuiperDistribution.AsymptoticP ( double  x)
inlinestaticprivate
static double Meta.Numerics.Statistics.Distributions.KuiperDistribution.AsymptoticQ ( double  x)
inlinestaticprivate
override double Meta.Numerics.Statistics.Distributions.KuiperDistribution.ProbabilityDensity ( double  x)
inlinevirtual

Returns the probability density at the given point.

Parameters
xThe reference point.
Returns
The probability density p(x).
The probability density function (PDF) gives the relative probability of obtaining different values.

Implements Meta.Numerics.Statistics.Distributions.Distribution.

static double Meta.Numerics.Statistics.Distributions.KuiperDistribution.AsymptoticQPrime ( double  x)
inlinestaticprivate
static double Meta.Numerics.Statistics.Distributions.KuiperDistribution.AsymptoticPPrime ( double  x)
inlinestaticprivate
override double Meta.Numerics.Statistics.Distributions.KuiperDistribution.Moment ( int  n)
inlinevirtual

Computes a raw moment of the distribution.

Parameters
rThe order of the moment to compute.
Returns
The rth raw moment of the distribution.
See also
Moment

Reimplemented from Meta.Numerics.Statistics.Distributions.Distribution.

References Meta.Numerics.Functions.AdvancedMath.Gamma(), and Meta.Numerics.Functions.AdvancedMath.RiemannZeta().

override double Meta.Numerics.Statistics.Distributions.KuiperDistribution.MomentAboutMean ( int  n)
inlinevirtual

Computes a central moment of the distribution.

Parameters
rThe order of the moment to compute.
Returns
The rth central moment of the distribution.
See also
Moment

Reimplemented from Meta.Numerics.Statistics.Distributions.Distribution.

Property Documentation

override Interval Meta.Numerics.Statistics.Distributions.KuiperDistribution.Support
get

override double Meta.Numerics.Statistics.Distributions.KuiperDistribution.Mean
get

override double Meta.Numerics.Statistics.Distributions.KuiperDistribution.Variance
get


The documentation for this class was generated from the following file: