Method | Description | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
DistributionFunction ( ) : double |
Not supported.
|
|
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.
|
|
VonMisesFisherDistribution ( double mean, double concentration ) : System |
Constructs a Von-Mises Fisher distribution with unit mean.
|
|
VonMisesFisherDistribution ( int dimension, double concentration ) : System |
Constructs a Von-Mises Fisher distribution with unit mean.
|
Method | Description | |
---|---|---|
VonMisesFisherDistribution ( int dimension ) : System |
public ProbabilityDensityFunction ( ) : double | ||
return | double |
public ToString ( string format, IFormatProvider formatProvider ) : string | ||
format | string | The format. |
formatProvider | IFormatProvider | The format provider. |
return | string |
public VonMisesFisherDistribution ( double mean, double concentration ) : System | ||
mean | double | The mean direction vector (with unit length). |
concentration | double | The concentration value κ (kappa). |
return | System |
public VonMisesFisherDistribution ( int dimension, double concentration ) : System | ||
dimension | int | The number of dimensions in the distribution. |
concentration | double | The concentration value κ (kappa). |
return | System |