| 
    queso-0.52.0
    
   | 
 
A class for handling sampling from a jeffreys probability density distribution. More...
#include <JeffreysVectorRealizer.h>


Public Member Functions | |
Constructor/Destructor methods  | |
| JeffreysVectorRealizer (const char *prefix, const VectorSet< V, M > &unifiedImageSet) | |
| Constructor.  More... | |
| ~JeffreysVectorRealizer () | |
| Destructor.  More... | |
Realization-related methods  | |
| void | realization (V &nextValues) const | 
| Draws a realization.  More... | |
  Public Member Functions inherited from QUESO::BaseVectorRealizer< V, M > | |
| BaseVectorRealizer (const char *prefix, const VectorSet< V, M > &unifiedImageSet, unsigned int subPeriod) | |
| Default constructor.  More... | |
| virtual | ~BaseVectorRealizer () | 
| Virtual destructor.  More... | |
| const VectorSet< V, M > & | unifiedImageSet () const | 
| Image set where the realizations lie. Access to protected attribute m_unifiedImageSet.  More... | |
| unsigned int | subPeriod () const | 
| Sub-period of the realization. Access to protected attribute m_subPeriod.  More... | |
Additional Inherited Members | |
  Protected Attributes inherited from QUESO::BaseVectorRealizer< V, M > | |
| const BaseEnvironment & | m_env | 
| std::string | m_prefix | 
| const VectorSet< V, M > & | m_unifiedImageSet | 
| unsigned int | m_subPeriod | 
A class for handling sampling from a jeffreys probability density distribution.
This class handles sampling from a jeffreys probability density distribution.
Definition at line 43 of file JeffreysVectorRealizer.h.
| QUESO::JeffreysVectorRealizer< V, M >::JeffreysVectorRealizer | ( | const char * | prefix, | 
| const VectorSet< V, M > & | unifiedImageSet | ||
| ) | 
Constructor.
Constructs a new object, given a prefix and the image set of the vector realizer.
Definition at line 33 of file JeffreysVectorRealizer.C.
References QUESO::BaseEnvironment::displayVerbosity(), QUESO::BaseVectorRealizer< V, M >::m_env, QUESO::BaseVectorRealizer< V, M >::m_prefix, and QUESO::BaseEnvironment::subDisplayFile().
| QUESO::JeffreysVectorRealizer< V, M >::~JeffreysVectorRealizer | ( | ) | 
      
  | 
  virtual | 
Draws a realization.
This function draws a realization of a jeffreys distribution and saves it in nextValues. It internally finds the minimum and the maximum values of the distribution. 
Implements QUESO::BaseVectorRealizer< V, M >.
Definition at line 59 of file JeffreysVectorRealizer.C.
References QUESO::BoxSubset< V, M >::maxValues(), QUESO::BoxSubset< V, M >::minValues(), and queso_error_msg.