IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Base class for probability distributions. More...
Go to the source code of this file.
Classes | |
class | IMP::isd::Distribution |
Base class for all distributions, provided for common inheritance. More... | |
class | IMP::isd::OneDimensionalDistribution |
Base class for distributions that are passed a single random variable. More... | |
class | IMP::isd::OneDimensionalSufficientDistribution |
Base class for single-variate distributions that cache sufficient statistics. More... | |
Namespaces | |
IMP | |
Base functionality and abstract base classes for representation, scoring and sampling. | |
IMP::isd | |
Inferential scoring building on methods developed as part of the Inferential Structure Determination software (ISD). | |
Typedefs | |
typedef IMP::Vector < IMP::Pointer< Distribution > > | IMP::isd::Distributions |
typedef IMP::Vector < IMP::WeakPointer < Distribution > > | IMP::isd::DistributionsTemp |
typedef IMP::Vector < IMP::Pointer < OneDimensionalDistribution > > | IMP::isd::OneDimensionalDistributions |
typedef IMP::Vector < IMP::WeakPointer < OneDimensionalDistribution > > | IMP::isd::OneDimensionalDistributionsTemp |
typedef IMP::Vector < IMP::Pointer < OneDimensionalSufficientDistribution > > | IMP::isd::OneDimensionalSufficientDistributions |
typedef IMP::Vector < IMP::WeakPointer < OneDimensionalSufficientDistribution > > | IMP::isd::OneDimensionalSufficientDistributionsTemp |
Base class for probability distributions.
Copyright 2007-2022 IMP Inventors. All rights reserved.
Definition in file isd/distribution.h.