SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
PolynomialChaosExpansion.hpp File Reference
#include <sgpp/base/datatypes/DataVector.hpp>
#include <sgpp/base/grid/generation/functors/SurplusRefinementFunctor.hpp>
#include <sgpp/base/operation/BaseOpFactory.hpp>
#include <sgpp/base/tools/DistributionBeta.hpp>
#include <sgpp/base/tools/DistributionNormal.hpp>
#include <sgpp/base/tools/DistributionTruncExponential.hpp>
#include <sgpp/base/tools/DistributionTruncGamma.hpp>
#include <sgpp/base/tools/DistributionUniform.hpp>
#include <sgpp/base/tools/DistributionsVector.hpp>
#include <sgpp/base/tools/GridPrinter.hpp>
#include <sgpp/base/tools/sle/solver/Eigen.hpp>
#include <sgpp/base/tools/sle/system/HierarchisationSLE.hpp>
#include <algorithm>
#include <cmath>
#include <cstddef>
#include <functional>
#include <iostream>
#include <map>
#include <memory>
#include <numeric>
#include <random>
#include <string>
#include <utility>
#include <vector>

Classes

class  sgpp::datadriven::PolynomialChaosExpansion
 a PCE object providing different methods to calculate the PCE coefficients and evaluating the expansion More...
 

Namespaces

namespace  sgpp
 Class that stores, generates and manipulates a density function during online phase in on/off learning.
 
namespace  sgpp::datadriven
 

Enumerations

enum class  sgpp::datadriven::distributionType {
  sgpp::datadriven::Normal , sgpp::datadriven::Beta , sgpp::datadriven::Uniform , sgpp::datadriven::Exponential ,
  sgpp::datadriven::Gamma
}