One-dimensional interpolation by Kriging. More...
#include <iostream>
#include <string>
#include <gsl/gsl_sf_erf.h>
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/operation.hpp>
#include <boost/numeric/ublas/vector_proxy.hpp>
#include <o2scl/interp.h>
#include <o2scl/lu.h>
#include <o2scl/columnify.h>
#include <o2scl/vector.h>
#include <o2scl/vec_stats.h>
#include <o2scl/mmin_bfgs2.h>
#include <o2scl/constants.h>
Go to the source code of this file.
Classes | |
class | o2scl::interp_krige< vec_t, vec2_t, covar_func_t, covar_integ_t > |
Interpolation by Kriging with a user-specified covariance function. More... | |
class | o2scl::interp_krige_optim< vec_t, vec2_t > |
One-dimensional interpolation using an optimized covariance function. More... | |
Namespaces | |
o2scl | |
The main O2scl namespace. | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).