Method | 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 The Probability Density Function (PDF) describes the probability that a given value |
|
LogProbabilityDensityFunction ( double x ) : double |
Gets the probability density function (pdf) for this distribution evaluated at point The Probability Density Function (PDF) describes the probability that a given value |
|
ProbabilityDensityFunction ( ) : double |
Gets the probability density function (pdf) for this distribution evaluated at point The Probability Density Function (PDF) describes the probability that a given value |
|
ProbabilityDensityFunction ( double x ) : double |
Gets the probability density function (pdf) for this distribution evaluated at point The Probability Density Function (PDF) describes the probability that a given value |
|
ToString ( string format, IFormatProvider formatProvider ) : string |
Returns a System.String that represents this instance.
|
public Fit ( double observations, double weights, Fitting options ) : void | ||
observations | double | |
weights | double | |
options | Fitting | |
return | void |
public InverseWishartDistribution ( double degreesOfFreedom, double inverseScale ) : System | ||
degreesOfFreedom | double | The degrees of freedom v. |
inverseScale | double | The inverse scale matrix Ψ (psi). |
return | System |
public LogProbabilityDensityFunction ( ) : double | ||
return | double |
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. /// |
return | double |
public ProbabilityDensityFunction ( ) : double | ||
return | double |
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. /// |
return | double |
public ToString ( string format, IFormatProvider formatProvider ) : string | ||
format | string | The format. |
formatProvider | IFormatProvider | The format provider. |
return | string |