├── LICENSE ├── README.md ├── cokriging.m ├── cokriging2.m ├── cokrigingExample.m ├── dace ├── Contents.m ├── Exponential Correlation.fig ├── Exponential Correlation.pdf ├── Gaussian Correlation.fig ├── Gaussian Correlation.pdf ├── Linear Correlation.fig ├── Linear Correlation.pdf ├── Raw Data Pre-Kriging.fig ├── Raw Data Pre-Kriging.pdf ├── Spline Correlation.fig ├── Spline Correlation.pdf ├── changelog ├── corrcubic.m ├── correxp.m ├── correxpg.m ├── corrgauss.m ├── corrlin.m ├── corrspherical.m ├── corrspline.m ├── dace.pdf ├── dacefit.m ├── data1.mat ├── dsmerge.m ├── gridsamp.m ├── lhsamp.m ├── predictor.m ├── regpoly0.m ├── regpoly1.m └── regpoly2.m ├── krigingExample.pdf ├── predict_cok.m └── predict_cok2.m /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/README.md -------------------------------------------------------------------------------- /cokriging.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/cokriging.m -------------------------------------------------------------------------------- /cokriging2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/cokriging2.m -------------------------------------------------------------------------------- /cokrigingExample.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/cokrigingExample.m -------------------------------------------------------------------------------- /dace/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/Contents.m -------------------------------------------------------------------------------- /dace/Exponential Correlation.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/Exponential Correlation.fig -------------------------------------------------------------------------------- /dace/Exponential Correlation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/Exponential Correlation.pdf -------------------------------------------------------------------------------- /dace/Gaussian Correlation.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/Gaussian Correlation.fig -------------------------------------------------------------------------------- /dace/Gaussian Correlation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/Gaussian Correlation.pdf -------------------------------------------------------------------------------- /dace/Linear Correlation.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/Linear Correlation.fig -------------------------------------------------------------------------------- /dace/Linear Correlation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/Linear Correlation.pdf -------------------------------------------------------------------------------- /dace/Raw Data Pre-Kriging.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/Raw Data Pre-Kriging.fig -------------------------------------------------------------------------------- /dace/Raw Data Pre-Kriging.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/Raw Data Pre-Kriging.pdf -------------------------------------------------------------------------------- /dace/Spline Correlation.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/Spline Correlation.fig -------------------------------------------------------------------------------- /dace/Spline Correlation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/Spline Correlation.pdf -------------------------------------------------------------------------------- /dace/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/changelog -------------------------------------------------------------------------------- /dace/corrcubic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/corrcubic.m -------------------------------------------------------------------------------- /dace/correxp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/correxp.m -------------------------------------------------------------------------------- /dace/correxpg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/correxpg.m -------------------------------------------------------------------------------- /dace/corrgauss.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/corrgauss.m -------------------------------------------------------------------------------- /dace/corrlin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/corrlin.m -------------------------------------------------------------------------------- /dace/corrspherical.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/corrspherical.m -------------------------------------------------------------------------------- /dace/corrspline.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/corrspline.m -------------------------------------------------------------------------------- /dace/dace.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/dace.pdf -------------------------------------------------------------------------------- /dace/dacefit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/dacefit.m -------------------------------------------------------------------------------- /dace/data1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/data1.mat -------------------------------------------------------------------------------- /dace/dsmerge.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/dsmerge.m -------------------------------------------------------------------------------- /dace/gridsamp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/gridsamp.m -------------------------------------------------------------------------------- /dace/lhsamp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/lhsamp.m -------------------------------------------------------------------------------- /dace/predictor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/predictor.m -------------------------------------------------------------------------------- /dace/regpoly0.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/regpoly0.m -------------------------------------------------------------------------------- /dace/regpoly1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/regpoly1.m -------------------------------------------------------------------------------- /dace/regpoly2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/dace/regpoly2.m -------------------------------------------------------------------------------- /krigingExample.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/krigingExample.pdf -------------------------------------------------------------------------------- /predict_cok.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/predict_cok.m -------------------------------------------------------------------------------- /predict_cok2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rckitson/cokriging/HEAD/predict_cok2.m --------------------------------------------------------------------------------