Uses of Interface
de.unihalle.informatik.MiToBo.math.distributions.interfaces.LogEvaluatableDistribution

Packages that use LogEvaluatableDistribution
de.unihalle.informatik.MiToBo.math.distributions.impl   
de.unihalle.informatik.MiToBo.math.distributions.interfaces   
de.unihalle.informatik.MiToBo.tracking.multitarget.distributions.abstracts   
de.unihalle.informatik.MiToBo.tracking.multitarget.distributions.impl   
 

Uses of LogEvaluatableDistribution in de.unihalle.informatik.MiToBo.math.distributions.impl
 

Classes in de.unihalle.informatik.MiToBo.math.distributions.impl that implement LogEvaluatableDistribution
 class GaussianDistribution
          A multivariate Gaussian distribution.
 class GaussMixDistribution
          A multivariate Gaussian mixture distribution.
 class GenericDiscreteDistribution
          A generic discrete distribution
 class MixtureDistribution
          A distribution represented by a mixture of distributions
 class PoissonDistribution
          Poisson distribution.
 class UniformDistribution
          A multivariate uniform distribution.
 

Uses of LogEvaluatableDistribution in de.unihalle.informatik.MiToBo.math.distributions.interfaces
 

Subinterfaces of LogEvaluatableDistribution in de.unihalle.informatik.MiToBo.math.distributions.interfaces
 interface LogProbabilityDensityFunction
          Interface for multivariate distributions that allow evaluation of the natural logarithm of their probability density function.
 interface LogProbabilityMassFunction
          Interface for univariate distributions based on log-probability mass functions
 

Uses of LogEvaluatableDistribution in de.unihalle.informatik.MiToBo.tracking.multitarget.distributions.abstracts
 

Classes in de.unihalle.informatik.MiToBo.tracking.multitarget.distributions.abstracts that implement LogEvaluatableDistribution
 class AbstractMultiObservationDistribution<S extends Copyable<?>,T extends Copyable<?>>
          Abstract class for multi target observation distributions.
 class AbstractMultiObservationDistributionIndep<S extends Copyable<?>,T extends Copyable<?>>
          Abstract class for multi target observation distributions.
 

Uses of LogEvaluatableDistribution in de.unihalle.informatik.MiToBo.tracking.multitarget.distributions.impl
 

Classes in de.unihalle.informatik.MiToBo.tracking.multitarget.distributions.impl that implement LogEvaluatableDistribution
 class AssociationDistribution<S extends TargetID,T extends TargetID>
          Association distribution to sample association variables for a set of observations based on a model of how observations are formed.
 class AssociationDistributionNN<S extends TargetID,T extends TargetID>
          Association distribution to sample association variables for a set of observations based on a model of how observations are formed.
 class MultiObsDistributionIndepGaussians<T extends Copyable<?>>
          A simple multi observation density, which assumes independence of the single observations with multivariate Gaussian noise.
 class MultiObsDistributionIndepGaussMix<T extends Copyable<?>>
          A simple multi observation density, which assumes independent Gaussian mixtures as the underlying distributions.
 



Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.