queso-0.54.0
Private Member Functions | Private Attributes | List of all members
QUESO::SequenceOfVectors< V, M > Class Template Reference

Class for handling vector samples (sequence of vectors). More...

#include <SequenceOfVectors.h>

Inheritance diagram for QUESO::SequenceOfVectors< V, M >:
Inheritance graph
[legend]
Collaboration diagram for QUESO::SequenceOfVectors< V, M >:
Collaboration graph
[legend]

Public Types

Class typedefs
typedef std::vector< const V * >
::const_iterator 
seqVectorPositionConstIteratorTypedef
 
typedef std::vector< const V * >
::iterator 
seqVectorPositionIteratorTypedef
 

Public Member Functions

Constructor/Destructor methods
 SequenceOfVectors (const VectorSpace< V, M > &vectorSpace, unsigned int subSequenceSize, const std::string &name)
 Default constructor. More...
 
 ~SequenceOfVectors ()
 Destructor. More...
 
Set methods
SequenceOfVectors< V, M > & operator= (const SequenceOfVectors< V, M > &rhs)
 Copies values from rhs to this. More...
 
Sequence methods
unsigned int subSequenceSize () const
 Size of the sub-sequence of vectors. More...
 
void resizeSequence (unsigned int newSubSequenceSize)
 Resizes the sequence. More...
 
void resetValues (unsigned int initialPos, unsigned int numPos)
 Resets a total of numPos values of the sequence starting at position initialPos. More...
 
void erasePositions (unsigned int initialPos, unsigned int numPos)
 Erases numPos elements of the sequence starting at position initialPos. More...
 
void getPositionValues (unsigned int posId, V &vec) const
 Gets the values of the sequence at position posId and stores them at vec. More...
 
void setPositionValues (unsigned int posId, const V &vec)
 Set the values in vec at position posId of the sequence. More...
 
void subUniformlySampledCdf (const V &numEvaluationPointsVec, ArrayOfOneDGrids< V, M > &cdfGrids, ArrayOfOneDTables< V, M > &cdfValues) const
 Uniformly samples from the CDF from the sub-sequence. More...
 
void unifiedUniformlySampledCdf (const V &numEvaluationPointsVec, ArrayOfOneDGrids< V, M > &unifiedCdfGrids, ArrayOfOneDTables< V, M > &unifiedCdfValues) const
 Uniformly samples from the CDF from the sub-sequence. More...
 
void subMeanExtra (unsigned int initialPos, unsigned int numPos, V &meanVec) const
 Finds the mean value of the sub-sequence, considering numPos positions starting at position initialPos. More...
 
void unifiedMeanExtra (unsigned int initialPos, unsigned int numPos, V &unifiedMeanVec) const
 Finds the mean value of the unified sequence, considering numPos positions starting at position initialPos. More...
 
void subMedianExtra (unsigned int initialPos, unsigned int numPos, V &medianVec) const
 Finds the median value of the sub-sequence, considering numPos positions starting at position initialPos. More...
 
void unifiedMedianExtra (unsigned int initialPos, unsigned int numPos, V &unifiedMedianVec) const
 Finds the median value of the unfed sequence, considering numPos positions starting at position initialPos. More...
 
void subSampleVarianceExtra (unsigned int initialPos, unsigned int numPos, const V &meanVec, V &samVec) const
 Finds the sample variance of the sub-sequence, considering numPos positions starting at position initialPos and of mean meanVec. More...
 
void unifiedSampleVarianceExtra (unsigned int initialPos, unsigned int numPos, const V &unifiedMeanVec, V &unifiedSamVec) const
 Finds the sample variance of the unified sequence, considering numPos positions starting at position initialPos and of mean meanVec. More...
 
void subSampleStd (unsigned int initialPos, unsigned int numPos, const V &meanVec, V &stdVec) const
 Finds the sample standard deviation of the sub-sequence, considering numPos positions starting at position initialPos and of mean meanVec. More...
 
void unifiedSampleStd (unsigned int initialPos, unsigned int numPos, const V &unifiedMeanVec, V &unifiedStdVec) const
 Finds the sample standard deviation of the unified sequence, considering numPos positions starting at position initialPos and of mean meanVec. More...
 
void subPopulationVariance (unsigned int initialPos, unsigned int numPos, const V &meanVec, V &popVec) const
 Finds the population variance of the sub-sequence, considering numPos positions starting at position initialPos and of mean meanVec. More...
 
void unifiedPopulationVariance (unsigned int initialPos, unsigned int numPos, const V &unifiedMeanVec, V &unifiedPopVec) const
 Finds the population variance of the unified sequence, considering numPos positions starting at position initialPos and of mean meanVec. More...
 
void autoCovariance (unsigned int initialPos, unsigned int numPos, const V &meanVec, unsigned int lag, V &covVec) const
 Calculates the autocovariance. More...
 
void autoCorrViaDef (unsigned int initialPos, unsigned int numPos, unsigned int lag, V &corrVec) const
 Calculates the autocorrelation via definition. More...
 
void autoCorrViaFft (unsigned int initialPos, unsigned int numPos, const std::vector< unsigned int > &lags, std::vector< V * > &corrVecs) const
 Calculates the autocorrelation via Fast Fourier transforms (FFT). More...
 
void autoCorrViaFft (unsigned int initialPos, unsigned int numPos, unsigned int numSum, V &autoCorrsSumVec) const
 Calculates the autocorrelation via Fast Fourier transforms (FFT). More...
 
void subMinMaxExtra (unsigned int initialPos, unsigned int numPos, V &minVec, V &maxVec) const
 Finds the minimum and the maximum values of the sub-sequence, considering numPos positions starting at position initialPos. More...
 
void unifiedMinMaxExtra (unsigned int initialPos, unsigned int numPos, V &unifiedMinVec, V &unifiedMaxVec) const
 Finds the minimum and the maximum values of the unified sequence, considering numPos positions starting at position initialPos. More...
 
void subHistogram (unsigned int initialPos, const V &minVec, const V &maxVec, std::vector< V * > &centersForAllBins, std::vector< V * > &quanttsForAllBins) const
 Calculates the histogram of the sub-sequence. More...
 
void unifiedHistogram (unsigned int initialPos, const V &unifiedMinVec, const V &unifiedMaxVec, std::vector< V * > &unifiedCentersForAllBins, std::vector< V * > &unifiedQuanttsForAllBins) const
 Calculates the histogram of the unified sequence. More...
 
void subInterQuantileRange (unsigned int initialPos, V &iqrVec) const
 Returns the interquartile range of the values in the sub-sequence. More...
 
void unifiedInterQuantileRange (unsigned int initialPos, V &unifiedIqrVec) const
 Returns the interquartile range of the values in the unified sequence. More...
 
void subScalesForKde (unsigned int initialPos, const V &iqrVec, unsigned int kdeDimension, V &scaleVec) const
 Selects the scales (bandwidth, scaleVec) for the kernel density estimation, considering only the sub-sequence. More...
 
void unifiedScalesForKde (unsigned int initialPos, const V &unifiedIqrVec, unsigned int kdeDimension, V &unifiedScaleVec) const
 Selects the scales (bandwidth) for the kernel density estimation, considering the unified sequence. More...
 
void subGaussian1dKde (unsigned int initialPos, const V &scaleVec, const std::vector< V * > &evalParamVecs, std::vector< V * > &densityVecs) const
 Gaussian kernel for the KDE estimate of the sub-sequence. More...
 
void unifiedGaussian1dKde (unsigned int initialPos, const V &unifiedScaleVec, const std::vector< V * > &unifiedEvalParamVecs, std::vector< V * > &unifiedDensityVecs) const
 Gaussian kernel for the KDE estimate of the unified sequence. More...
 
void subWriteContents (unsigned int initialPos, unsigned int numPos, const std::string &fileName, const std::string &fileType, const std::set< unsigned int > &allowedSubEnvIds) const
 Writes the sub-sequence to a file. More...
 
void subWriteContents (unsigned int initialPos, unsigned int numPos, FilePtrSetStruct &filePtrSet, const std::string &fileType) const
 Writes the sub-sequence to a file. More...
 
void subWriteContents (unsigned int initialPos, unsigned int numPos, std::ofstream &ofs, const std::string &fileType) const
 Writes the sub-sequence to a file. More...
 
void unifiedWriteContents (const std::string &fileName, const std::string &fileType) const
 
void unifiedReadContents (const std::string &fileName, const std::string &fileType, const unsigned int subSequenceSize)
 Reads the unified sequence from a file. More...
 
void select (const std::vector< unsigned int > &idsOfUniquePositions)
 TODO: It shall select positions in the sequence of vectors. More...
 
void filter (unsigned int initialPos, unsigned int spacing)
 Filters positions in the sequence of vectors. More...
 
double estimateConvBrooksGelman (unsigned int initialPos, unsigned int numPos) const
 Estimates convergence rate using Brooks & Gelman method. More...
 
