25 #ifndef UQ_TRANSFORMED_SCALEDCOV_TK_GROUP_H
26 #define UQ_TRANSFORMED_SCALEDCOV_TK_GROUP_H
28 #include <queso/TKGroup.h>
29 #include <queso/VectorRV.h>
30 #include <queso/ScalarFunctionSynchronizer.h>
31 #include <queso/InvLogitGaussianVectorRV.h>
47 template <
class V = GslVector,
class M = GslMatrix>
71 const std::vector<unsigned int> & stageIds);
103 void print(std::ostream & os)
const;
110 V & transformedPoint)
const;
130 #endif // UQ_TRANSFORMED_SCALEDCOV_TK_GROUP_H
const BoxSubset< V, M > & m_boxSubset
A class representing a (transformed) Gaussian vector RV with bounds.
virtual unsigned int set_dr_stage(unsigned int stageId)
Does nothing. Subclasses may re-implement. Returns the current stage id.
virtual void cleanCovMatrix()
void updateLawCovMatrix(const M &covMatrix)
Scales the covariance matrix of the underlying Gaussian distribution.
void clearPreComputingPositions()
Clears the pre-computing positions m_preComputingPositions[stageId].
void print(std::ostream &os) const
TODO: Prints the transition kernel.
This class represents a transition kernel with a scaled covariance matrix on hybrid bounded/unbounded...
bool symmetric() const
Whether or not the matrix is symmetric. Always 'false'.
virtual bool covMatrixIsDirty()
bool setPreComputingPosition(const V &position, unsigned int stageId)
Sets the pre-computing positions m_preComputingPositions[stageId] with a new vector of size position...
Class representing a subset of a vector space shaped like a hypercube.
const InvLogitGaussianVectorRV< V, M > & rv(unsigned int stageId) const
InvLogitGaussian increment property to construct a transition kernel.
void setRVsWithZeroMean()
Sets the mean of the underlying Gaussian RVs to zero.
~TransformedScaledCovMatrixTKGroup()
Destructor.
This base class allows the representation of a transition kernel.
TransformedScaledCovMatrixTKGroup(const char *prefix, const BoxSubset< V, M > &boxSubset, const std::vector< double > &scales, const M &covMatrix)
Default constructor.
void transformToGaussianSpace(const V &physicalPoint, V &transformedPoint) const