IMP logo
IMP Reference Guide  develop.d4e9f3251e,2024/04/26
The Integrative Modeling Platform
isd/distribution.h File Reference

Base class for probability distributions. More...

#include <IMP/isd/isd_config.h>
#include <IMP/macros.h>
#include <IMP/Model.h>
+ Include dependency graph for isd/distribution.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Base class for probability distributions.

Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file isd/distribution.h.