void extractScalarSeq (unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
 Extracts a sequence of scalars. More...
 
- Public Member Functions inherited from QUESO::BaseVectorSequence< V, M >
 BaseVectorSequence (const VectorSpace< V, M > &vectorSpace, unsigned int subSequenceSize, const std::string &name)
 Default constructor. More...
 
virtual ~BaseVectorSequence ()
 Destructor. More...
 
unsigned int unifiedSequenceSize () const
 Calculates the size of the unified sequence of vectors. More...
 
unsigned int vectorSizeLocal () const
 Local dimension (size) of the vector space. More...
 
unsigned int vectorSizeGlobal () const
 Global dimension (size) of the vector space. More...
 
const VectorSpace< V, M > & vectorSpace () const
 Vector space; access to protected attribute VectorSpace<V,M>& m_vectorSpace. More...
 
const std::string & name () const
 Access to protected attribute m_name: name of the sequence of vectors. More...
 
void setName (const std::string &newName)
 Changes the name of the sequence of vectors. More...
 
void clear ()
 Reset the values and the size of the sequence of vectors. More...
 
const V & subMinPlain () const
 Finds the minimum value of the sub-sequence. More...
 
const V & unifiedMinPlain () const
 Finds the minimum value of the unified sequence. More...
 
const V & subMaxPlain () const
 Finds the maximum value of the sub-sequence. More...
 
const V & unifiedMaxPlain () const
 Finds the maximum value of the unified sequence. More...
 
const V & subMeanPlain () const
 Finds the mean value of the sub-sequence. More...
 
const V & unifiedMeanPlain () const
 Finds the mean value of the unified sequence. More...
 
const V & subMedianPlain () const
 Finds the median value of the sub-sequence. More...
 
const V & unifiedMedianPlain () const
 Finds the median value of the unified sequence. More...
 
const V & subSampleVariancePlain () const
 Finds the variance of a sample of the sub-sequence. More...
 
const V & unifiedSampleVariancePlain () const
 Finds the variance of a sample of the unified sequence. More...
 
const BoxSubset< V, M > & subBoxPlain () const
 Finds a box subset of the sub-sequence (given by its min and max values calculated via subMinPlain and subMaxPlain). More...
 
const BoxSubset< V, M > & unifiedBoxPlain () const
 Finds a box subset of the unified-sequence (given by the min and max values of the unified sequence calculated via unifiedMinPlain and unifiedMaxPlain). More...
 
void deleteStoredVectors ()
 Deletes all the stored vectors. More...
 
void append (const BaseVectorSequence< V, M > &src, unsigned int initialPos, unsigned int numPos)
 Appends the vector src to this vector. More...
 
double subPositionsOfMaximum (const ScalarSequence< double > &subCorrespondingScalarValues, BaseVectorSequence< V, M > &subPositionsOfMaximum)
 Finds the positions where the maximum element occurs in the sub-sequence. More...
 
double unifiedPositionsOfMaximum (const ScalarSequence< double > &subCorrespondingScalarValues, BaseVectorSequence< V, M > &unifiedPositionsOfMaximum)
 Finds the positions where the maximum element occurs in the unified sequence. More...
 
void setGaussian (const V &meanVec, const V &stdDevVec)
 Sets the values of the sequence as a Gaussian distribution of mean given by meanVec and standard deviation by stdDevVec. More...
 
void setUniform (const V &aVec, const V &bVec)
 Sets the values of the sequence as a uniform distribution between the values given by vectors aVec and bVec. More...
 
void computeFilterParams (std::ofstream *passedOfs, unsigned int &initialPos, unsigned int &spacing)
 Computes the filtering parameters spacing for the sequence of vectors. More...
 

Private Member Functions

void copy (const SequenceOfVectors< V, M > &src)
 Copies vector sequence src to this. More...
 
void extractRawData (unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, std::vector< double > &rawData) const
 Extracts the raw data. More...
 
void writeSubMatlabHeader (std::ofstream &ofs, double sequenceSize, double vectorSizeLocal) const
 Helper function to write matlab-specific header info for vectors. More...
 
void writeUnifiedMatlabHeader (std::ofstream &ofs, double sequenceSize, double vectorSizeLocal) const
 
void writeTxtHeader (std::ofstream &ofs, double sequenceSize, double vectorSizeLocal) const
 Helper function to write plain txt info for vectors. More...
 

Private Attributes

std::vector< const V * > m_seq
 Sequence of vectors. More...
 

Additional Inherited Members

- Protected Member Functions inherited from QUESO::BaseVectorSequence< V, M >
void copy (const BaseVectorSequence< V, M > &src)
 Copies vector sequence src to this. More...
 
- Protected Attributes inherited from QUESO::BaseVectorSequence< V, M >
const BaseEnvironmentm_env
 
const VectorSpace< V, M > & m_vectorSpace
 
std::string m_name
 
Fft< double > * m_fftObj
 
V * m_subMinPlain
 
V * m_unifiedMinPlain
 
V * m_subMaxPlain
 
V * m_unifiedMaxPlain
 
V * m_subMeanPlain
 
V * m_unifiedMeanPlain
 
V * m_subMedianPlain
 
V * m_unifiedMedianPlain
 
V * m_subSampleVariancePlain
 
V * m_unifiedSampleVariancePlain
 
BoxSubset< V, M > * m_subBoxPlain
 
BoxSubset< V, M > * m_unifiedBoxPlain
 

Detailed Description

template<class V = GslVector, class M = GslMatrix>
class QUESO::SequenceOfVectors< V, M >

Class for handling vector samples (sequence of vectors).

This class handles vector samples generated by an algorithm, as well as operations that can be carried over them, e.g., calculation of means, correlation and covariance matrices. It is derived from and implements BaseVectorSequence<V,M>.

Definition at line 49 of file SequenceOfVectors.h.

Member Typedef Documentation

template<class V = GslVector, class M = GslMatrix>
typedef std::vector<const V*>::const_iterator QUESO::SequenceOfVectors< V, M >::seqVectorPositionConstIteratorTypedef

Definition at line 55 of file SequenceOfVectors.h.

template<class V = GslVector, class M = GslMatrix>
typedef std::vector<const V*>::iterator QUESO::SequenceOfVectors< V, M >::seqVectorPositionIteratorTypedef

Definition at line 56 of file SequenceOfVectors.h.

Constructor & Destructor Documentation

template<class V, class M>
QUESO::SequenceOfVectors< V, M >::SequenceOfVectors ( const VectorSpace< V, M > &  vectorSpace,
unsigned int  subSequenceSize,
const std::string &  name 
)

Default constructor.

Definition at line 33 of file SequenceOfVectors.C.

37  :
38  BaseVectorSequence<V,M>(vectorSpace,subSequenceSize,name),
39  m_seq (subSequenceSize,NULL)
40 #ifdef UQ_CODE_HAS_MONITORS
41  ,
42  m_subMeanMonitorPosSeq (NULL),
43  m_subMeanVecSeq (NULL),
44  m_subMeanCltStdSeq (NULL),
45  m_subMeanInter0MonitorPosSeq (NULL),
46  m_subMeanInter0Mean (NULL),
47  m_subMeanInter0Clt95 (NULL),
48  m_subMeanInter0Empirical90 (NULL),
49  m_subMeanInter0Min (NULL),
50  m_subMeanInter0Max (NULL),
51  m_unifiedMeanMonitorPosSeq (NULL),
52  m_unifiedMeanVecSeq (NULL),
53  m_unifiedMeanCltStdSeq (NULL)
54 #endif
55 {
56  //if (m_env.subDisplayFile()) {
57  // *m_env.subDisplayFile() << "Entering SequenceOfVectors<V,M>::constructor()"
58  // << std::endl;
59  //}
60 
61  //if (m_env.subDisplayFile()) {
62  // *m_env.subDisplayFile() << "Leaving SequenceOfVectors<V,M>::constructor()"
63  // << std::endl;
64  //}
65 }
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
const VectorSpace< V, M > & vectorSpace() const
Vector space; access to protected attribute VectorSpace&lt;V,M&gt;&amp; m_vectorSpace.
const std::string & name() const
Access to protected attribute m_name: name of the sequence of vectors.
std::vector< const V * > m_seq
Sequence of vectors.
template<class V , class M >
QUESO::SequenceOfVectors< V, M >::~SequenceOfVectors ( )

Destructor.

Definition at line 68 of file SequenceOfVectors.C.

69 {
70 #ifdef UQ_CODE_HAS_MONITORS
71  if (m_subMeanMonitorPosSeq) delete m_subMeanMonitorPosSeq;
72  if (m_subMeanVecSeq ) delete m_subMeanVecSeq;
73  if (m_subMeanCltStdSeq ) delete m_subMeanCltStdSeq;
74 
75  if (m_subMeanInter0MonitorPosSeq) delete m_subMeanInter0MonitorPosSeq;
76  if (m_subMeanInter0Mean ) delete m_subMeanInter0Mean;
77  if (m_subMeanInter0Clt95 ) delete m_subMeanInter0Clt95;
78  if (m_subMeanInter0Empirical90 ) delete m_subMeanInter0Empirical90;
79  if (m_subMeanInter0Min ) delete m_subMeanInter0Min;
80  if (m_subMeanInter0Max ) delete m_subMeanInter0Max;
81 
82  if (m_unifiedMeanMonitorPosSeq) delete m_unifiedMeanMonitorPosSeq;
83  if (m_unifiedMeanVecSeq ) delete m_unifiedMeanVecSeq;
84  if (m_unifiedMeanCltStdSeq ) delete m_unifiedMeanCltStdSeq;
85 #endif
86 
87  for (unsigned int i = 0; i < (unsigned int) m_seq.size(); ++i) {
88  if (m_seq[i]) delete m_seq[i];
89  }
90 }
std::vector< const V * > m_seq
Sequence of vectors.

Member Function Documentation

template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::autoCorrViaDef ( unsigned int  initialPos,
unsigned int  numPos,
unsigned int  lag,
V &  corrVec 
) const
virtual

Calculates the autocorrelation via definition.

Autocorrelation is the cross-correlation of a variable with itself; it describes the correlation between values of the process at different times, as a function of the two times. It is calculated over a sequence of vectors with initial position initialPos, considering numPos positions, a lag of lag, with mean given by meanVec. Output:

Parameters
corrVecis the vector of the calculated autocorrelations of the sequence of vectors.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 766 of file SequenceOfVectors.C.

References QUESO::ScalarSequence< T >::autoCorrViaDef(), and queso_require_msg.

771 {
772  bool bRC = ((initialPos < this->subSequenceSize()) &&
773  (0 < numPos ) &&
774  ((initialPos+numPos) <= this->subSequenceSize()) &&
775  (lag < numPos ) && // lag should not be too large
776  (this->vectorSizeLocal() == corrVec.sizeLocal() ));
777  queso_require_msg(bRC, "invalid input data");
778 
779  ScalarSequence<double> data(m_env,0,"");
780 
781  unsigned int numParams = this->vectorSizeLocal();
782  for (unsigned int i = 0; i < numParams; ++i) {
783  this->extractScalarSeq(initialPos,
784  1, // spacing
785  numPos,
786  i,
787  data);
788  corrVec[i] = data.autoCorrViaDef(0,
789  numPos,
790  lag);
791  }
792 
793  return;
794 }
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
void extractScalarSeq(unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
Extracts a sequence of scalars.
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::autoCorrViaFft ( unsigned int  initialPos,
unsigned int  numPos,
const std::vector< unsigned int > &  lags,
std::vector< V * > &  corrVecs 
) const
virtual

Calculates the autocorrelation via Fast Fourier transforms (FFT).

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 798 of file SequenceOfVectors.C.

References QUESO::ScalarSequence< T >::autoCorrViaFft(), and queso_require_msg.

803 {
804  bool bRC = ((initialPos < this->subSequenceSize()) &&
805  (0 < numPos ) &&
806  ((initialPos+numPos) <= this->subSequenceSize()) &&
807  (0 < lags.size() ) &&
808  (lags[lags.size()-1] < numPos )); // lag should not be too large
809  queso_require_msg(bRC, "invalid input data");
810 
811  for (unsigned int j = lags.size(); j < corrVecs.size(); ++j) {
812  if (corrVecs[j] != NULL) {
813  delete corrVecs[j];
814  corrVecs[j] = NULL;
815  }
816  }
817  corrVecs.resize(lags.size(),NULL);
818  for (unsigned int j = 0; j < corrVecs.size(); ++j) {
819  if (corrVecs[j] == NULL) corrVecs[j] = new V(m_vectorSpace.zeroVector());
820  }
821 
822  ScalarSequence<double> data(m_env,0,"");
823  unsigned int maxLag = lags[lags.size()-1];
824  std::vector<double> autoCorrs(maxLag+1,0.); // Yes, +1
825 
826  unsigned int numParams = this->vectorSizeLocal();
827  for (unsigned int i = 0; i < numParams; ++i) {
828  this->extractScalarSeq(initialPos,
829  1, // spacing
830  numPos,
831  i,
832  data);
833 
834  //if (m_env.subDisplayFile()) {
835  // *m_env.subDisplayFile() << "In SequenceOfVectors<V,M>::autoCorrViaFft()"
836  // << ": about to call data.autoCorrViaFft() for paramId = " << i
837  // << ", with numPos = " << numPos
838  // << ", maxLag = " << maxLag
839  // << ", autoCorrs.size() = " << autoCorrs.size()
840  // << std::endl;
841  //}
842  data.autoCorrViaFft(0,
843  numPos,
844  maxLag,
845  autoCorrs);
846 
847  for (unsigned int j = 0; j < lags.size(); ++j) {
848  (*(corrVecs[j]))[i] = autoCorrs[lags[j]];
849  }
850  }
851 
852  return;
853 }
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
const VectorSpace< V, M > & m_vectorSpace
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
void extractScalarSeq(unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
Extracts a sequence of scalars.
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::autoCorrViaFft ( unsigned int  initialPos,
unsigned int  numPos,
unsigned int  numSum,
V &  autoCorrsSumVec 
) const
virtual

Calculates the autocorrelation via Fast Fourier transforms (FFT).

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 857 of file SequenceOfVectors.C.

References QUESO::ScalarSequence< T >::autoCorrViaFft(), and queso_require_msg.

862 {
863  bool bRC = ((initialPos < this->subSequenceSize()) &&
864  (0 < numPos ) &&
865  ((initialPos+numPos) <= this->subSequenceSize()) &&
866  (0 < numSum ) &&
867  (numSum <= numPos ) &&
868  (autoCorrsSumVec.sizeLocal() == this->vectorSizeLocal()));
869  queso_require_msg(bRC, "invalid input data");
870 
871  ScalarSequence<double> data(m_env,0,"");
872 
873  unsigned int numParams = this->vectorSizeLocal();
874  for (unsigned int i = 0; i < numParams; ++i) {
875  this->extractScalarSeq(initialPos,
876  1, // spacing
877  numPos,
878  i,
879  data);
880 
881  data.autoCorrViaFft(0,
882  numPos,
883  numSum,
884  autoCorrsSumVec[i]);
885  }
886 
887  return;
888 }
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
void extractScalarSeq(unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
Extracts a sequence of scalars.
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::autoCovariance ( unsigned int  initialPos,
unsigned int  numPos,
const V &  meanVec,
unsigned int  lag,
V &  covVec 
) const
virtual

Calculates the autocovariance.

The autocovariance is the covariance of a variable with itself at some other time. It is calculated over a sequence of vectors with initial position initialPos, considering numPos positions, a lag of lag, with mean given by meanVec. Output:

Parameters
covVecis the vector of the calculated autocovariances of the sequence of vectors.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 731 of file SequenceOfVectors.C.

References QUESO::ScalarSequence< T >::autoCovariance(), and queso_require_msg.

737 {
738  bool bRC = ((initialPos < this->subSequenceSize()) &&
739  (0 < numPos ) &&
740  ((initialPos+numPos) <= this->subSequenceSize()) &&
741  (this->vectorSizeLocal() == meanVec.sizeLocal() ) &&
742  (lag < numPos ) && // lag should not be too large
743  (this->vectorSizeLocal() == covVec.sizeLocal() ));
744  queso_require_msg(bRC, "invalid input data");
745 
746  ScalarSequence<double> data(m_env,0,"");
747 
748  unsigned int numParams = this->vectorSizeLocal();
749  for (unsigned int i = 0; i < numParams; ++i) {
750  this->extractScalarSeq(initialPos,
751  1, // spacing
752  numPos,
753  i,
754  data);
755  covVec[i] = data.autoCovariance(0,
756  numPos,
757  meanVec[i],
758  lag);
759  }
760 
761  return;
762 }
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
void extractScalarSeq(unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
Extracts a sequence of scalars.
template<class V, class M>
void QUESO::SequenceOfVectors< V, M >::copy ( const SequenceOfVectors< V, M > &  src)
private

Copies vector sequence src to this.

Definition at line 2166 of file SequenceOfVectors.C.

References QUESO::BaseVectorSequence< V, M >::copy(), QUESO::SequenceOfVectors< V, M >::m_seq, and QUESO::SequenceOfVectors< V, M >::subSequenceSize().

2167 {
2169  for (unsigned int i = 0; i < (unsigned int) m_seq.size(); ++i) {
2170  if (m_seq[i]) {
2171  delete m_seq[i];
2172  m_seq[i] = NULL;
2173  }
2174  }
2175  m_seq.resize(src.subSequenceSize(),NULL);
2176  for (unsigned int i = 0; i < m_seq.size(); ++i) {
2177  m_seq[i] = new V(*(src.m_seq[i]));
2178  }
2179 
2180  return;
2181 }
void copy(const BaseVectorSequence< V, M > &src)
Copies vector sequence src to this.
std::vector< const V * > m_seq
Sequence of vectors.
template<class V , class M >
void QUESO::SequenceOfVectors< V, M >::erasePositions ( unsigned int  initialPos,
unsigned int  numPos 
)
virtual

Erases numPos elements of the sequence starting at position initialPos.

This routine deletes all stored computed vectors

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 154 of file SequenceOfVectors.C.

References QUESO::BaseVectorSequence< V, M >::deleteStoredVectors(), queso_require_equal_to_msg, and queso_require_msg.

155 {
156  bool bRC = ((initialPos < this->subSequenceSize()) &&
157  (0 < numPos ) &&
158  ((initialPos+numPos) <= this->subSequenceSize()));
159  queso_require_msg(bRC, "invalid input data");
160 
161  for (unsigned int j = 0; j < numPos; ++j) {
162  if (m_seq[initialPos+j] != NULL) {
163  delete m_seq[initialPos+j];
164  m_seq[initialPos+j] = NULL;
165  }
166  }
167 
168  seqVectorPositionIteratorTypedef posIteratorBegin = m_seq.begin();
169  if (initialPos < this->subSequenceSize()) std::advance(posIteratorBegin,initialPos);
170  else posIteratorBegin = m_seq.end();
171 
172  unsigned int posEnd = initialPos + numPos - 1;
173  seqVectorPositionIteratorTypedef posIteratorEnd = m_seq.begin();
174  if (posEnd < this->subSequenceSize()) std::advance(posIteratorEnd,posEnd);
175  else posIteratorEnd = m_seq.end();
176 
177  unsigned int oldSubSequenceSize = this->subSequenceSize();
178  m_seq.erase(posIteratorBegin,posIteratorEnd);
179  queso_require_equal_to_msg((oldSubSequenceSize - numPos), this->subSequenceSize(), "(oldSubSequenceSize - numPos) != this->subSequenceSize()");
180 
182 
183  return;
184 }
void deleteStoredVectors()
Deletes all the stored vectors.
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
#define queso_require_equal_to_msg(expr1, expr2, msg)
Definition: asserts.h:85
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
std::vector< const V * >::iterator seqVectorPositionIteratorTypedef
std::vector< const V * > m_seq
Sequence of vectors.
template<class V , class M >
double QUESO::SequenceOfVectors< V, M >::estimateConvBrooksGelman ( unsigned int  initialPos,
unsigned int  numPos 
) const
virtual

Estimates convergence rate using Brooks & Gelman method.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 2015 of file SequenceOfVectors.C.

References QUESO::matrixProduct(), queso_require_greater_equal_msg, and work.

2018 {
2019  // This method requires *at least* two sequences. Error if there is only one.
2020  queso_require_greater_equal_msg(m_env.numSubEnvironments(), 2, "At least two sequences required for Brooks-Gelman convergence test.");
2021 
2022  // TODO: Need special case for 1-dimensional parameter space.
2023 
2024  // Initialize with garbage to give the user a clue something is funky.
2025  double convMeasure = -1.0;
2026 
2027  // We only do the work on the subenvironment where the sequence data
2028  // is stashed.
2029  if( m_env.inter0Rank() >= 0 )
2030  {
2031  // Sanity Checks
2032 
2033  // REMEMBER: \psi is a *vector* of parameters
2034  // Get quantities we will use several times
2035  V psi_j_dot = m_vectorSpace.zeroVector();
2036  V psi_dot_dot = m_vectorSpace.zeroVector();
2037  V work = m_vectorSpace.zeroVector();
2038 
2039  // m = number of chains > 1
2040  // n = number of steps for which we are computing the metric
2041  int m = m_env.numSubEnvironments();
2042  int n = numPos;
2043 
2044  this->subMeanExtra ( initialPos, numPos, psi_j_dot );
2045  this->unifiedMeanExtra( initialPos, numPos, psi_dot_dot );
2046 
2047 #if 0
2048  std::cout << "psi_j_dot = " << psi_j_dot << std::endl;
2049  std::cout << "psi_dot_dot = " << psi_dot_dot << std::endl;
2050 #endif
2051 
2052  /* W = \frac{1}{m*(n-1)}*\sum_{j=1}^m \sum{t=1}^n
2053  (\psi_{jt} - \overline{\psi_{j\cdot}})*(\psi_{jt} - \overline{\psi_{j\cdot}})^T
2054  This corresponds to the "within-sequence" covariance matrix. */
2055  M* W_local = m_vectorSpace.newDiagMatrix( m_vectorSpace.zeroVector() );
2056  M* W = m_vectorSpace.newDiagMatrix( m_vectorSpace.zeroVector() );
2057  V psi_j_t = m_vectorSpace.zeroVector();
2058 
2059  // Sum within the chain
2060  for( unsigned int t = initialPos; t < initialPos+numPos; ++t )
2061  {
2062  psi_j_t = *(m_seq[t]);
2063 
2064  work = psi_j_t - psi_j_dot;
2065 
2066  (*W_local) += matrixProduct( work, work );
2067  }
2068 
2069  // Now do the sum over the chains
2070  // W will be available on all inter0 processors
2071  W_local->mpiSum( m_env.inter0Comm(), (*W) );
2072 
2073  (*W) = 1.0/(double(m)*(double(n)-1.0)) * (*W);
2074 
2075 #if 0
2076  std::cout << "n, m = " << n << ", " << m << std::endl;
2077  std::cout << "W_local = " << *W_local << std::endl;
2078  std::cout << "W = " << *W << std::endl;
2079 #endif
2080 
2081  // Need to delete pointers to temporary covariance matrices
2082  delete W_local;
2083 
2084  /* B/n = \frac{1}{m-1}\sum_{j=1}^m
2085  (\overline{\psi_{j\cdot}} - \overline{\psi_{\cdot \cdot}})*
2086  (\overline{\psi_{j\cdot}} - \overline{\psi_{\cdot \cdot}})^T
2087  This corresponds to the "between-sequence" covariance matrix. */
2088  M* B_over_n_local = m_vectorSpace.newDiagMatrix( m_vectorSpace.zeroVector() );
2089  M* B_over_n = m_vectorSpace.newDiagMatrix( m_vectorSpace.zeroVector() );
2090 
2091  work = psi_j_dot - psi_dot_dot;
2092  (*B_over_n_local) = matrixProduct( work, work );
2093 
2094  B_over_n_local->mpiSum( m_env.inter0Comm(), (*B_over_n) );
2095 
2096  // Need to delete pointers to temporary covariance matrices
2097  delete B_over_n_local;
2098 
2099  (*B_over_n) = 1.0/(double(m)-1.0) * (*B_over_n);
2100 
2101 #if 0
2102  std::cout << "B_over_n = " << *B_over_n << std::endl;
2103 #endif
2104 
2105 
2106  /* R_p = (n-1)/n + (m+1)/m * \lambda
2107  \lambda = largest eigenvalue of W^{-1}*B/n */
2108  M* A = m_vectorSpace.newDiagMatrix( m_vectorSpace.zeroVector() );
2109 
2110  W->invertMultiply( *B_over_n, *A );
2111 
2112 #if 0
2113  std::cout << "A = " << *A << std::endl;
2114  std::cout.flush();
2115 #endif
2116  // Need to delete pointers to temporary covariance matrices
2117  delete W;
2118  delete B_over_n;
2119 
2120  double eigenValue;
2121  V eigenVector = m_vectorSpace.zeroVector();
2122 
2123  A->largestEigen( eigenValue, eigenVector );
2124 
2125  // Need to delete pointers to temporary covariance matrices
2126  delete A;
2127 
2128  // Now, finally compute the final convMeasure
2129  convMeasure = (double(n)-1.0)/double(n) + (double(m)+1.0)/double(m)*eigenValue;
2130 
2131  } // End of check on inter0Rank
2132 
2133  //TODO: Do we need a Barrier here?
2134  //TODO: Error checking on MPI.
2135  //m_env.fullComm().Barrier(); // Dangerous to barrier on fullComm ...
2136 
2137  return convMeasure;
2138 }
const BaseEnvironment & m_env
void unifiedMeanExtra(unsigned int initialPos, unsigned int numPos, V &unifiedMeanVec) const
Finds the mean value of the unified sequence, considering numPos positions starting at position initi...
the intent is to exercise the right to control the distribution of derivative or collective works based on the Library In mere aggregation of another work not based on the Library with the you must alter all the notices that refer to this so that they refer to the ordinary GNU General Public instead of to this it is irreversible for that so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy This option is useful when you wish to copy part of the code of the Library into a program that is not a library You may copy and distribute the which must be distributed under the terms of Sections and above on a medium customarily used for software interchange If distribution of object code is made by offering access to copy from a designated then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source even though third parties are not compelled to copy the source along with the object code A program that contains no derivative of any portion of the but is designed to work with the Library by being compiled or linked with is called a work that uses the Library Such a work
Definition: License.txt:237
GslMatrix matrixProduct(const GslVector &v1, const GslVector &v2)
Definition: GslMatrix.C:2001
const VectorSpace< V, M > & m_vectorSpace
unsigned int numSubEnvironments() const
Access function to the number of sub-environments.
Definition: Environment.C:288
int inter0Rank() const
Returns the process inter0 rank.
Definition: Environment.C:261
#define queso_require_greater_equal_msg(expr1, expr2, msg)
Definition: asserts.h:90
const MpiComm & inter0Comm() const
Access function for MpiComm inter0-communicator.
Definition: Environment.C:267
void subMeanExtra(unsigned int initialPos, unsigned int numPos, V &meanVec) const
Finds the mean value of the sub-sequence, considering numPos positions starting at position initialPo...
std::vector< const V * > m_seq
Sequence of vectors.
template<class V , class M >
void QUESO::SequenceOfVectors< V, M >::extractRawData ( unsigned int  initialPos,
unsigned int  spacing,
unsigned int  numPos,
unsigned int  paramId,
std::vector< double > &  rawData 
) const
privatevirtual

Extracts the raw data.

This method saves in rawData the data from the sequence of vectors (in private attribute m_seq) starting at position (initialPos,paramId) , with a spacing of spacing until numPos positions have been extracted.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 2185 of file SequenceOfVectors.C.

2191 {
2192  rawData.resize(numPos);
2193  if (spacing == 1) {
2194  for (unsigned int j = 0; j < numPos; ++j) {
2195  rawData[j] = (*(m_seq[initialPos+j ]))[paramId];
2196  }
2197  }
2198  else {
2199  for (unsigned int j = 0; j < numPos; ++j) {
2200  rawData[j] = (*(m_seq[initialPos+j*spacing]))[paramId];
2201  }
2202  }
2203 
2204  return;
2205 }
std::vector< const V * > m_seq
Sequence of vectors.
template<class V , class M >
void QUESO::SequenceOfVectors< V, M >::extractScalarSeq ( unsigned int  initialPos,
unsigned int  spacing,
unsigned int  numPos,
unsigned int  paramId,
ScalarSequence< double > &  scalarSeq 
) const
virtual

Extracts a sequence of scalars.

The sequence of scalars has size numPos, and it will be extracted starting at position (initialPos, paramId ) of this sequences of vectors, given spacing spacing.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 2142 of file SequenceOfVectors.C.

References QUESO::ScalarSequence< T >::resizeSequence().

2148 {
2149  scalarSeq.resizeSequence(numPos);
2150  if (spacing == 1) {
2151  for (unsigned int j = 0; j < numPos; ++j) {
2152  scalarSeq[j] = (*(m_seq[initialPos+j ]))[paramId];
2153  }
2154  }
2155  else {
2156  for (unsigned int j = 0; j < numPos; ++j) {
2157  scalarSeq[j] = (*(m_seq[initialPos+j*spacing]))[paramId];
2158  }
2159  }
2160 
2161  return;
2162 }
void resizeSequence(unsigned int newSequenceSize)
Resizes the size of the sequence of scalars.
std::vector< const V * > m_seq
Sequence of vectors.
template<class V , class M >
void QUESO::SequenceOfVectors< V, M >::filter ( unsigned int  initialPos,
unsigned int  spacing 
)
virtual

Filters positions in the sequence of vectors.

Filtered positions will starting at initialPos, and with spacing given by spacing.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 1974 of file SequenceOfVectors.C.

Referenced by QUESO::MLSampling< P_V, P_M >::generateSequence(), and QUESO::MLSampling< P_V, P_M >::generateSequence_Step11_inter0().

1977 {
1978  if (m_env.subDisplayFile()) {
1979  *m_env.subDisplayFile() << "Entering SequenceOfVectors<V,M>::filter()"
1980  << ": initialPos = " << initialPos
1981  << ", spacing = " << spacing
1982  << ", subSequenceSize = " << this->subSequenceSize()
1983  << std::endl;
1984  }
1985 
1986  unsigned int i = 0;
1987  unsigned int j = initialPos;
1988  unsigned int originalSubSequenceSize = this->subSequenceSize();
1989  while (j < originalSubSequenceSize) {
1990  if (i != j) {
1991  //*m_env.subDisplayFile() << i << "--" << j << " ";
1992  delete m_seq[i];
1993  m_seq[i] = new V(*(m_seq[j]));
1994  }
1995  i++;
1996  j += spacing;
1997  }
1998 
1999  this->resetValues(i,originalSubSequenceSize-i);
2000  this->resizeSequence(i);
2001 
2002  if (m_env.subDisplayFile()) {
2003  *m_env.subDisplayFile() << "Leaving SequenceOfVectors<V,M>::filter()"
2004  << ": initialPos = " << initialPos
2005  << ", spacing = " << spacing
2006  << ", subSequenceSize = " << this->subSequenceSize()
2007  << std::endl;
2008  }
2009 
2010  return;
2011 }
const BaseEnvironment & m_env
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
std::ofstream * subDisplayFile() const
Access function for m_subDisplayFile (displays file on stream).
Definition: Environment.C:274
void resetValues(unsigned int initialPos, unsigned int numPos)
Resets a total of numPos values of the sequence starting at position initialPos.
std::vector< const V * > m_seq
Sequence of vectors.
void resizeSequence(unsigned int newSubSequenceSize)
Resizes the sequence.
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::getPositionValues ( unsigned int  posId,
V &  vec 
) const
virtual

Gets the values of the sequence at position posId and stores them at vec.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 188 of file SequenceOfVectors.C.

References queso_require_less_msg, and queso_require_msg.

Referenced by QUESO::MLSampling< P_V, P_M >::generateBalLinkedChains_all(), QUESO::MLSampling< P_V, P_M >::generateSequence(), QUESO::MetropolisHastingsSG< P_V, P_M >::generateSequence(), QUESO::MLSampling< P_V, P_M >::generateSequence_Step02_inter0(), QUESO::MLSampling< P_V, P_M >::generateSequence_Step04_inter0(), QUESO::MLSampling< P_V, P_M >::generateUnbLinkedChains_all(), QUESO::MLSampling< P_V, P_M >::mpiExchangePositions_inter0(), and QUESO::SimulationModel< S_V, S_M, P_V, P_M, Q_V, Q_M >::SimulationModel().

189 {
190  queso_require_less_msg(posId, this->subSequenceSize(), "posId > subSequenceSize()");
191 
192  queso_require_msg(m_seq[posId], "posId is NULL");
193 
194  //if (posId == 0) { // mox
195  // std::cout << "In SequenceOfVectors<V,M>::getPositionValues(): m_seq[0] = " << m_seq[0] << ", *(m_seq[0]) = " << *(m_seq[0])
196  // << std::endl;
197  //}
198 
199  vec = *(m_seq[posId]); // *(const_cast<V*>(m_seq[posId])); // prudenci 2010-06-17 mox
200 
201  return;
202 }
#define queso_require_less_msg(expr1, expr2, msg)
Definition: asserts.h:87
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
std::vector< const V * > m_seq
Sequence of vectors.
template<class V, class M>
SequenceOfVectors< V, M > & QUESO::SequenceOfVectors< V, M >::operator= ( const SequenceOfVectors< V, M > &  rhs)

Copies values from rhs to this.

Definition at line 94 of file SequenceOfVectors.C.

References copy.

95 {
96  this->copy(rhs);
97  return *this;
98 }
void copy(const SequenceOfVectors< V, M > &src)
Copies vector sequence src to this.
template<class V , class M >
void QUESO::SequenceOfVectors< V, M >::resetValues ( unsigned int  initialPos,
unsigned int  numPos 
)
virtual

Resets a total of numPos values of the sequence starting at position initialPos.

This routine deletes all stored computed vectors

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 126 of file SequenceOfVectors.C.

References QUESO::BaseVectorSequence< V, M >::deleteStoredVectors(), and queso_require_msg.

127 {
128  bool bRC = ((initialPos < this->subSequenceSize()) &&
129  (0 < numPos ) &&
130  ((initialPos+numPos) <= this->subSequenceSize()));
131  if ((bRC == false) && (m_env.subDisplayFile())) {
132  *m_env.subDisplayFile() << "In SequenceOfVectors<V,M>::resetValues()"
133  << ", initialPos = " << initialPos
134  << ", this->subSequenceSize() = " << this->subSequenceSize()
135  << ", numPos = " << numPos
136  << std::endl;
137  }
138  queso_require_msg(bRC, "invalid input data");
139 
140  for (unsigned int j = 0; j < numPos; ++j) {
141  if (m_seq[initialPos+j] != NULL) {
142  delete m_seq[initialPos+j];
143  m_seq[initialPos+j] = NULL;
144  }
145  }
146 
148 
149  return;
150 }
const BaseEnvironment & m_env
void deleteStoredVectors()
Deletes all the stored vectors.
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
std::ofstream * subDisplayFile() const
Access function for m_subDisplayFile (displays file on stream).
Definition: Environment.C:274
std::vector< const V * > m_seq
Sequence of vectors.
template<class V , class M >
void QUESO::SequenceOfVectors< V, M >::resizeSequence ( unsigned int  newSubSequenceSize)
virtual

Resizes the sequence.

This routine deletes all stored computed vectors

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 110 of file SequenceOfVectors.C.

References QUESO::BaseVectorSequence< V, M >::deleteStoredVectors().

Referenced by QUESO::MetropolisHastingsSG< P_V, P_M >::adapt(), and QUESO::MLSampling< P_V, P_M >::generateSequence_Level0_all().

111 {
112  if (newSubSequenceSize != this->subSequenceSize()) {
113  if (newSubSequenceSize < this->subSequenceSize()) {
114  this->resetValues(newSubSequenceSize,this->subSequenceSize()-newSubSequenceSize);
115  }
116  m_seq.resize(newSubSequenceSize,NULL);
117  std::vector<const V*>(m_seq).swap(m_seq);
119  }
120 
121  return;
122 }
void deleteStoredVectors()
Deletes all the stored vectors.
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
void resetValues(unsigned int initialPos, unsigned int numPos)
Resets a total of numPos values of the sequence starting at position initialPos.
std::vector< const V * > m_seq
Sequence of vectors.
template<class V , class M >
void QUESO::SequenceOfVectors< V, M >::select ( const std::vector< unsigned int > &  idsOfUniquePositions)
virtual

TODO: It shall select positions in the sequence of vectors.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 1965 of file SequenceOfVectors.C.

References queso_error_msg.

1966 {
1967  queso_error_msg("Code is not complete yet");
1968 
1969  return;
1970 }
#define queso_error_msg(msg)
Definition: asserts.h:47
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::setPositionValues ( unsigned int  posId,
const V &  vec 
)
virtual

Set the values in vec at position posId of the sequence.

This routine deletes all stored computed vectors

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 206 of file SequenceOfVectors.C.

References QUESO::BaseVectorSequence< V, M >::deleteStoredVectors(), queso_require_equal_to_msg, and queso_require_less_msg.

Referenced by QUESO::MetropolisHastingsSG< P_V, P_M >::adapt(), QUESO::GpmsaComputerModel< S_V, S_M, D_V, D_M, P_V, P_M, Q_V, Q_M >::generatePriorSeq(), QUESO::MLSampling< P_V, P_M >::generateSequence_Level0_all(), QUESO::GpmsaComputerModel< S_V, S_M, D_V, D_M, P_V, P_M, Q_V, Q_M >::predictVUsAtGridPoint(), QUESO::GpmsaComputerModel< S_V, S_M, D_V, D_M, P_V, P_M, Q_V, Q_M >::predictWsAtGridPoint(), and QUESO::SimulationModel< S_V, S_M, P_V, P_M, Q_V, Q_M >::SimulationModel().

207 {
208  queso_require_less_msg(posId, this->subSequenceSize(), "posId > subSequenceSize()");
209 
210  queso_require_equal_to_msg(vec.sizeLocal(), m_vectorSpace.zeroVector().sizeLocal(), "invalid vec");
211 
212  if (m_seq[posId] != NULL) delete m_seq[posId];
213  m_seq[posId] = new V(vec);
214 
215  //if (posId == 0) { // mox
216  // std::cout << "In SequenceOfVectors<V,M>::setPositionValues(): m_seq[0] = " << m_seq[0] << ", *(m_seq[0]) = " << *(m_seq[0])
217  // << std::endl;
218  //}
219 
221 
222  return;
223 }
void deleteStoredVectors()
Deletes all the stored vectors.
#define queso_require_less_msg(expr1, expr2, msg)
Definition: asserts.h:87
const VectorSpace< V, M > & m_vectorSpace
#define queso_require_equal_to_msg(expr1, expr2, msg)
Definition: asserts.h:85
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
std::vector< const V * > m_seq
Sequence of vectors.
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::subGaussian1dKde ( unsigned int  initialPos,
const V &  scaleVec,
const std::vector< V * > &  evalParamVecs,
std::vector< V * > &  densityVecs 
) const
virtual

Gaussian kernel for the KDE estimate of the sub-sequence.

Computes a probability density estimate of the sample in this sub-sequence, starting at position initialPos. densityVecs is the vector of density values evaluated at the points in evaluationParamVecs. The estimate is based on Gaussian (normal) kernel function, using a window parameter (scaleVec).

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 1165 of file SequenceOfVectors.C.

References queso_require_msg, and QUESO::ScalarSequence< T >::subGaussian1dKde().

1170 {
1171  bool bRC = ((initialPos < this->subSequenceSize()) &&
1172  (this->vectorSizeLocal() == scaleVec.sizeLocal() ) &&
1173  (0 < evalParamVecs.size() ) &&
1174  (evalParamVecs.size() == densityVecs.size() ));
1175  queso_require_msg(bRC, "invalid input data");
1176 
1177  unsigned int numPos = this->subSequenceSize() - initialPos;
1178  ScalarSequence<double> data(m_env,0,"");
1179 
1180  unsigned int numEvals = evalParamVecs.size();
1181  for (unsigned int j = 0; j < numEvals; ++j) {
1182  densityVecs[j] = new V(m_vectorSpace.zeroVector());
1183  }
1184  std::vector<double> evalParams(numEvals,0.);
1185  std::vector<double> densities (numEvals,0.);
1186 
1187  unsigned int numParams = this->vectorSizeLocal();
1188  for (unsigned int i = 0; i < numParams; ++i) {
1189  this->extractScalarSeq(initialPos,
1190  1, // spacing
1191  numPos,
1192  i,
1193  data);
1194 
1195  for (unsigned int j = 0; j < numEvals; ++j) {
1196  evalParams[j] = (*evalParamVecs[j])[i];
1197  }
1198 
1199  data.subGaussian1dKde(0,
1200  scaleVec[i],
1201  evalParams,
1202  densities);
1203 
1204  for (unsigned int j = 0; j < numEvals; ++j) {
1205  (*densityVecs[j])[i] = densities[j];
1206  }
1207  }
1208 
1209  return;
1210 }
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
const VectorSpace< V, M > & m_vectorSpace
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
void extractScalarSeq(unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
Extracts a sequence of scalars.
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::subHistogram ( unsigned int  initialPos,
const V &  minVec,
const V &  maxVec,
std::vector< V * > &  centersForAllBins,
std::vector< V * > &  quanttsForAllBins 
) const
virtual

Calculates the histogram of the sub-sequence.

It requires the specification of the number of bins that the histogram will have, the center of each bin and the initial position where the data will be considered.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 956 of file SequenceOfVectors.C.

References queso_require_msg, and QUESO::ScalarSequence< T >::subHistogram().

962 {
963  bool bRC = ((initialPos < this->subSequenceSize() ) &&
964  (this->vectorSizeLocal() == minVec.sizeLocal() ) &&
965  (this->vectorSizeLocal() == maxVec.sizeLocal() ) &&
966  (0 < centersForAllBins.size()) &&
967  (centersForAllBins.size() == quanttsForAllBins.size()));
968  queso_require_msg(bRC, "invalid input data");
969 
970  for (unsigned int j = 0; j < quanttsForAllBins.size(); ++j) {
971  centersForAllBins[j] = new V(m_vectorSpace.zeroVector());
972  quanttsForAllBins [j] = new V(m_vectorSpace.zeroVector());
973  }
974 
975  unsigned int dataSize = this->subSequenceSize() - initialPos;
976  unsigned int numParams = this->vectorSizeLocal();
977  for (unsigned int i = 0; i < numParams; ++i) {
978  ScalarSequence<double> data(m_env,dataSize,"");
979  for (unsigned int j = 0; j < dataSize; ++j) {
980  data[j] = (*(m_seq[initialPos+j]))[i];
981  }
982 
983  std::vector<double > centers(centersForAllBins.size(),0.);
984  std::vector<unsigned int> quantts(quanttsForAllBins.size(), 0 );
985  data.subHistogram(0,
986  minVec[i],
987  maxVec[i],
988  centers,
989  quantts);
990 
991  for (unsigned int j = 0; j < quantts.size(); ++j) {
992  (*(centersForAllBins[j]))[i] = centers[j];
993  (*(quanttsForAllBins[j]))[i] = (double) quantts[j];
994  }
995  }
996 
997  return;
998 }
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
const VectorSpace< V, M > & m_vectorSpace
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
std::vector< const V * > m_seq
Sequence of vectors.
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::subInterQuantileRange ( unsigned int  initialPos,
V &  iqrVec 
) const
virtual

Returns the interquartile range of the values in the sub-sequence.

The IQR is a robust estimate of the spread of the data, since changes in the upper and lower 25% of the data do not affect it. If there are outliers in the data, then the IQR is more representative than the standard deviation as an estimate of the spread of the body of the data. The IQR is less efficient than the standard deviation as an estimate of the spread when the data is all from the normal distribution. (from Matlab)

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 1049 of file SequenceOfVectors.C.

References queso_require_msg, and QUESO::ScalarSequence< T >::subInterQuantileRange().

1052 {
1053  bool bRC = ((initialPos < this->subSequenceSize()) &&
1054  (this->vectorSizeLocal() == iqrVec.sizeLocal() ));
1055  queso_require_msg(bRC, "invalid input data");
1056 
1057  unsigned int numPos = this->subSequenceSize() - initialPos;
1058  ScalarSequence<double> data(m_env,0,"");
1059 
1060  unsigned int numParams = this->vectorSizeLocal();
1061  for (unsigned int i = 0; i < numParams; ++i) {
1062  this->extractScalarSeq(initialPos,
1063  1, // spacing
1064  numPos,
1065  i,
1066  data);
1067  iqrVec[i] = data.subInterQuantileRange(0);
1068  }
1069 
1070  return;
1071 }
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
void extractScalarSeq(unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
Extracts a sequence of scalars.
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::subMeanExtra ( unsigned int  initialPos,
unsigned int  numPos,
V &  meanVec 
) const
virtual

Finds the mean value of the sub-sequence, considering numPos positions starting at position initialPos.

Output:

Parameters
meanVecis the vector of the calculated means of the sub-sequence of vectors.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 308 of file SequenceOfVectors.C.

References queso_require_msg, and QUESO::ScalarSequence< T >::subMeanExtra().

312 {
313  if ((m_env.subDisplayFile()) && (m_env.displayVerbosity() >= 5)) {
314  *m_env.subDisplayFile() << "Entering SequenceOfVectors<V,M>::subMeanExtra()"
315  << ": initialPos = " << initialPos
316  << ", numPos = " << numPos
317  << ", sub sequence size = " << this->subSequenceSize()
318  << std::endl;
319  }
320 
321  bool bRC = ((initialPos < this->subSequenceSize()) &&
322  (0 < numPos ) &&
323  ((initialPos+numPos) <= this->subSequenceSize()) &&
324  (this->vectorSizeLocal() == meanVec.sizeLocal() ));
325  if ((bRC == false) && (m_env.subDisplayFile())) {
326  *m_env.subDisplayFile() << "In SequenceOfVectors<V,M>::subMeanExtra()"
327  << ", initialPos = " << initialPos
328  << ", this->subSequenceSize() = " << this->subSequenceSize()
329  << ", numPos = " << numPos
330  << ", this->vectorSizeLocal() = " << this->vectorSizeLocal()
331  << ", meanVec.sizeLocal() = " << meanVec.sizeLocal()
332  << std::endl;
333  }
334  queso_require_msg(bRC, "invalid input data");
335 
336  ScalarSequence<double> data(m_env,0,"");
337 
338  unsigned int numParams = this->vectorSizeLocal();
339  for (unsigned int i = 0; i < numParams; ++i) {
340  this->extractScalarSeq(initialPos,
341  1, // spacing
342  numPos,
343  i,
344  data);
345  meanVec[i] = data.subMeanExtra(0,
346  numPos);
347  }
348 
349  if ((m_env.subDisplayFile()) && (m_env.displayVerbosity() >= 5)) {
350  *m_env.subDisplayFile() << "Leaving SequenceOfVectors<V,M>::subMeanExtra()"
351  << ": initialPos = " << initialPos
352  << ", numPos = " << numPos
353  << ", sub sequence size = " << this->subSequenceSize()
354  << ", meanVec = " << meanVec
355  << std::endl;
356  }
357 
358  return;
359 }
unsigned int displayVerbosity() const
Definition: Environment.C:396
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
std::ofstream * subDisplayFile() const
Access function for m_subDisplayFile (displays file on stream).
Definition: Environment.C:274
void extractScalarSeq(unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
Extracts a sequence of scalars.
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::subMedianExtra ( unsigned int  initialPos,
unsigned int  numPos,
V &  medianVec 
) const
virtual

Finds the median value of the sub-sequence, considering numPos positions starting at position initialPos.

Output:

Parameters
medianVecis the vector of the calculated medians of the sub-sequence of vectors.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 422 of file SequenceOfVectors.C.

References queso_require_msg, and QUESO::ScalarSequence< T >::subMedianExtra().

426 {
427  if (this->subSequenceSize() == 0) return;
428 
429  bool bRC = ((initialPos < this->subSequenceSize()) &&
430  (0 < numPos ) &&
431  ((initialPos+numPos) <= this->subSequenceSize()));
432  if (bRC == false) {
433  std::cerr << "In SequenceOfVectors<V,M>::subMedianExtra()"
434  << ": ERROR at fullRank " << m_env.fullRank()
435  << ", initialPos = " << initialPos
436  << ", numPos = " << numPos
437  << ", this->subSequenceSize() = " << this->subSequenceSize()
438  << std::endl;
439  if (m_env.subDisplayFile()) {
440  *m_env.subDisplayFile() << "In SequenceOfVectors<V,M>::subMedianExtra()"
441  << ": ERROR at fullRank " << m_env.fullRank()
442  << ", initialPos = " << initialPos
443  << ", numPos = " << numPos
444  << ", this->subSequenceSize() = " << this->subSequenceSize()
445  << std::endl;
446  }
447  }
448  queso_require_msg(bRC, "invalid input data");
449 
450  ScalarSequence<double> data(m_env,0,"");
451 
452  unsigned int numParams = this->vectorSizeLocal();
453  for (unsigned int i = 0; i < numParams; ++i) {
454  this->extractScalarSeq(initialPos,
455  1, // spacing
456  numPos,
457  i,
458  data);
459  medianVec[i] = data.subMedianExtra(0,
460  numPos);
461  }
462 
463  if ((m_env.subDisplayFile()) && (m_env.displayVerbosity() >= 5)) {
464  *m_env.subDisplayFile() << "Leaving SequenceOfVectors<V,M>::subMedianExtra()"
465  << ": initialPos = " << initialPos
466  << ", numPos = " << numPos
467  << ", sub sequence size = " << this->subSequenceSize()
468  << ", medianVec = " << medianVec
469  << std::endl;
470  }
471 
472  return;
473 }
unsigned int displayVerbosity() const
Definition: Environment.C:396
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
int fullRank() const
Returns the process full rank.
Definition: Environment.C:222
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
std::ofstream * subDisplayFile() const
Access function for m_subDisplayFile (displays file on stream).
Definition: Environment.C:274
void extractScalarSeq(unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
Extracts a sequence of scalars.
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::subMinMaxExtra ( unsigned int  initialPos,
unsigned int  numPos,
V &  minVec,
V &  maxVec 
) const
virtual

Finds the minimum and the maximum values of the sub-sequence, considering numPos positions starting at position initialPos.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 892 of file SequenceOfVectors.C.

References queso_require_msg, and QUESO::ScalarSequence< T >::subMinMaxExtra().

897 {
898  bool bRC = ((0 < numPos ) &&
899  ((initialPos+numPos) <= this->subSequenceSize()) &&
900  (this->vectorSizeLocal() == minVec.sizeLocal() ) &&
901  (this->vectorSizeLocal() == maxVec.sizeLocal() ));
902  queso_require_msg(bRC, "invalid input data");
903 
904  //unsigned int numPos = this->subSequenceSize() - initialPos;
905  unsigned int numParams = this->vectorSizeLocal();
906  ScalarSequence<double> data(m_env,0,"");
907 
908  for (unsigned int i = 0; i < numParams; ++i) {
909  this->extractScalarSeq(initialPos,
910  1, // spacing
911  numPos,
912  i,
913  data);
914  data.subMinMaxExtra(0,numPos,minVec[i],maxVec[i]);
915  }
916 
917  return;
918 }
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
void extractScalarSeq(unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
Extracts a sequence of scalars.
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::subPopulationVariance ( unsigned int  initialPos,
unsigned int  numPos,
const V &  meanVec,
V &  popVec 
) const
virtual

Finds the population variance of the sub-sequence, considering numPos positions starting at position initialPos and of mean meanVec.

Output:

Parameters
popVecis the vector of the calculated population variance of the sub-sequence of vectors. The population variance $ \sigma^2 $ is defined by $ \sigma^2 = \frac{1}{n-1} \sum_{i=1}^n \left(y_i - \mu \right)^2 $, where $ \mu $ is the sample mean and $ n $ is the sample size. This procedure lets the users choose the initial position and the number of elements of the sequence which will be used to evaluate the population variance .

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 666 of file SequenceOfVectors.C.

References queso_require_msg, and QUESO::ScalarSequence< T >::subPopulationVariance().

671 {
672  bool bRC = ((initialPos < this->subSequenceSize()) &&
673  (0 < numPos ) &&
674  ((initialPos+numPos) <= this->subSequenceSize()) &&
675  (this->vectorSizeLocal() == meanVec.sizeLocal() ) &&
676  (this->vectorSizeLocal() == popVec.sizeLocal() ));
677  queso_require_msg(bRC, "invalid input data");
678 
679  ScalarSequence<double> data(m_env,0,"");
680 
681  unsigned int numParams = this->vectorSizeLocal();
682  for (unsigned int i = 0; i < numParams; ++i) {
683  this->extractScalarSeq(initialPos,
684  1, // spacing
685  numPos,
686  i,
687  data);
688  popVec[i] = data.subPopulationVariance(0,
689  numPos,
690  meanVec[i]);
691  }
692 
693  return;
694 }
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
void extractScalarSeq(unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
Extracts a sequence of scalars.
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::subSampleStd ( unsigned int  initialPos,
unsigned int  numPos,
const V &  meanVec,
V &  stdVec 
) const

Finds the sample standard deviation of the sub-sequence, considering numPos positions starting at position initialPos and of mean meanVec.

Output:

Parameters
stdVecis the vector of the calculated sample standard deviation of the sub-sequence of vectors.

Definition at line 601 of file SequenceOfVectors.C.

References queso_require_msg, and QUESO::ScalarSequence< T >::subSampleStd().

Referenced by QUESO::SimulationModel< S_V, S_M, P_V, P_M, Q_V, Q_M >::SimulationModel().

606 {
607  bool bRC = ((initialPos < this->subSequenceSize()) &&
608  (0 < numPos ) &&
609  ((initialPos+numPos) <= this->subSequenceSize()) &&
610  (this->vectorSizeLocal() == meanVec.sizeLocal() ) &&
611  (this->vectorSizeLocal() == stdvec.sizeLocal() ));
612  queso_require_msg(bRC, "invalid input data");
613 
614  ScalarSequence<double> data(m_env,0,"");
615 
616  unsigned int numParams = this->vectorSizeLocal();
617  for (unsigned int i = 0; i < numParams; ++i) {
618  this->extractScalarSeq(initialPos,
619  1, // spacing
620  numPos,
621  i,
622  data);
623  stdvec[i] = data.subSampleStd(0,
624  numPos,
625  meanVec[i]);
626  }
627 
628  return;
629 }
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
void extractScalarSeq(unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
Extracts a sequence of scalars.
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::subSampleVarianceExtra ( unsigned int  initialPos,
unsigned int  numPos,
const V &  meanVec,
V &  samVec 
) const
virtual

Finds the sample variance of the sub-sequence, considering numPos positions starting at position initialPos and of mean meanVec.

Output:

Parameters
samVecis the vector of the calculated sample variance of the sub-sequence of vectors. The sample variance $ \sigma_y^2 $ is the second sample central moment and is defined by $ \sigma_y^2 = \frac{1}{n} \sum_{i=1}^n \left(y_i - \mu \right)^2 $, where $ \mu $ is the sample mean and $ n $ is the sample size. This procedure lets the users choose the initial position and the number of elements of the sequence which will be used to evaluate the sample variance.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 536 of file SequenceOfVectors.C.

References queso_require_msg, and QUESO::ScalarSequence< T >::subSampleVarianceExtra().

541 {
542  bool bRC = ((initialPos < this->subSequenceSize()) &&
543  (0 < numPos ) &&
544  ((initialPos+numPos) <= this->subSequenceSize()) &&
545  (this->vectorSizeLocal() == meanVec.sizeLocal() ) &&
546  (this->vectorSizeLocal() == samVec.sizeLocal() ));
547  queso_require_msg(bRC, "invalid input data");
548 
549  ScalarSequence<double> data(m_env,0,"");
550 
551  unsigned int numParams = this->vectorSizeLocal();
552  for (unsigned int i = 0; i < numParams; ++i) {
553  this->extractScalarSeq(initialPos,
554  1, // spacing
555  numPos,
556  i,
557  data);
558  samVec[i] = data.subSampleVarianceExtra(0,
559  numPos,
560  meanVec[i]);
561  }
562 
563  return;
564 }
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
void extractScalarSeq(unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
Extracts a sequence of scalars.
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::subScalesForKde ( unsigned int  initialPos,
const V &  iqrVec,
unsigned int  kdeDimension,
V &  scaleVec 
) const
virtual

Selects the scales (bandwidth, scaleVec) for the kernel density estimation, considering only the sub-sequence.

The bandwidth of the kernel is a free parameter which exhibits a strong influence on the resulting estimate. Silverman (1986) suggests the following normal-based estimates: S1 = 1.06 × (standard deviation) × n^{-1/5} S2 = 0.79 × (iqrVec) × n^{-1/5}, where iqrVec is the interquartile range scaleVec = 0.90 × minimum(standard deviation, iqrVec /1.34) × n^{-1/5}. These estimates are popular due to their simplicity, and are used in QUESO with the adaptation of the exponent oven the sample size n (-1/5) with -1/(4 + kdeDimension) where kdeDimension is the KDE dimension.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 1102 of file SequenceOfVectors.C.

References queso_require_msg, and QUESO::ScalarSequence< T >::subScaleForKde().

1107 {
1108  bool bRC = ((initialPos < this->subSequenceSize()) &&
1109  (this->vectorSizeLocal() == iqrVec.sizeLocal() ) &&
1110  (this->vectorSizeLocal() == scaleVec.sizeLocal() ));
1111  queso_require_msg(bRC, "invalid input data");
1112 
1113  unsigned int numPos = this->subSequenceSize() - initialPos;
1114  ScalarSequence<double> data(m_env,0,"");
1115 
1116  unsigned int numParams = this->vectorSizeLocal();
1117  for (unsigned int i = 0; i < numParams; ++i) {
1118  this->extractScalarSeq(initialPos,
1119  1, // spacing
1120  numPos,
1121  i,
1122  data);
1123  scaleVec[i] = data.subScaleForKde(0,
1124  iqrVec[i],
1125  kdeDimension);
1126  }
1127 
1128  return;
1129 }
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
void extractScalarSeq(unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
Extracts a sequence of scalars.
template<class V , class M >
unsigned int QUESO::SequenceOfVectors< V, M >::subSequenceSize ( ) const
virtual
template<class V, class M>
void QUESO::SequenceOfVectors< V, M >::subUniformlySampledCdf ( const V &  numEvaluationPointsVec,
ArrayOfOneDGrids< V, M > &  cdfGrids,
ArrayOfOneDTables< V, M > &  cdfValues 
) const

Uniformly samples from the CDF from the sub-sequence.

Definition at line 227 of file SequenceOfVectors.C.

References QUESO::ArrayOfOneDTables< V, M >::setOneDTable(), and QUESO::ArrayOfOneDGrids< V, M >::setUniformGrids().

Referenced by QUESO::StatisticalForwardProblem< P_V, P_M, Q_V, Q_M >::solveWithMonteCarlo().

231 {
232  V minDomainValues(m_vectorSpace.zeroVector());
233  V maxDomainValues(m_vectorSpace.zeroVector());
234 
235  ScalarSequence<double> data(m_env,0,"");
236 
237  unsigned int numParams = this->vectorSizeLocal();
238  for (unsigned int i = 0; i < numParams; ++i) {
239  this->extractScalarSeq(0, // initialPos
240  1, // spacing
241  subSequenceSize(), // numPos
242  i,
243  data);
244 
245  std::vector<double> aCdf(0);
246  data.subUniformlySampledCdf((unsigned int) numEvaluationPointsVec[i],
247  minDomainValues[i],
248  maxDomainValues[i],
249  aCdf);
250  cdfValues.setOneDTable(i,aCdf);
251  }
252 
253  cdfGrids.setUniformGrids(numEvaluationPointsVec,
254  minDomainValues,
255  maxDomainValues);
256 
257  return;
258 }
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
const VectorSpace< V, M > & m_vectorSpace
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
void extractScalarSeq(unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
Extracts a sequence of scalars.
template<class V , class M >
void QUESO::SequenceOfVectors< V, M >::subWriteContents ( unsigned int  initialPos,
unsigned int  numPos,
const std::string &  fileName,
const std::string &  fileType,
const std::set< unsigned int > &  allowedSubEnvIds 
) const
virtual

Writes the sub-sequence to a file.

Given the allowed sub environments (allowedSubEnvIds) that are allowed to write to file, together with the file name and type (fileName, fileType), it writes the entire sub- sequence to the file. The sum of the initial position of the sequence (initialPos) with the number of positions that will be written (numPos) must equal the size of the sequence. This procedure calls void subWriteContents (unsigned int initialPos, unsigned int numPos, FilePtrSetStruct& filePtrSet, const std::string& fileType).

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 1264 of file SequenceOfVectors.C.

References queso_require_greater_equal_msg.

1270 {
1271  queso_require_greater_equal_msg(m_env.subRank(), 0, "unexpected subRank");
1272 
1273  FilePtrSetStruct filePtrSet;
1274  if ((m_env.subDisplayFile()) && (m_env.displayVerbosity() >= 99)) {
1275  *m_env.subDisplayFile() << "In SequenceOfVectors<V,M>::subWriteContents()"
1276  << ": about to try to open file '" << fileName << "." << fileType
1277  << "'"
1278  << ", initialPos = " << initialPos
1279  << ", numPos = " << numPos
1280  << std::endl;
1281  }
1282  if (m_env.openOutputFile(fileName,
1283  fileType,
1284  allowedSubEnvIds,
1285  false, // A 'true' causes problems when the user chooses (via options
1286  // in the input file) to use just one file for all outputs.
1287  filePtrSet)) {
1288  if ((m_env.subDisplayFile()) && (m_env.displayVerbosity() >= 99)) {
1289  *m_env.subDisplayFile() << "In SequenceOfVectors<V,M>::subWriteContents()"
1290  << ": successfully opened file '" << fileName << "." << fileType
1291  << "'"
1292  << std::endl;
1293  }
1294  this->subWriteContents(initialPos,
1295  numPos,
1296  filePtrSet,
1297  fileType);
1298  m_env.closeFile(filePtrSet,fileType);
1299  }
1300  if ((m_env.subDisplayFile()) && (m_env.displayVerbosity() >= 99)) {
1301  *m_env.subDisplayFile() << "In SequenceOfVectors<V,M>::subWriteContents()"
1302  << ": before Barrier()"
1303  << std::endl;
1304  }
1305  m_env.subComm().Barrier();
1306 
1307  return;
1308 }
unsigned int displayVerbosity() const
Definition: Environment.C:396
const MpiComm & subComm() const
Access function for MpiComm sub communicator.
Definition: Environment.C:247
const BaseEnvironment & m_env
int subRank() const
Access function for sub-rank.
Definition: Environment.C:241
void Barrier() const
Pause every process in *this communicator until all the processes reach this point.
Definition: MpiComm.C:164
#define queso_require_greater_equal_msg(expr1, expr2, msg)
Definition: asserts.h:90
void closeFile(FilePtrSetStruct &filePtrSet, const std::string &fileType) const
Closes the file.
Definition: Environment.C:1026
std::ofstream * subDisplayFile() const
Access function for m_subDisplayFile (displays file on stream).
Definition: Environment.C:274
void subWriteContents(unsigned int initialPos, unsigned int numPos, const std::string &fileName, const std::string &fileType, const std::set< unsigned int > &allowedSubEnvIds) const
Writes the sub-sequence to a file.
bool openOutputFile(const std::string &fileName, const std::string &fileType, const std::set< unsigned int > &allowedSubEnvIds, bool writeOver, FilePtrSetStruct &filePtrSet) const
Opens an output file for each sub-environment that was chosen to send data to the file...
Definition: Environment.C:467
template<class V , class M >
void QUESO::SequenceOfVectors< V, M >::subWriteContents ( unsigned int  initialPos,
unsigned int  numPos,
FilePtrSetStruct filePtrSet,
const std::string &  fileType 
) const

Writes the sub-sequence to a file.

Uses additional variable of the type FilePtrSetStruct& to operate on files.

Definition at line 1312 of file SequenceOfVectors.C.

References queso_error_msg, queso_require_msg, UQ_FILE_EXTENSION_FOR_HDF_FORMAT, UQ_FILE_EXTENSION_FOR_MATLAB_FORMAT, and UQ_FILE_EXTENSION_FOR_TXT_FORMAT.

1317 {
1318  queso_require_msg(filePtrSet.ofsVar, "filePtrSet.ofsVar should not be NULL");
1319 
1320  if (fileType == UQ_FILE_EXTENSION_FOR_MATLAB_FORMAT ||
1321  fileType == UQ_FILE_EXTENSION_FOR_TXT_FORMAT) {
1322  this->subWriteContents(initialPos,
1323  numPos,
1324  *filePtrSet.ofsVar,
1325  fileType);
1326  }
1327  else if (fileType == UQ_FILE_EXTENSION_FOR_HDF_FORMAT) {
1328  queso_error_msg("hdf file type not supported yet");
1329  }
1330  else {
1331  queso_error_msg("invalid file type");
1332  }
1333 
1334  return;
1335 }
#define UQ_FILE_EXTENSION_FOR_MATLAB_FORMAT
Definition: Defines.h:102
#define UQ_FILE_EXTENSION_FOR_TXT_FORMAT
Definition: Defines.h:103
#define queso_error_msg(msg)
Definition: asserts.h:47
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
#define UQ_FILE_EXTENSION_FOR_HDF_FORMAT
Definition: Defines.h:104
void subWriteContents(unsigned int initialPos, unsigned int numPos, const std::string &fileName, const std::string &fileType, const std::set< unsigned int > &allowedSubEnvIds) const
Writes the sub-sequence to a file.
template<class V , class M >
void QUESO::SequenceOfVectors< V, M >::subWriteContents ( unsigned int  initialPos,
unsigned int  numPos,
std::ofstream &  ofs,
const std::string &  fileType 
) const
virtual

Writes the sub-sequence to a file.

Uses object of the type std::ofstream.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 1339 of file SequenceOfVectors.C.

References queso_require_less_equal_msg, UQ_FILE_EXTENSION_FOR_MATLAB_FORMAT, and UQ_FILE_EXTENSION_FOR_TXT_FORMAT.

1344 {
1345  queso_require_less_equal_msg((initialPos+numPos), this->subSequenceSize(), "invalid routine input parameters");
1346 
1347  if (initialPos == 0) {
1348  if (fileType == UQ_FILE_EXTENSION_FOR_MATLAB_FORMAT) {
1349  // Need sub matlab header here since this is subWriteContents
1350  this->writeSubMatlabHeader(ofs,
1351  this->subSequenceSize(),
1352  this->vectorSizeLocal());
1353  }
1354  else if (fileType == UQ_FILE_EXTENSION_FOR_TXT_FORMAT) {
1355  this->writeTxtHeader(ofs,
1356  this->subSequenceSize(),
1357  this->vectorSizeLocal());
1358  }
1359  }
1360 
1361  for (unsigned int j = initialPos; j < initialPos+numPos; ++j) {
1362  bool savedVectorPrintScientific = m_seq[j]->getPrintScientific();
1363  bool savedVectorPrintState = m_seq[j]->getPrintHorizontally();
1364  m_seq[j]->setPrintScientific (true);
1365  m_seq[j]->setPrintHorizontally(true);
1366 
1367  ofs << *(m_seq[j])
1368  << std::endl;
1369 
1370  m_seq[j]->setPrintHorizontally(savedVectorPrintState);
1371  m_seq[j]->setPrintScientific (savedVectorPrintScientific);
1372  }
1373 
1374  // Write Matlab-specific ending if desired
1375  if ((fileType == UQ_FILE_EXTENSION_FOR_MATLAB_FORMAT) &&
1376  ((initialPos + numPos) == this->subSequenceSize())) {
1377  ofs << "];\n";
1378  }
1379 }
#define UQ_FILE_EXTENSION_FOR_MATLAB_FORMAT
Definition: Defines.h:102
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
#define UQ_FILE_EXTENSION_FOR_TXT_FORMAT
Definition: Defines.h:103
void writeTxtHeader(std::ofstream &ofs, double sequenceSize, double vectorSizeLocal) const
Helper function to write plain txt info for vectors.
#define queso_require_less_equal_msg(expr1, expr2, msg)
Definition: asserts.h:89
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
void writeSubMatlabHeader(std::ofstream &ofs, double sequenceSize, double vectorSizeLocal) const
Helper function to write matlab-specific header info for vectors.
std::vector< const V * > m_seq
Sequence of vectors.
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::unifiedGaussian1dKde ( unsigned int  initialPos,
const V &  unifiedScaleVec,
const std::vector< V * > &  unifiedEvalParamVecs,
std::vector< V * > &  unifiedDensityVecs 
) const
virtual

Gaussian kernel for the KDE estimate of the unified sequence.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 1214 of file SequenceOfVectors.C.

References queso_require_msg, and QUESO::ScalarSequence< T >::unifiedGaussian1dKde().

1219 {
1220  bool bRC = ((initialPos < this->subSequenceSize() ) &&
1221  (this->vectorSizeLocal() == unifiedScaleVec.sizeLocal()) &&
1222  (0 < unifiedEvalParamVecs.size()) &&
1223  (unifiedEvalParamVecs.size() == unifiedDensityVecs.size() ));
1224  queso_require_msg(bRC, "invalid input data");
1225 
1226  unsigned int numPos = this->subSequenceSize() - initialPos;
1227  ScalarSequence<double> data(m_env,0,"");
1228 
1229  unsigned int numEvals = unifiedEvalParamVecs.size();
1230  for (unsigned int j = 0; j < numEvals; ++j) {
1231  unifiedDensityVecs[j] = new V(m_vectorSpace.zeroVector());
1232  }
1233  std::vector<double> unifiedEvalParams(numEvals,0.);
1234  std::vector<double> unifiedDensities (numEvals,0.);
1235 
1236  unsigned int numParams = this->vectorSizeLocal();
1237  for (unsigned int i = 0; i < numParams; ++i) {
1238  this->extractScalarSeq(initialPos,
1239  1, // spacing
1240  numPos,
1241  i,
1242  data);
1243 
1244  for (unsigned int j = 0; j < numEvals; ++j) {
1245  unifiedEvalParams[j] = (*unifiedEvalParamVecs[j])[i];
1246  }
1247 
1248  data.unifiedGaussian1dKde(m_vectorSpace.numOfProcsForStorage() == 1,
1249  0,
1250  unifiedScaleVec[i],
1251  unifiedEvalParams,
1252  unifiedDensities);
1253 
1254  for (unsigned int j = 0; j < numEvals; ++j) {
1255  (*unifiedDensityVecs[j])[i] = unifiedDensities[j];
1256  }
1257  }
1258 
1259  return;
1260 }
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
const VectorSpace< V, M > & m_vectorSpace
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
void extractScalarSeq(unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
Extracts a sequence of scalars.
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::unifiedHistogram ( unsigned int  initialPos,
const V &  unifiedMinVec,
const V &  unifiedMaxVec,
std::vector< V * > &  unifiedCentersForAllBins,
std::vector< V * > &  unifiedQuanttsForAllBins 
) const
virtual

Calculates the histogram of the unified sequence.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 1002 of file SequenceOfVectors.C.

References queso_require_msg, and QUESO::ScalarSequence< T >::unifiedHistogram().

1008 {
1009  bool bRC = ((initialPos < this->subSequenceSize() ) &&
1010  (this->vectorSizeLocal() == unifiedMinVec.sizeLocal() ) &&
1011  (this->vectorSizeLocal() == unifiedMaxVec.sizeLocal() ) &&
1012  (0 < unifiedCentersForAllBins.size()) &&
1013  (unifiedCentersForAllBins.size() == unifiedQuanttsForAllBins.size()));
1014  queso_require_msg(bRC, "invalid input data");
1015 
1016  for (unsigned int j = 0; j < unifiedQuanttsForAllBins.size(); ++j) {
1017  unifiedCentersForAllBins[j] = new V(m_vectorSpace.zeroVector());
1018  unifiedQuanttsForAllBins [j] = new V(m_vectorSpace.zeroVector());
1019  }
1020 
1021  unsigned int dataSize = this->subSequenceSize() - initialPos;
1022  unsigned int numParams = this->vectorSizeLocal();
1023  for (unsigned int i = 0; i < numParams; ++i) {
1024  ScalarSequence<double> data(m_env,dataSize,"");
1025  for (unsigned int j = 0; j < dataSize; ++j) {
1026  data[j] = (*(m_seq[initialPos+j]))[i];
1027  }
1028 
1029  std::vector<double > unifiedCenters(unifiedCentersForAllBins.size(),0.);
1030  std::vector<unsigned int> unifiedQuantts(unifiedQuanttsForAllBins.size(), 0 );
1031  data.unifiedHistogram(m_vectorSpace.numOfProcsForStorage() == 1,
1032  0,
1033  unifiedMinVec[i],
1034  unifiedMaxVec[i],
1035  unifiedCenters,
1036  unifiedQuantts);
1037 
1038  for (unsigned int j = 0; j < unifiedQuantts.size(); ++j) {
1039  (*(unifiedCentersForAllBins[j]))[i] = unifiedCenters[j];
1040  (*(unifiedQuanttsForAllBins[j]))[i] = (double) unifiedQuantts[j];
1041  }
1042  }
1043 
1044  return;
1045 }
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
const VectorSpace< V, M > & m_vectorSpace
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
std::vector< const V * > m_seq
Sequence of vectors.
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::unifiedInterQuantileRange ( unsigned int  initialPos,
V &  unifiedIqrVec 
) const
virtual

Returns the interquartile range of the values in the unified sequence.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 1075 of file SequenceOfVectors.C.

References queso_require_msg, and QUESO::ScalarSequence< T >::unifiedInterQuantileRange().

1078 {
1079  bool bRC = ((initialPos < this->subSequenceSize() ) &&
1080  (this->vectorSizeLocal() == unifiedIqrVec.sizeLocal()));
1081  queso_require_msg(bRC, "invalid input data");
1082 
1083  unsigned int numPos = this->subSequenceSize() - initialPos;
1084  ScalarSequence<double> data(m_env,0,"");
1085 
1086  unsigned int numParams = this->vectorSizeLocal();
1087  for (unsigned int i = 0; i < numParams; ++i) {
1088  this->extractScalarSeq(initialPos,
1089  1, // spacing
1090  numPos,
1091  i,
1092  data);
1093  unifiedIqrVec[i] = data.unifiedInterQuantileRange(m_vectorSpace.numOfProcsForStorage() == 1,
1094  0);
1095  }
1096 
1097  return;
1098 }
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
const VectorSpace< V, M > & m_vectorSpace
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
void extractScalarSeq(unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
Extracts a sequence of scalars.
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::unifiedMeanExtra ( unsigned int  initialPos,
unsigned int  numPos,
V &  unifiedMeanVec 
) const
virtual

Finds the mean value of the unified sequence, considering numPos positions starting at position initialPos.

Output:

Parameters
meanVecis the vector of the calculated means of the unified sequence of vectors.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 363 of file SequenceOfVectors.C.

References queso_require_msg, and QUESO::ScalarSequence< T >::unifiedMeanExtra().

367 {
368  unsigned int tmpUnif = this->unifiedSequenceSize();
369  if ((m_env.subDisplayFile()) && (m_env.displayVerbosity() >= 5)) {
370  *m_env.subDisplayFile() << "Entering SequenceOfVectors<V,M>::unifiedMeanExtra()"
371  << ": initialPos = " << initialPos
372  << ", numPos = " << numPos
373  << ", sub sequence size = " << this->subSequenceSize()
374  << ", unified sequence size = " << tmpUnif
375  << std::endl;
376  }
377 
378  bool bRC = ((initialPos < this->subSequenceSize() ) &&
379  (0 < numPos ) &&
380  ((initialPos+numPos) <= this->subSequenceSize() ) &&
381  (this->vectorSizeLocal() == unifiedMeanVec.sizeLocal()));
382  if ((bRC == false) && (m_env.subDisplayFile())) {
383  *m_env.subDisplayFile() << "In SequenceOfVectors<V,M>::unifiedMeanExtra()"
384  << ", initialPos = " << initialPos
385  << ", this->subSequenceSize() = " << this->subSequenceSize()
386  << ", numPos = " << numPos
387  << ", this->vectorSizeLocal() = " << this->vectorSizeLocal()
388  << ", unifiedMeanVec.sizeLocal() = " << unifiedMeanVec.sizeLocal()
389  << std::endl;
390  }
391  queso_require_msg(bRC, "invalid input data");
392 
393  ScalarSequence<double> data(m_env,0,"");
394 
395  unsigned int numParams = this->vectorSizeLocal();
396  for (unsigned int i = 0; i < numParams; ++i) {
397  this->extractScalarSeq(initialPos,
398  1, // spacing
399  numPos,
400  i,
401  data);
402  unifiedMeanVec[i] = data.unifiedMeanExtra(m_vectorSpace.numOfProcsForStorage() == 1,
403  0,
404  numPos);
405  }
406 
407  if ((m_env.subDisplayFile()) && (m_env.displayVerbosity() >= 5)) {
408  *m_env.subDisplayFile() << "Leaving SequenceOfVectors<V,M>::unifiedMeanExtra()"
409  << ": initialPos = " << initialPos
410  << ", numPos = " << numPos
411  << ", sub sequence size = " << this->subSequenceSize()
412  << ", unified sequence size = " << tmpUnif
413  << ", unifiedMeanVec = " << unifiedMeanVec
414  << std::endl;
415  }
416 
417  return;
418 }
unsigned int displayVerbosity() const
Definition: Environment.C:396
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
const VectorSpace< V, M > & m_vectorSpace
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
std::ofstream * subDisplayFile() const
Access function for m_subDisplayFile (displays file on stream).
Definition: Environment.C:274
void extractScalarSeq(unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
Extracts a sequence of scalars.
unsigned int unifiedSequenceSize() const
Calculates the size of the unified sequence of vectors.
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::unifiedMedianExtra ( unsigned int  initialPos,
unsigned int  numPos,
V &  unifiedMedianVec 
) const
virtual

Finds the median value of the unfed sequence, considering numPos positions starting at position initialPos.

Output:

Parameters
medianVecis the vector of the calculated medians of the unified sequence of vectors.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 477 of file SequenceOfVectors.C.

References queso_require_msg, and QUESO::ScalarSequence< T >::unifiedMedianExtra().

481 {
482  unsigned int tmpUnif = this->unifiedSequenceSize();
483  if ((m_env.subDisplayFile()) && (m_env.displayVerbosity() >= 5)) {
484  *m_env.subDisplayFile() << "Entering SequenceOfVectors<V,M>::unifiedMedianExtra()"
485  << ": initialPos = " << initialPos
486  << ", numPos = " << numPos
487  << ", sub sequence size = " << this->subSequenceSize()
488  << ", unified sequence size = " << tmpUnif
489  << std::endl;
490  }
491 
492  bool bRC = ((initialPos < this->subSequenceSize() ) &&
493  (0 < numPos ) &&
494  ((initialPos+numPos) <= this->subSequenceSize() ) &&
495  (this->vectorSizeLocal() == unifiedMedianVec.sizeLocal()));
496  if ((bRC == false) && (m_env.subDisplayFile())) {
497  *m_env.subDisplayFile() << "In SequenceOfVectors<V,M>::unifiedMedianExtra()"
498  << ", initialPos = " << initialPos
499  << ", this->subSequenceSize() = " << this->subSequenceSize()
500  << ", numPos = " << numPos
501  << ", this->vectorSizeLocal() = " << this->vectorSizeLocal()
502  << ", unifiedMedianVec.sizeLocal() = " << unifiedMedianVec.sizeLocal()
503  << std::endl;
504  }
505  queso_require_msg(bRC, "invalid input data");
506 
507  ScalarSequence<double> data(m_env,0,"");
508 
509  unsigned int numParams = this->vectorSizeLocal();
510  for (unsigned int i = 0; i < numParams; ++i) {
511  this->extractScalarSeq(initialPos,
512  1, // spacing
513  numPos,
514  i,
515  data);
516  unifiedMedianVec[i] = data.unifiedMedianExtra(m_vectorSpace.numOfProcsForStorage() == 1,
517  0,
518  numPos);
519  }
520 
521  if ((m_env.subDisplayFile()) && (m_env.displayVerbosity() >= 5)) {
522  *m_env.subDisplayFile() << "Leaving SequenceOfVectors<V,M>::unifiedMedianExtra()"
523  << ": initialPos = " << initialPos
524  << ", numPos = " << numPos
525  << ", sub sequence size = " << this->subSequenceSize()
526  << ", unified sequence size = " << tmpUnif
527  << ", unifiedMedianVec = " << unifiedMedianVec
528  << std::endl;
529  }
530 
531  return;
532 }
unsigned int displayVerbosity() const
Definition: Environment.C:396
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
const VectorSpace< V, M > & m_vectorSpace
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
std::ofstream * subDisplayFile() const
Access function for m_subDisplayFile (displays file on stream).
Definition: Environment.C:274
void extractScalarSeq(unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
Extracts a sequence of scalars.
unsigned int unifiedSequenceSize() const
Calculates the size of the unified sequence of vectors.
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::unifiedMinMaxExtra ( unsigned int  initialPos,
unsigned int  numPos,
V &  unifiedMinVec,
V &  unifiedMaxVec 
) const
virtual

Finds the minimum and the maximum values of the unified sequence, considering numPos positions starting at position initialPos.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 922 of file SequenceOfVectors.C.

References queso_require_msg, and QUESO::ScalarSequence< T >::unifiedMinMaxExtra().

927 {
928  bool bRC = ((0 < numPos ) &&
929  ((initialPos+numPos) <= this->subSequenceSize() ) &&
930  (this->vectorSizeLocal() == unifiedMinVec.sizeLocal()) &&
931  (this->vectorSizeLocal() == unifiedMaxVec.sizeLocal()));
932  queso_require_msg(bRC, "invalid input data");
933 
934  //unsigned int numPos = this->subSequenceSize() - initialPos;
935  unsigned int numParams = this->vectorSizeLocal();
936  ScalarSequence<double> data(m_env,0,"");
937 
938  for (unsigned int i = 0; i < numParams; ++i) {
939  this->extractScalarSeq(initialPos,
940  1, // spacing
941  numPos,
942  i,
943  data);
944  data.unifiedMinMaxExtra(m_vectorSpace.numOfProcsForStorage() == 1,
945  0,
946  numPos,
947  unifiedMinVec[i],
948  unifiedMaxVec[i]);
949  }
950 
951  return;
952 }
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
const VectorSpace< V, M > & m_vectorSpace
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
void extractScalarSeq(unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
Extracts a sequence of scalars.
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::unifiedPopulationVariance ( unsigned int  initialPos,
unsigned int  numPos,
const V &  unifiedMeanVec,
V &  unifiedPopVec 
) const
virtual

Finds the population variance of the unified sequence, considering numPos positions starting at position initialPos and of mean meanVec.

Output:

Parameters
popVecis the vector of the calculated population variance of the unified sequence of vectors.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 698 of file SequenceOfVectors.C.

References queso_require_msg, and QUESO::ScalarSequence< T >::unifiedPopulationVariance().

703 {
704  bool bRC = ((initialPos < this->subSequenceSize() ) &&
705  (0 < numPos ) &&
706  ((initialPos+numPos) <= this->subSequenceSize() ) &&
707  (this->vectorSizeLocal() == unifiedMeanVec.sizeLocal()) &&
708  (this->vectorSizeLocal() == unifiedPopVec.sizeLocal() ));
709  queso_require_msg(bRC, "invalid input data");
710 
711  ScalarSequence<double> data(m_env,0,"");
712 
713  unsigned int numParams = this->vectorSizeLocal();
714  for (unsigned int i = 0; i < numParams; ++i) {
715  this->extractScalarSeq(initialPos,
716  1, // spacing
717  numPos,
718  i,
719  data);
720  unifiedPopVec[i] = data.unifiedPopulationVariance(m_vectorSpace.numOfProcsForStorage() == 1,
721  0,
722  numPos,
723  unifiedMeanVec[i]);
724  }
725 
726  return;
727 }
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
const VectorSpace< V, M > & m_vectorSpace
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
void extractScalarSeq(unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
Extracts a sequence of scalars.
template<class V , class M >
void QUESO::SequenceOfVectors< V, M >::unifiedReadContents ( const std::string &  fileName,
const std::string &  fileType,
const unsigned int  subSequenceSize 
)
virtual

Reads the unified sequence from a file.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 1695 of file SequenceOfVectors.C.

References dataIn, QUESO::FilePtrSetStruct::ifsVar, QUESO::MiscGetEllapsedSeconds(), queso_error_msg, queso_require_equal_to_msg, queso_require_greater_equal_msg, queso_require_less_msg, UQ_FILE_EXTENSION_FOR_HDF_FORMAT, UQ_FILE_EXTENSION_FOR_MATLAB_FORMAT, UQ_FILE_EXTENSION_FOR_TXT_FORMAT, and QUESO::UQ_OK_RC.

Referenced by QUESO::MLSampling< P_V, P_M >::restartML().

1699 {
1700  std::string fileType(inputFileType);
1701 #ifdef QUESO_HAS_HDF5
1702  // Do nothing
1703 #else
1704  if (fileType == UQ_FILE_EXTENSION_FOR_HDF_FORMAT) {
1705  if (m_env.subDisplayFile()) {
1706  *m_env.subDisplayFile() << "WARNING in SequenceOfVectors<V,M>::unifiedReadContents()"
1707  << ": file format '" << UQ_FILE_EXTENSION_FOR_HDF_FORMAT
1708  << "' has been requested, but this QUESO library has not been built with 'hdf5'"
1709  << ". Code will therefore process the file format '" << UQ_FILE_EXTENSION_FOR_HDF_FORMAT
1710  << "' instead..."
1711  << std::endl;
1712  }
1713  if (m_env.subRank() == 0) {
1714  std::cerr << "WARNING in SequenceOfVectors<V,M>::unifiedReadContents()"
1715  << ": file format '" << UQ_FILE_EXTENSION_FOR_HDF_FORMAT
1716  << "' has been requested, but this QUESO library has not been built with 'hdf5'"
1717  << ". Code will therefore process the file format '" << UQ_FILE_EXTENSION_FOR_HDF_FORMAT
1718  << "' instead..."
1719  << std::endl;
1720  }
1722  }
1723 #endif
1724 
1725  //m_env.fullComm().Barrier(); // Dangerous to barrier on fullComm ...
1726  if (m_env.subDisplayFile()) {
1727  *m_env.subDisplayFile() << "Entering SequenceOfVectors<V,M>::unifiedReadContents()"
1728  << ": worldRank " << m_env.worldRank()
1729  << ", fullRank " << m_env.fullRank()
1730  << ", subEnvironment " << m_env.subId()
1731  << ", subRank " << m_env.subRank()
1732  << ", inter0Rank " << m_env.inter0Rank()
1733  //<< ", m_env.inter0Comm().NumProc() = " << m_env.inter0Comm().NumProc()
1734  << ", fileName = " << fileName
1735  << ", subReadSize = " << subReadSize
1736  //<< ", unifiedReadSize = " << unifiedReadSize
1737  << std::endl;
1738  }
1739 
1740  this->resizeSequence(subReadSize);
1741 
1742  if (m_env.inter0Rank() >= 0) {
1743  double unifiedReadSize = subReadSize*m_env.inter0Comm().NumProc();
1744 
1745  // In the logic below, the id of a line' begins with value 0 (zero)
1746  unsigned int idOfMyFirstLine = 1 + m_env.inter0Rank()*subReadSize;
1747  unsigned int idOfMyLastLine = (1 + m_env.inter0Rank())*subReadSize;
1748  unsigned int numParams = this->vectorSizeLocal();
1749 
1750  for (unsigned int r = 0; r < (unsigned int) m_env.inter0Comm().NumProc(); ++r) { // "m or hdf"
1751  if (m_env.inter0Rank() == (int) r) {
1752  // My turn
1753  FilePtrSetStruct unifiedFilePtrSet;
1754  if (m_env.openUnifiedInputFile(fileName,
1755  fileType,
1756  unifiedFilePtrSet)) {
1757  if ((fileType == UQ_FILE_EXTENSION_FOR_MATLAB_FORMAT) ||
1758  (fileType == UQ_FILE_EXTENSION_FOR_TXT_FORMAT)) {
1759  if (r == 0) {
1760  // Read number of chain positions in the file by taking care of the first line,
1761  // which resembles something like 'variable_name = zeros(n_positions,m_params);'
1762  std::string tmpString;
1763 
1764  // Read 'variable name' string
1765  *unifiedFilePtrSet.ifsVar >> tmpString;
1766  //std::cout << "Just read '" << tmpString << "'" << std::endl;
1767 
1768  // Read '=' sign
1769  *unifiedFilePtrSet.ifsVar >> tmpString;
1770  //std::cout << "Just read '" << tmpString << "'" << std::endl;
1771  queso_require_equal_to_msg(tmpString, "=", "string should be the '=' sign");
1772 
1773  // Read 'zeros(n_positions,n_params)' string
1774  *unifiedFilePtrSet.ifsVar >> tmpString;
1775  //std::cout << "Just read '" << tmpString << "'" << std::endl;
1776  unsigned int posInTmpString = 6;
1777 
1778  // Isolate 'n_positions' in a string
1779  //char nPositionsString[tmpString.size()-posInTmpString+1]; // avoid compiler warning
1780  std::string nPositionsString((size_t) (tmpString.size()-posInTmpString+1),' ');
1781  unsigned int posInPositionsString = 0;
1782  do {
1783  queso_require_less_msg(posInTmpString, tmpString.size(), "symbol ',' not found in first line of file");
1784  nPositionsString[posInPositionsString++] = tmpString[posInTmpString++];
1785  } while (tmpString[posInTmpString] != ',');
1786  nPositionsString[posInPositionsString] = '\0';
1787 
1788  // Isolate 'n_params' in a string
1789  posInTmpString++; // Avoid reading ',' char
1790  //char nParamsString[tmpString.size()-posInTmpString+1]; // avoid compiler warning
1791  std::string nParamsString((size_t) (tmpString.size()-posInTmpString+1),' ');
1792  unsigned int posInParamsString = 0;
1793  do {
1794  queso_require_less_msg(posInTmpString, tmpString.size(), "symbol ')' not found in first line of file");
1795  nParamsString[posInParamsString++] = tmpString[posInTmpString++];
1796  } while (tmpString[posInTmpString] != ')');
1797  nParamsString[posInParamsString] = '\0';
1798 
1799  // Convert 'n_positions' and 'n_params' strings to numbers
1800  unsigned int sizeOfChainInFile = (unsigned int) strtod(nPositionsString.c_str(),NULL);
1801  unsigned int numParamsInFile = (unsigned int) strtod(nParamsString.c_str(), NULL);
1802  if (m_env.subDisplayFile()) {
1803  *m_env.subDisplayFile() << "In SequenceOfVectors<V,M>::unifiedReadContents()"
1804  << ": worldRank " << m_env.worldRank()
1805  << ", fullRank " << m_env.fullRank()
1806  << ", sizeOfChainInFile = " << sizeOfChainInFile
1807  << ", numParamsInFile = " << numParamsInFile
1808  << std::endl;
1809  }
1810 
1811  // Check if [size of chain in file] >= [requested unified sequence size]
1812  queso_require_greater_equal_msg(sizeOfChainInFile, unifiedReadSize, "size of chain in file is not big enough");
1813 
1814  // Check if [num params in file] == [num params in current chain]
1815  queso_require_equal_to_msg(numParamsInFile, numParams, "number of parameters of chain in file is different than number of parameters in this chain object");
1816  } // if (r == 0)
1817 
1818  // Code common to any core in 'inter0Comm', including core of rank 0
1819  unsigned int maxCharsPerLine = 64*numParams; // Up to about 60 characters to represent each parameter value
1820 
1821  unsigned int lineId = 0;
1822  while (lineId < idOfMyFirstLine) {
1823  unifiedFilePtrSet.ifsVar->ignore(maxCharsPerLine,'\n');
1824  lineId++;
1825  };
1826 
1827  if (r == 0) {
1828  // Take care of initial part of the first data line,
1829  // which resembles something like 'variable_name = [value1 value2 ...'
1830  std::string tmpString;
1831 
1832  // Read 'variable name' string
1833  *unifiedFilePtrSet.ifsVar >> tmpString;
1834  //std::cout << "Core 0 just read '" << tmpString << "'" << std::endl;
1835 
1836  // Read '=' sign
1837  *unifiedFilePtrSet.ifsVar >> tmpString;
1838  //std::cout << "Core 0 just read '" << tmpString << "'" << std::endl;
1839  queso_require_equal_to_msg(tmpString, "=", "in core 0, string should be the '=' sign");
1840 
1841  // Take into account the ' [' portion
1842  std::streampos tmpPos = unifiedFilePtrSet.ifsVar->tellg();
1843  unifiedFilePtrSet.ifsVar->seekg(tmpPos+(std::streampos)2);
1844  }
1845 
1846  V tmpVec(m_vectorSpace.zeroVector());
1847  while (lineId <= idOfMyLastLine) {
1848  for (unsigned int i = 0; i < numParams; ++i) {
1849  *unifiedFilePtrSet.ifsVar >> tmpVec[i];
1850  }
1851  this->setPositionValues(lineId - idOfMyFirstLine, tmpVec);
1852  lineId++;
1853  };
1854  }
1855 #ifdef QUESO_HAS_HDF5
1856  else if (fileType == UQ_FILE_EXTENSION_FOR_HDF_FORMAT) {
1857  if (r == 0) {
1858  hid_t dataset = H5Dopen2(unifiedFilePtrSet.h5Var,
1859  "seq_of_vectors",
1860  H5P_DEFAULT); // Dataset access property list
1861  hid_t datatype = H5Dget_type(dataset);
1862  H5T_class_t t_class = H5Tget_class(datatype);
1863  queso_require_equal_to_msg(t_class, H5T_FLOAT, "t_class is not H5T_DOUBLE");
1864  hid_t dataspace = H5Dget_space(dataset);
1865  int rank = H5Sget_simple_extent_ndims(dataspace);
1866  queso_require_equal_to_msg(rank, 2, "hdf rank is not 2");
1867  hsize_t dims_in[2];
1868  int status_n;
1869  status_n = H5Sget_simple_extent_dims(dataspace, dims_in, NULL);
1870  if (status_n) {}; // just to remover compiler warning
1871  //std::cout << "In SequenceOfVectors<V,M>::unifiedReadContents()"
1872  // << ": dims_in[0] = " << dims_in[0]
1873  // << ", dims_in[1] = " << dims_in[1]
1874  // << std::endl;
1875  queso_require_equal_to_msg(dims_in[0], numParams, "dims_in[0] is not equal to 'numParams'");
1876  queso_require_greater_equal_msg(dims_in[1], subReadSize, "dims_in[1] is smaller that requested 'subReadSize'");
1877 
1878  struct timeval timevalBegin;
1879  int iRC = UQ_OK_RC;
1880  iRC = gettimeofday(&timevalBegin,NULL);
1881  if (iRC) {}; // just to remover compiler warning
1882 
1883  unsigned int chainSizeIn = (unsigned int) dims_in[1];
1884  //double* dataIn[numParams]; // avoid compiler warning
1885  std::vector<double*> dataIn((size_t) numParams,NULL);
1886  dataIn[0] = (double*) malloc(numParams*chainSizeIn*sizeof(double));
1887  for (unsigned int i = 1; i < numParams; ++i) { // Yes, from '1'
1888  dataIn[i] = dataIn[i-1] + chainSizeIn; // Yes, just 'chainSizeIn', not 'chainSizeIn*sizeof(double)'
1889  }
1890  //std::cout << "In SequenceOfVectors<V,M>::unifiedReadContents(): h5 case, memory allocated" << std::endl;
1891  herr_t status;
1892  status = H5Dread(dataset,
1893  H5T_NATIVE_DOUBLE,
1894  H5S_ALL,
1895  dataspace,
1896  H5P_DEFAULT,
1897  dataIn[0]);
1898  if (status) {}; // just to remover compiler warning
1899  //std::cout << "In SequenceOfVectors<V,M>::unifiedReadContents(): h5 case, data read" << std::endl;
1900  V tmpVec(m_vectorSpace.zeroVector());
1901  for (unsigned int j = 0; j < subReadSize; ++j) { // Yes, 'subReadSize', not 'chainSizeIn'
1902  for (unsigned int i = 0; i < numParams; ++i) {
1903  tmpVec[i] = dataIn[i][j];
1904  }
1905  this->setPositionValues(j, tmpVec);
1906  }
1907 
1908  double readTime = MiscGetEllapsedSeconds(&timevalBegin);
1909  if ((m_env.subDisplayFile()) && (m_env.displayVerbosity() >= 2)) {
1910  *m_env.subDisplayFile() << "In SequenceOfVectors<V,M>::unifiedReadContents()"
1911  << ": worldRank " << m_env.worldRank()
1912  << ", fullRank " << m_env.fullRank()
1913  << ", subEnvironment " << m_env.subId()
1914  << ", subRank " << m_env.subRank()
1915  << ", inter0Rank " << m_env.inter0Rank()
1916  << ", fileName = " << fileName
1917  << ", numParams = " << numParams
1918  << ", chainSizeIn = " << chainSizeIn
1919  << ", subReadSize = " << subReadSize
1920  << ", readTime = " << readTime << " seconds"
1921  << std::endl;
1922  }
1923 
1924  H5Sclose(dataspace);
1925  H5Tclose(datatype);
1926  H5Dclose(dataset);
1927  //free(dataIn[0]); // related to the changes above for compiler warning
1928  for (unsigned int tmpIndex = 0; tmpIndex < dataIn.size(); tmpIndex++) {
1929  free (dataIn[tmpIndex]);
1930  }
1931  }
1932  else {
1933  queso_error_msg("hdf file type not supported for multiple sub-environments yet");
1934  }
1935  }
1936 #endif
1937  else {
1938  queso_error_msg("invalid file type");
1939  }
1940  m_env.closeFile(unifiedFilePtrSet,fileType);
1941  } // if (m_env.openUnifiedInputFile())
1942  } // if (m_env.inter0Rank() == (int) r)
1943  m_env.inter0Comm().Barrier();
1944  } // for r
1945  } // if (m_env.inter0Rank() >= 0)
1946  else {
1947  V tmpVec(m_vectorSpace.zeroVector());
1948  for (unsigned int i = 1; i < subReadSize; ++i) {
1949  this->setPositionValues(i,tmpVec);
1950  }
1951  }
1952 
1953  if (m_env.subDisplayFile()) {
1954  *m_env.subDisplayFile() << "Leaving SequenceOfVectors<V,M>::unifiedReadContents()"
1955  << ", fileName = " << fileName
1956  << std::endl;
1957  }
1958  //m_env.fullComm().Barrier(); // Dangerous to barrier on fullComm ...
1959 
1960  return;
1961 }
#define UQ_FILE_EXTENSION_FOR_MATLAB_FORMAT
Definition: Defines.h:102
unsigned int displayVerbosity() const
Definition: Environment.C:396
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
#define UQ_FILE_EXTENSION_FOR_TXT_FORMAT
Definition: Defines.h:103
int subRank() const
Access function for sub-rank.
Definition: Environment.C:241
#define queso_error_msg(msg)
Definition: asserts.h:47
istream * dataIn
Definition: ann_sample.cpp:58
#define queso_require_less_msg(expr1, expr2, msg)
Definition: asserts.h:87
int fullRank() const
Returns the process full rank.
Definition: Environment.C:222
void setPositionValues(unsigned int posId, const V &vec)
Set the values in vec at position posId of the sequence.
const VectorSpace< V, M > & m_vectorSpace
double MiscGetEllapsedSeconds(struct timeval *timeval0)
int inter0Rank() const
Returns the process inter0 rank.
Definition: Environment.C:261
#define queso_require_equal_to_msg(expr1, expr2, msg)
Definition: asserts.h:85
void Barrier() const
Pause every process in *this communicator until all the processes reach this point.
Definition: MpiComm.C:164
#define queso_require_greater_equal_msg(expr1, expr2, msg)
Definition: asserts.h:90
void closeFile(FilePtrSetStruct &filePtrSet, const std::string &fileType) const
Closes the file.
Definition: Environment.C:1026
const int UQ_OK_RC
Definition: Defines.h:89
std::ofstream * subDisplayFile() const
Access function for m_subDisplayFile (displays file on stream).
Definition: Environment.C:274
#define UQ_FILE_EXTENSION_FOR_HDF_FORMAT
Definition: Defines.h:104
unsigned int subId() const
Access function to the number of each sub-environment Id: m_subId.
Definition: Environment.C:295
int NumProc() const
Returns total number of processes.
Definition: MpiComm.C:123
const MpiComm & inter0Comm() const
Access function for MpiComm inter0-communicator.
Definition: Environment.C:267
int worldRank() const
Returns the process world rank.
Definition: Environment.C:216
bool openUnifiedInputFile(const std::string &fileName, const std::string &fileType, FilePtrSetStruct &filePtrSet) const
Opens the unified input file.
Definition: Environment.C:933
void resizeSequence(unsigned int newSubSequenceSize)
Resizes the sequence.
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::unifiedSampleStd ( unsigned int  initialPos,
unsigned int  numPos,
const V &  unifiedMeanVec,
V &  unifiedStdVec 
) const

Finds the sample standard deviation of the unified sequence, considering numPos positions starting at position initialPos and of mean meanVec.

Output:

Parameters
stdVecis the vector of the calculated sample standard deviation of the unified sequence of vectors.

Definition at line 633 of file SequenceOfVectors.C.

References queso_require_msg, and QUESO::ScalarSequence< T >::unifiedSampleStd().

638 {
639  bool bRC = ((initialPos < this->subSequenceSize() ) &&
640  (0 < numPos ) &&
641  ((initialPos+numPos) <= this->subSequenceSize() ) &&
642  (this->vectorSizeLocal() == unifiedMeanVec.sizeLocal()) &&
643  (this->vectorSizeLocal() == unifiedStdVec.sizeLocal() ));
644  queso_require_msg(bRC, "invalid input data");
645 
646  ScalarSequence<double> data(m_env,0,"");
647 
648  unsigned int numParams = this->vectorSizeLocal();
649  for (unsigned int i = 0; i < numParams; ++i) {
650  this->extractScalarSeq(initialPos,
651  1, // spacing
652  numPos,
653  i,
654  data);
655  unifiedStdVec[i] = data.unifiedSampleStd(m_vectorSpace.numOfProcsForStorage() == 1,
656  0,
657  numPos,
658  unifiedMeanVec[i]);
659  }
660 
661  return;
662 }
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
const VectorSpace< V, M > & m_vectorSpace
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
void extractScalarSeq(unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
Extracts a sequence of scalars.
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::unifiedSampleVarianceExtra ( unsigned int  initialPos,
unsigned int  numPos,
const V &  unifiedMeanVec,
V &  unifiedSamVec 
) const
virtual

Finds the sample variance of the unified sequence, considering numPos positions starting at position initialPos and of mean meanVec.

Output:

Parameters
samVecis the vector of the calculated sample variance of the unified sequence of vectors.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 568 of file SequenceOfVectors.C.

References queso_require_msg, and QUESO::ScalarSequence< T >::unifiedSampleVarianceExtra().

573 {
574  bool bRC = ((initialPos < this->subSequenceSize() ) &&
575  (0 < numPos ) &&
576  ((initialPos+numPos) <= this->subSequenceSize() ) &&
577  (this->vectorSizeLocal() == unifiedMeanVec.sizeLocal()) &&
578  (this->vectorSizeLocal() == unifiedSamVec.sizeLocal() ));
579  queso_require_msg(bRC, "invalid input data");
580 
581  ScalarSequence<double> data(m_env,0,"");
582 
583  unsigned int numParams = this->vectorSizeLocal();
584  for (unsigned int i = 0; i < numParams; ++i) {
585  this->extractScalarSeq(initialPos,
586  1, // spacing
587  numPos,
588  i,
589  data);
590  unifiedSamVec[i] = data.unifiedSampleVarianceExtra(m_vectorSpace.numOfProcsForStorage() == 1,
591  0,
592  numPos,
593  unifiedMeanVec[i]);
594  }
595 
596  return;
597 }
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
const VectorSpace< V, M > & m_vectorSpace
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
void extractScalarSeq(unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
Extracts a sequence of scalars.
template<class V, class M >
void QUESO::SequenceOfVectors< V, M >::unifiedScalesForKde ( unsigned int  initialPos,
const V &  unifiedIqrVec,
unsigned int  kdeDimension,
V &  unifiedScaleVec 
) const
virtual

Selects the scales (bandwidth) for the kernel density estimation, considering the unified sequence.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 1133 of file SequenceOfVectors.C.

References queso_require_msg, and QUESO::ScalarSequence< T >::unifiedScaleForKde().

1138 {
1139  bool bRC = ((initialPos < this->subSequenceSize() ) &&
1140  (this->vectorSizeLocal() == unifiedIqrVec.sizeLocal() ) &&
1141  (this->vectorSizeLocal() == unifiedScaleVec.sizeLocal()));
1142  queso_require_msg(bRC, "invalid input data");
1143 
1144  unsigned int numPos = this->subSequenceSize() - initialPos;
1145  ScalarSequence<double> data(m_env,0,"");
1146 
1147  unsigned int numParams = this->vectorSizeLocal();
1148  for (unsigned int i = 0; i < numParams; ++i) {
1149  this->extractScalarSeq(initialPos,
1150  1, // spacing
1151  numPos,
1152  i,
1153  data);
1154  unifiedScaleVec[i] = data.unifiedScaleForKde(m_vectorSpace.numOfProcsForStorage() == 1,
1155  0,
1156  unifiedIqrVec[i],
1157  kdeDimension);
1158  }
1159 
1160  return;
1161 }
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
const VectorSpace< V, M > & m_vectorSpace
#define queso_require_msg(asserted, msg)
Definition: asserts.h:69
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
void extractScalarSeq(unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
Extracts a sequence of scalars.
template<class V, class M>
void QUESO::SequenceOfVectors< V, M >::unifiedUniformlySampledCdf ( const V &  numEvaluationPointsVec,
ArrayOfOneDGrids< V, M > &  unifiedCdfGrids,
ArrayOfOneDTables< V, M > &  unifiedCdfValues 
) const

Uniformly samples from the CDF from the sub-sequence.

Definition at line 262 of file SequenceOfVectors.C.

References QUESO::ArrayOfOneDTables< V, M >::setOneDTable(), and QUESO::ArrayOfOneDGrids< V, M >::setUniformGrids().

Referenced by QUESO::StatisticalForwardProblem< P_V, P_M, Q_V, Q_M >::solveWithMonteCarlo().

266 {
267  if ((m_env.subDisplayFile()) && (m_env.displayVerbosity() >= 10)) {
268  *m_env.subDisplayFile() << "Entering SequenceOfVectors<V,M>::unifiedUniformlySampledCdf()"
269  << std::endl;
270  }
271 
272  V unifiedMinDomainValues(m_vectorSpace.zeroVector());
273  V unifiedMaxDomainValues(m_vectorSpace.zeroVector());
274 
275  ScalarSequence<double> data(m_env,0,"");
276 
277  unsigned int numParams = this->vectorSizeLocal();
278  for (unsigned int i = 0; i < numParams; ++i) {
279  this->extractScalarSeq(0, // initialPos
280  1, // spacing
281  subSequenceSize(), // numPos
282  i,
283  data);
284 
285  std::vector<double> aCdf(0);
286  data.unifiedUniformlySampledCdf(m_vectorSpace.numOfProcsForStorage() == 1,
287  (unsigned int) numEvaluationPointsVec[i],
288  unifiedMinDomainValues[i],
289  unifiedMaxDomainValues[i],
290  aCdf);
291  unifiedCdfValues.setOneDTable(i,aCdf);
292  }
293 
294  unifiedCdfGrids.setUniformGrids(numEvaluationPointsVec,
295  unifiedMinDomainValues,
296  unifiedMaxDomainValues);
297 
298  if ((m_env.subDisplayFile()) && (m_env.displayVerbosity() >= 10)) {
299  *m_env.subDisplayFile() << "Leaving SequenceOfVectors<V,M>::unifiedUniformlySampledCdf()"
300  << std::endl;
301  }
302 
303  return;
304 }
unsigned int displayVerbosity() const
Definition: Environment.C:396
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
const VectorSpace< V, M > & m_vectorSpace
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
std::ofstream * subDisplayFile() const
Access function for m_subDisplayFile (displays file on stream).
Definition: Environment.C:274
void extractScalarSeq(unsigned int initialPos, unsigned int spacing, unsigned int numPos, unsigned int paramId, ScalarSequence< double > &scalarSeq) const
Extracts a sequence of scalars.
template<class V , class M >
void QUESO::SequenceOfVectors< V, M >::unifiedWriteContents ( const std::string &  fileName,
const std::string &  fileType 
) const
virtual

Writes the unfed sequence to a file. Writes the unified sequence in Matlab/Octave format or, if enabled, in HDF5 format.

Implements QUESO::BaseVectorSequence< V, M >.

Definition at line 1417 of file SequenceOfVectors.C.

References QUESO::MiscGetEllapsedSeconds(), QUESO::FilePtrSetStruct::ofsVar, queso_error_msg, UQ_FILE_EXTENSION_FOR_HDF_FORMAT, UQ_FILE_EXTENSION_FOR_MATLAB_FORMAT, UQ_FILE_EXTENSION_FOR_TXT_FORMAT, and QUESO::UQ_OK_RC.

Referenced by QUESO::MLSampling< P_V, P_M >::checkpointML(), QUESO::GpmsaComputerModel< S_V, S_M, D_V, D_M, P_V, P_M, Q_V, Q_M >::generatePriorSeq(), QUESO::MLSampling< P_V, P_M >::generateSequence(), QUESO::MLSampling< P_V, P_M >::generateSequence_Level0_all(), and QUESO::MLSampling< P_V, P_M >::generateSequence_Step11_inter0().

1420 {
1421  std::string fileType(inputFileType);
1422 #ifdef QUESO_HAS_HDF5
1423  // Do nothing
1424 #else
1425  if (fileType == UQ_FILE_EXTENSION_FOR_HDF_FORMAT) {
1426  if (m_env.subDisplayFile()) {
1427  *m_env.subDisplayFile() << "WARNING in SequenceOfVectors<V,M>::unifiedWriteContents()"
1428  << ": file format '" << UQ_FILE_EXTENSION_FOR_HDF_FORMAT
1429  << "' has been requested, but this QUESO library has not been built with 'hdf5'"
1430  << ". Code will therefore process the file format '" << UQ_FILE_EXTENSION_FOR_HDF_FORMAT
1431  << "' instead..."
1432  << std::endl;
1433  }
1434  if (m_env.subRank() == 0) {
1435  std::cerr << "WARNING in SequenceOfVectors<V,M>::unifiedWriteContents()"
1436  << ": file format '" << UQ_FILE_EXTENSION_FOR_HDF_FORMAT
1437  << "' has been requested, but this QUESO library has not been built with 'hdf5'"
1438  << ". Code will therefore process the file format '" << UQ_FILE_EXTENSION_FOR_HDF_FORMAT
1439  << "' instead..."
1440  << std::endl;
1441  }
1443  }
1444 #endif
1445 
1446  // All processors in 'fullComm' should call this routine...
1447 
1448  //m_env.fullComm().Barrier(); // Dangerous to barrier on fullComm ... // prudenci-2011-01-17
1449  if ((m_env.subDisplayFile()) && (m_env.displayVerbosity() >= 10)) {
1450  *m_env.subDisplayFile() << "Entering SequenceOfVectors<V,M>::unifiedWriteContents()"
1451  << ": worldRank " << m_env.worldRank()
1452  << ", fullRank " << m_env.fullRank()
1453  << ", subEnvironment " << m_env.subId()
1454  << ", subRank " << m_env.subRank()
1455  << ", inter0Rank " << m_env.inter0Rank()
1456  //<< ", m_env.inter0Comm().NumProc() = " << m_env.inter0Comm().NumProc()
1457  << ", fileName = " << fileName
1458  << std::endl;
1459  }
1460 
1461  if (m_env.inter0Rank() >= 0) {
1462  for (unsigned int r = 0; r < (unsigned int) m_env.inter0Comm().NumProc(); ++r) {
1463  if (m_env.inter0Rank() == (int) r) {
1464  // My turn
1465  if ((m_env.subDisplayFile()) && (m_env.displayVerbosity() >= 10)) {
1466  *m_env.subDisplayFile() << "In SequenceOfVectors<V,M>::unifiedWriteContents()"
1467  << ": worldRank " << m_env.worldRank()
1468  << ", fullRank " << m_env.fullRank()
1469  << ", subEnvironment " << m_env.subId()
1470  << ", subRank " << m_env.subRank()
1471  << ", inter0Rank " << m_env.inter0Rank()
1472  //<< ", m_env.inter0Comm().NumProc() = " << m_env.inter0Comm().NumProc()
1473  << ", fileName = " << fileName
1474  << ", about to open file for r = " << r
1475  << std::endl;
1476  }
1477 
1478  // bool writeOver = (r == 0);
1479  bool writeOver = false; // A 'true' causes problems when the user chooses (via options
1480  // in the input file) to use just one file for all outputs.
1481  FilePtrSetStruct unifiedFilePtrSet;
1482  if (m_env.openUnifiedOutputFile(fileName,
1483  fileType, // "m or hdf"
1484  writeOver,
1485  unifiedFilePtrSet)) {
1486  if ((m_env.subDisplayFile()) && (m_env.displayVerbosity() >= 10)) { // 2013-02-23
1487  *m_env.subDisplayFile() << "In SequenceOfVectors<V,M>::unifiedWriteContents()"
1488  << ": worldRank " << m_env.worldRank()
1489  << ", fullRank " << m_env.fullRank()
1490  << ", subEnvironment " << m_env.subId()
1491  << ", subRank " << m_env.subRank()
1492  << ", inter0Rank " << m_env.inter0Rank()
1493  //<< ", m_env.inter0Comm().NumProc() = " << m_env.inter0Comm().NumProc()
1494  << ", fileName = " << fileName
1495  << ", just opened file for r = " << r
1496  << std::endl;
1497  }
1498 
1499  unsigned int chainSize = this->subSequenceSize();
1500  if ((fileType == UQ_FILE_EXTENSION_FOR_MATLAB_FORMAT) ||
1501  (fileType == UQ_FILE_EXTENSION_FOR_TXT_FORMAT)) {
1502  if (r == 0) {
1503  if (fileType == UQ_FILE_EXTENSION_FOR_MATLAB_FORMAT) {
1504  // Need unified matlab header here since this is unifiedWriteContents
1505  writeUnifiedMatlabHeader(*unifiedFilePtrSet.ofsVar,
1506  this->subSequenceSize()*m_env.inter0Comm().NumProc(),
1507  this->vectorSizeLocal());
1508  }
1509  else { // If we get here it's definitely a txt file not matlab
1510  writeTxtHeader(*unifiedFilePtrSet.ofsVar,
1511  this->subSequenceSize()*m_env.inter0Comm().NumProc(),
1512  this->vectorSizeLocal());
1513  }
1514  }
1515 
1516  for (unsigned int j = 0; j < chainSize; ++j) { // 2013-02-23
1517  //std::cout << "In SequenceOfVectors<V,M>::unifiedWriteContents(): m_seq[" << j << "] = " << m_seq[j]
1518  // << std::endl;
1519  //std::cout << "In SequenceOfVectors<V,M>::unifiedWriteContents(): &(m_seq[" << j << "].map()) = " << &(m_seq[j]->map())
1520  // << std::endl;
1521  //std::cout << "In SequenceOfVectors<V,M>::unifiedWriteContents(): (m_seq[" << j << "].map().NumMyElements = " << m_seq[j]->map().NumMyElements()
1522  // << std::endl;
1523  //V tmpVec(*(m_seq[j]));
1524  //std::cout << "*(m_seq[" << j << "]) = " << tmpVec
1525  // << std::endl;
1526  //std::cout << "*(m_seq[" << j << "]) = " << *(m_seq[j])
1527  // << std::endl;
1528 
1529  bool savedVectorPrintScientific = m_seq[j]->getPrintScientific();
1530  bool savedVectorPrintState = m_seq[j]->getPrintHorizontally();
1531  m_seq[j]->setPrintScientific (true);
1532  m_seq[j]->setPrintHorizontally(true);
1533 
1534  *unifiedFilePtrSet.ofsVar << *(m_seq[j])
1535  << std::endl;
1536 
1537  m_seq[j]->setPrintHorizontally(savedVectorPrintState);
1538  m_seq[j]->setPrintScientific (savedVectorPrintScientific);
1539  }
1540  }
1541 #ifdef QUESO_HAS_HDF5
1542  else if (fileType == UQ_FILE_EXTENSION_FOR_HDF_FORMAT) {
1543  unsigned int numParams = m_vectorSpace.dimLocal();
1544  if (r == 0) {
1545  hid_t datatype = H5Tcopy(H5T_NATIVE_DOUBLE);
1546  //std::cout << "In SequenceOfVectors<V,M>::unifiedWriteContents(): h5 case, data type created" << std::endl;
1547  hsize_t dimsf[2];
1548  dimsf[0] = numParams;
1549  dimsf[1] = chainSize;
1550  hid_t dataspace = H5Screate_simple(2, dimsf, NULL); // HDF5_rank = 2
1551  //std::cout << "In SequenceOfVectors<V,M>::unifiedWriteContents(): h5 case, data space created" << std::endl;
1552  hid_t dataset = H5Dcreate2(unifiedFilePtrSet.h5Var,
1553  "seq_of_vectors",
1554  datatype,
1555  dataspace,
1556  H5P_DEFAULT, // Link creation property list
1557  H5P_DEFAULT, // Dataset creation property list
1558  H5P_DEFAULT); // Dataset access property list
1559  //std::cout << "In SequenceOfVectors<V,M>::unifiedWriteContents(): h5 case, data set created" << std::endl;
1560 
1561  struct timeval timevalBegin;
1562  int iRC = UQ_OK_RC;
1563  iRC = gettimeofday(&timevalBegin,NULL);
1564  if (iRC) {}; // just to remover compiler warning
1565 
1566  //double* dataOut[numParams]; // avoid compiler warning
1567  std::vector<double*> dataOut((size_t) numParams,NULL);
1568  dataOut[0] = (double*) malloc(numParams*chainSize*sizeof(double));
1569  for (unsigned int i = 1; i < numParams; ++i) { // Yes, from '1'
1570  dataOut[i] = dataOut[i-1] + chainSize; // Yes, just 'chainSize', not 'chainSize*sizeof(double)'
1571  }
1572  //std::cout << "In SequenceOfVectors<V,M>::unifiedWriteContents(): h5 case, memory allocated" << std::endl;
1573  for (unsigned int j = 0; j < chainSize; ++j) {
1574  V tmpVec(*(m_seq[j]));
1575  for (unsigned int i = 0; i < numParams; ++i) {
1576  dataOut[i][j] = tmpVec[i];
1577  }
1578  }
1579  //std::cout << "In SequenceOfVectors<V,M>::unifiedWriteContents(): h5 case, memory filled" << std::endl;
1580 
1581  herr_t status;
1582  status = H5Dwrite(dataset,
1583  H5T_NATIVE_DOUBLE,
1584  H5S_ALL,
1585  H5S_ALL,
1586  H5P_DEFAULT,
1587  (void*) dataOut[0]);
1588  if (status) {}; // just to remover compiler warning
1589  //std::cout << "In SequenceOfVectors<V,M>::unifiedWriteContents(): h5 case, data written" << std::endl;
1590 
1591  double writeTime = MiscGetEllapsedSeconds(&timevalBegin);
1592  if ((m_env.subDisplayFile()) && (m_env.displayVerbosity() >= 2)) {
1593  *m_env.subDisplayFile() << "In SequenceOfVectors<V,M>::unifiedWriteContents()"
1594  << ": worldRank " << m_env.worldRank()
1595  << ", fullRank " << m_env.fullRank()
1596  << ", subEnvironment " << m_env.subId()
1597  << ", subRank " << m_env.subRank()
1598  << ", inter0Rank " << m_env.inter0Rank()
1599  << ", fileName = " << fileName
1600  << ", numParams = " << numParams
1601  << ", chainSize = " << chainSize
1602  << ", writeTime = " << writeTime << " seconds"
1603  << std::endl;
1604  }
1605 
1606  H5Dclose(dataset);
1607  //std::cout << "In SequenceOfVectors<V,M>::unifiedWriteContents(): h5 case, data set closed" << std::endl;
1608  H5Sclose(dataspace);
1609  //std::cout << "In SequenceOfVectors<V,M>::unifiedWriteContents(): h5 case, data space closed" << std::endl;
1610  H5Tclose(datatype);
1611  //std::cout << "In SequenceOfVectors<V,M>::unifiedWriteContents(): h5 case, data type closed" << std::endl;
1612  //free(dataOut[0]); // related to the changes above for compiler warning
1613  for (unsigned int tmpIndex = 0; tmpIndex < dataOut.size(); tmpIndex++) {
1614  free (dataOut[tmpIndex]);
1615  }
1616  }
1617  else {
1618  queso_error_msg("hdf file type not supported for multiple sub-environments yet");
1619  }
1620  }
1621 #endif
1622  else {
1623  queso_error_msg("invalid file type");
1624  }
1625 
1626  if ((m_env.subDisplayFile()) && (m_env.displayVerbosity() >= 10)) {
1627  *m_env.subDisplayFile() << "In SequenceOfVectors<V,M>::unifiedWriteContents()"
1628  << ": worldRank " << m_env.worldRank()
1629  << ", fullRank " << m_env.fullRank()
1630  << ", subEnvironment " << m_env.subId()
1631  << ", subRank " << m_env.subRank()
1632  << ", inter0Rank " << m_env.inter0Rank()
1633  //<< ", m_env.inter0Comm().NumProc() = " << m_env.inter0Comm().NumProc()
1634  << ", fileName = " << fileName
1635  << ", about to close file for r = " << r
1636  << std::endl;
1637  }
1638 
1639  m_env.closeFile(unifiedFilePtrSet,fileType);
1640 
1641  if ((m_env.subDisplayFile()) && (m_env.displayVerbosity() >= 10)) {
1642  *m_env.subDisplayFile() << "In SequenceOfVectors<V,M>::unifiedWriteContents()"
1643  << ": worldRank " << m_env.worldRank()
1644  << ", fullRank " << m_env.fullRank()
1645  << ", subEnvironment " << m_env.subId()
1646  << ", subRank " << m_env.subRank()
1647  << ", inter0Rank " << m_env.inter0Rank()
1648  //<< ", m_env.inter0Comm().NumProc() = " << m_env.inter0Comm().NumProc()
1649  << ", fileName = " << fileName
1650  << ", just closed file for r = " << r
1651  << std::endl;
1652  }
1653  } // if (m_env.openUnifiedOutputFile())
1654  } // if (m_env.inter0Rank() == (int) r)
1655  m_env.inter0Comm().Barrier();
1656  } // for r
1657 
1658  if (m_env.inter0Rank() == 0) {
1659  if ((fileType == UQ_FILE_EXTENSION_FOR_MATLAB_FORMAT) ||
1660  (fileType == UQ_FILE_EXTENSION_FOR_TXT_FORMAT)) {
1661  FilePtrSetStruct unifiedFilePtrSet;
1662  if (m_env.openUnifiedOutputFile(fileName,
1663  fileType,
1664  false, // Yes, 'writeOver = false' in order to close the array for matlab
1665  unifiedFilePtrSet)) {
1666 
1667  if (fileType == UQ_FILE_EXTENSION_FOR_MATLAB_FORMAT) {
1668  *unifiedFilePtrSet.ofsVar << "];\n";
1669  }
1670 
1671  m_env.closeFile(unifiedFilePtrSet,fileType);
1672  }
1673  }
1674  else if (fileType == UQ_FILE_EXTENSION_FOR_HDF_FORMAT) {
1675  // Do nothing
1676  }
1677  else {
1678  queso_error_msg("invalid file type");
1679  }
1680  }
1681  } // if (m_env.inter0Rank() >= 0)
1682 
1683  if ((m_env.subDisplayFile()) && (m_env.displayVerbosity() >= 10)) {
1684  *m_env.subDisplayFile() << "Leaving SequenceOfVectors<V,M>::unifiedWriteContents()"
1685  << ", fileName = " << fileName
1686  << std::endl;
1687  }
1688  //m_env.fullComm().Barrier(); // Dangerous to barrier on fullComm ... // prudenci-2011-01-17
1689 
1690  return;
1691 }
#define UQ_FILE_EXTENSION_FOR_MATLAB_FORMAT
Definition: Defines.h:102
unsigned int displayVerbosity() const
Definition: Environment.C:396
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
#define UQ_FILE_EXTENSION_FOR_TXT_FORMAT
Definition: Defines.h:103
int subRank() const
Access function for sub-rank.
Definition: Environment.C:241
#define queso_error_msg(msg)
Definition: asserts.h:47
int fullRank() const
Returns the process full rank.
Definition: Environment.C:222
void writeTxtHeader(std::ofstream &ofs, double sequenceSize, double vectorSizeLocal) const
Helper function to write plain txt info for vectors.
const VectorSpace< V, M > & m_vectorSpace
void writeUnifiedMatlabHeader(std::ofstream &ofs, double sequenceSize, double vectorSizeLocal) const
double MiscGetEllapsedSeconds(struct timeval *timeval0)
int inter0Rank() const
Returns the process inter0 rank.
Definition: Environment.C:261
bool openUnifiedOutputFile(const std::string &fileName, const std::string &fileType, bool writeOver, FilePtrSetStruct &filePtrSet) const
Opens a unified output file, that will contain data from all sub-environments.
Definition: Environment.C:668
void Barrier() const
Pause every process in *this communicator until all the processes reach this point.
Definition: MpiComm.C:164
void closeFile(FilePtrSetStruct &filePtrSet, const std::string &fileType) const
Closes the file.
Definition: Environment.C:1026
const int UQ_OK_RC
Definition: Defines.h:89
unsigned int subSequenceSize() const
Size of the sub-sequence of vectors.
std::ofstream * subDisplayFile() const
Access function for m_subDisplayFile (displays file on stream).
Definition: Environment.C:274
#define UQ_FILE_EXTENSION_FOR_HDF_FORMAT
Definition: Defines.h:104
unsigned int subId() const
Access function to the number of each sub-environment Id: m_subId.
Definition: Environment.C:295
int NumProc() const
Returns total number of processes.
Definition: MpiComm.C:123
const MpiComm & inter0Comm() const
Access function for MpiComm inter0-communicator.
Definition: Environment.C:267
int worldRank() const
Returns the process world rank.
Definition: Environment.C:216
std::vector< const V * > m_seq
Sequence of vectors.
template<class V , class M >
void QUESO::SequenceOfVectors< V, M >::writeSubMatlabHeader ( std::ofstream &  ofs,
double  sequenceSize,
double  vectorSizeLocal 
) const
private

Helper function to write matlab-specific header info for vectors.

Definition at line 1383 of file SequenceOfVectors.C.

1385 {
1386  ofs << m_name << "_sub" << m_env.subIdString() << " = zeros(" << sequenceSize
1387  << "," << vectorSizeLocal
1388  << ");"
1389  << std::endl;
1390  ofs << m_name << "_sub" << m_env.subIdString() << " = [";
1391 }
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
const BaseEnvironment & m_env
const std::string & subIdString() const
Access to the attribute m_subIdString; which stores the string for the sub-environment, and it will be used, for instance, to create the output files for each sub-environment.
Definition: Environment.C:301
template<class V , class M >
void QUESO::SequenceOfVectors< V, M >::writeTxtHeader ( std::ofstream &  ofs,
double  sequenceSize,
double  vectorSizeLocal 
) const
private

Helper function to write plain txt info for vectors.

Definition at line 1407 of file SequenceOfVectors.C.

1409 {
1410  ofs << sequenceSize << " " << vectorSizeLocal
1411  << std::endl;
1412 }
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.
template<class V , class M >
void QUESO::SequenceOfVectors< V, M >::writeUnifiedMatlabHeader ( std::ofstream &  ofs,
double  sequenceSize,
double  vectorSizeLocal 
) const
private

Definition at line 1395 of file SequenceOfVectors.C.

1397 {
1398  ofs << m_name << "_unified" << " = zeros(" << sequenceSize
1399  << "," << vectorSizeLocal
1400  << ");"
1401  << std::endl;
1402  ofs<< m_name << "_unified" << " = [";
1403 }
unsigned int vectorSizeLocal() const
Local dimension (size) of the vector space.

Member Data Documentation

template<class V = GslVector, class M = GslMatrix>
std::vector<const V*> QUESO::SequenceOfVectors< V, M >::m_seq
private

Sequence of vectors.

Definition at line 435 of file SequenceOfVectors.h.

Referenced by QUESO::SequenceOfVectors< V, M >::copy().


The documentation for this class was generated from the following files:

Generated on Fri Jun 17 2016 14:10:52 for queso-0.54.0 by  doxygen 1.8.5