Go to the source code of this file.
Functions | |
template<typename MeanType , typename KernelType > | |
std::shared_ptr< GaussianProcess > | BuildGP (MeanType const &mu, KernelType const &kernel) |
template<typename MeanType , typename KernelType > | |
std::shared_ptr< GaussianProcess > | BuildStateSpaceGP (MeanType const &mu, KernelType const &kernel) |
int | main () |
std::shared_ptr<GaussianProcess> BuildGP | ( | MeanType const & | mu, |
KernelType const & | kernel | ||
) |
Definition at line 15 of file GaussianProcess_CO2.cpp.
std::shared_ptr<GaussianProcess> BuildStateSpaceGP | ( | MeanType const & | mu, |
KernelType const & | kernel | ||
) |
Definition at line 21 of file GaussianProcess_CO2.cpp.
References nlohmann::detail::dtoa_impl::e.
Referenced by main().
int main | ( | ) |
Definition at line 29 of file GaussianProcess_CO2.cpp.
References BuildStateSpaceGP(), nlohmann::detail::dtoa_impl::k, and muq::Utilities::OpenFile().