Метод | Описание | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
DirichletDistribution ( ) : System |
Creates a new Dirichlet distribution.
|
|
DirichletDistribution ( int dimension, double concentration ) : System |
Creates a new symmetric Dirichlet distribution.
|
|
DistributionFunction ( ) : double |
Not supported.
|
|
Fit ( double observations, double weights, Fitting options ) : void |
Not supported.
|
|
LogProbabilityDensityFunction ( ) : double |
Gets the log-probability density function (pdf) for this distribution evaluated at point
|
|
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 |
|
ToString ( string format, IFormatProvider formatProvider ) : string |
Returns a System.String that represents this instance.
|
public DirichletDistribution ( int dimension, double concentration ) : System | ||
dimension | int | The number |
concentration | double | The common concentration parameter α (alpha). |
Результат | System |
public Fit ( double observations, double weights, Fitting options ) : void | ||
observations | double | |
weights | double | |
options | Fitting | |
Результат | void |
public LogProbabilityDensityFunction ( ) : double | ||
Результат | double |
public ProbabilityDensityFunction ( ) : double | ||
Результат | double |
public ToString ( string format, IFormatProvider formatProvider ) : string | ||
format | string | The format. |
formatProvider | IFormatProvider | The format provider. |
Результат | string |