Interface | Description |
---|---|
MultivariateDistribution |
This interface represents the contract that any continuous multivariate distribution must implement
|
Class | Description |
---|---|
Dirichlet |
An implementation of the Dirichlet distribution.
|
MetricKDE |
MetricKDE is a generalization of the
KernelDensityEstimator to the multivariate case. |
MultivariateDistributionSkeleton |
Common class for implementing a multivariate distribution.
|
MultivariateKDE |
There are several methods of generalizing the
KernelDensityEstimator to the multivariate case. |
NormalM |
Class for the multivariate Normal distribution.
|
ProductKDE |
The Product Kernel Density Estimator is a generalization of the
KernelDensityEstimator to the multivariate case. |
SymmetricDirichlet |
The Symmetric Dirichlet Distribution is a special case of the
Dirichlet distribution, and occurs when all alphas have the same value. |
Copyright © 2017. All rights reserved.