C# Class Accord.Statistics.Distributions.Multivariate.InverseWishartDistribution

Inheritance: MultivariateContinuousDistribution
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object

Creates a new object that is a copy of the current instance.

DistributionFunction ( ) : double

Not supported.

Fit ( double observations, double weights, Fitting options ) : void

Not supported.

InverseWishartDistribution ( double degreesOfFreedom, double inverseScale ) : System

Creates a new Inverse Wishart distribution.

LogProbabilityDensityFunction ( ) : double

Gets the probability density function (pdf) for this distribution evaluated at point x.

The Probability Density Function (PDF) describes the probability that a given value x will occur.

LogProbabilityDensityFunction ( double x ) : double

Gets the probability density function (pdf) for this distribution evaluated at point x.

The Probability Density Function (PDF) describes the probability that a given value x will occur.

ProbabilityDensityFunction ( ) : double

Gets the probability density function (pdf) for this distribution evaluated at point x.

The Probability Density Function (PDF) describes the probability that a given value x will occur.

ProbabilityDensityFunction ( double x ) : double

Gets the probability density function (pdf) for this distribution evaluated at point x.

The Probability Density Function (PDF) describes the probability that a given value x will occur.

ToString ( string format, IFormatProvider formatProvider ) : string

Returns a System.String that represents this instance.

Method Details

Clone() public méthode

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
Résultat object

DistributionFunction() public méthode

Not supported.
public DistributionFunction ( ) : double
Résultat double

Fit() public méthode

Not supported.
public Fit ( double observations, double weights, Fitting options ) : void
observations double
weights double
options Fitting
Résultat void

InverseWishartDistribution() public méthode

Creates a new Inverse Wishart distribution.
public InverseWishartDistribution ( double degreesOfFreedom, double inverseScale ) : System
degreesOfFreedom double The degrees of freedom v.
inverseScale double The inverse scale matrix Ψ (psi).
Résultat System

LogProbabilityDensityFunction() public méthode

Gets the probability density function (pdf) for this distribution evaluated at point x.
The Probability Density Function (PDF) describes the probability that a given value x will occur.
public LogProbabilityDensityFunction ( ) : double
Résultat double

LogProbabilityDensityFunction() public méthode

Gets the probability density function (pdf) for this distribution evaluated at point x.
The Probability Density Function (PDF) describes the probability that a given value x will occur.
public LogProbabilityDensityFunction ( double x ) : double
x double A single point in the distribution range. /// For a matrix distribution, such as the Wishart's, this /// should be a positive-definite matrix or a matrix written /// in flat vector form. ///
Résultat double

ProbabilityDensityFunction() public méthode

Gets the probability density function (pdf) for this distribution evaluated at point x.
The Probability Density Function (PDF) describes the probability that a given value x will occur.
public ProbabilityDensityFunction ( ) : double
Résultat double

ProbabilityDensityFunction() public méthode

Gets the probability density function (pdf) for this distribution evaluated at point x.
The Probability Density Function (PDF) describes the probability that a given value x will occur.
public ProbabilityDensityFunction ( double x ) : double
x double A single point in the distribution range. /// For a matrix distribution, such as the Wishart's, this /// should be a positive-definite matrix or a matrix written /// in flat vector form. ///
Résultat double

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( string format, IFormatProvider formatProvider ) : string
format string The format.
formatProvider IFormatProvider The format provider.
Résultat string