ILNumerics Ultimate VS

ChiSquareDistribution Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Continuous Univariate Chi-Squared distribution. This distribution is a sum of the squares of k independent standard normal random variables. Wikipedia - ChiSquare distribution.

[ILNumerics Statistics Toolbox]

Inheritance Hierarchy

SystemObject
  ILNumerics.Toolboxes.DistributionsChiSquareDistribution

Namespace:  ILNumerics.Toolboxes.Distributions
Assembly:  ILNumerics.Toolboxes.Statistics (in ILNumerics.Toolboxes.Statistics.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public class ChiSquareDistribution

The ChiSquareDistribution type exposes the following members.

Constructors

  NameDescription
Public methodChiSquareDistribution
Initializes a new instance of the ChiSquareDistribution class.

[ILNumerics Statistics Toolbox]

Top
Properties

  NameDescription
Public propertyDegreesOfFreedom
Gets or sets the degrees of freedom (k) of the Chi distribution. Range: k > 0.

[ILNumerics Statistics Toolbox]

Public propertyEntropy
Gets the entropy of the distribution.

[ILNumerics Statistics Toolbox]

Public propertyMaximum
Gets the maximum of the distribution.

[ILNumerics Statistics Toolbox]

Public propertyMean
Gets the mean of the distribution.

[ILNumerics Statistics Toolbox]

Public propertyMedian
Gets the median of the distribution.

[ILNumerics Statistics Toolbox]

Public propertyMinimum
Gets the minimum of the distribution.

[ILNumerics Statistics Toolbox]

Public propertyMode
Gets the mode of the distribution.

[ILNumerics Statistics Toolbox]

Public propertySkewness
Gets the skewness of the distribution.

[ILNumerics Statistics Toolbox]

Public propertyStdDev
Gets the standard deviation of the distribution.

[ILNumerics Statistics Toolbox]

Public propertyVariance
Gets the variance of the distribution.

[ILNumerics Statistics Toolbox]

Top
Methods

  NameDescription
Public methodCDF
Computes the cumulative distribution (CDF) of the distribution at x, i.e. P(X ≤ x).

[ILNumerics Statistics Toolbox]

Public methodCumulativeDistribution
Computes the cumulative distribution (CDF) of the distribution at x, i.e. P(X ≤ x).

[ILNumerics Statistics Toolbox]

Public methodDensity
Computes the probability density of the distribution (PDF) at x, i.e. ∂P(X ≤ x)/∂x.

[ILNumerics Statistics Toolbox]

Public methodDensityLog
Computes the log probability density of the distribution (lnPDF) at x, i.e. ln(∂P(X ≤ x)/∂x).

[ILNumerics Statistics Toolbox]

Public methodPDF
Computes the probability density of the distribution (PDF) at x, i.e. ∂P(X ≤ x)/∂x.

[ILNumerics Statistics Toolbox]

Public methodPDFLog
Computes the log probability density of the distribution (lnPDF) at x, i.e. ln(∂P(X ≤ x)/∂x).

[ILNumerics Statistics Toolbox]

Public methodSamples
Generates a sequence of samples from the ChiSquare distribution.

[ILNumerics Statistics Toolbox]

Public methodToString
A string representation of the distribution.

[ILNumerics Statistics Toolbox]

(Overrides ObjectToString.)
Top
Remarks

[ILNumerics Statistics Toolbox]

See Also

Reference