| Package | Description |
|---|---|
| de.unihalle.informatik.MiToBo.math |
Provides mathematical functionality.
|
| de.unihalle.informatik.MiToBo.math.distributions.impl | |
| de.unihalle.informatik.MiToBo.tracking.multitarget.distributions.impl |
| Modifier and Type | Field and Description |
|---|---|
protected GaussianDistribution |
LinearTransformGaussNoise.gaussnoise |
| Modifier and Type | Method and Description |
|---|---|
GaussianDistribution |
LinearTransformGaussNoise.transform(GaussianDistribution gaussian)
Transform the Gaussian distribution
gaussian with this transform. |
| Modifier and Type | Method and Description |
|---|---|
GaussianDistribution |
LinearTransformGaussNoise.transform(GaussianDistribution gaussian)
Transform the Gaussian distribution
gaussian with this transform. |
| Modifier and Type | Method and Description |
|---|---|
GaussianDistribution |
GaussianDistribution.copy() |
| Constructor and Description |
|---|
GaussMixDistribution(GaussianDistribution[] pdfs,
double[] weights,
Random rand)
Constructor for weighted Gaussian components
|
GaussMixDistribution(GaussianDistribution[] pdfs,
Random rand)
Constructor with equally weighted Gaussian components
|
| Modifier and Type | Field and Description |
|---|---|
protected GaussianDistribution[] |
MultiObsDistributionIndepGaussians.gaussian
multivariate gaussian density object for evaluation
|
protected GaussianDistribution[] |
MultiStateLinTransDistributionIndepGaussians.gaussian
multivariate gaussian density object for evaluation
|
| Modifier and Type | Field and Description |
|---|---|
protected Vector<GaussianDistribution> |
MultiStateDistributionIndepGaussians.gaussians |
| Modifier and Type | Method and Description |
|---|---|
int |
MultiStateDistributionIndepGaussians.addIndepGaussian(GaussianDistribution stateCont,
T stateDiscr)
Add an independent Gaussian state distribution
|
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.