Learn R Programming

ARCokrig (version 0.1.2)

Autoregressive Cokriging Models for Multifidelity Codes

Description

For emulating multifidelity computer models. The major methods include univariate autoregressive cokriging and multivariate autoregressive cokriging. The autoregressive cokriging methods are implemented for both hierarchically nested design and non-nested design. For hierarchically nested design, the model parameters are estimated via standard optimization algorithms; For non-nested design, the model parameters are estimated via Monte Carlo expectation-maximization (MCEM) algorithms. In both cases, the priors are chosen such that the posterior distributions are proper. Notice that the uniform priors on range parameters in the correlation function lead to improper posteriors. This should be avoided when Bayesian analysis is adopted. The development of objective priors for autoregressive cokriging models can be found in Pulong Ma (2020) . The development of the multivariate autoregressive cokriging models with possibly non-nested design can be found in Pulong Ma, Georgios Karagiannis, Bledar A Konomi, Taylor G Asher, Gabriel R Toro, and Andrew T Cox (2019) .

Copy Link

Version

Install

install.packages('ARCokrig')

Monthly Downloads

235

Version

0.1.2

License

GPL (>= 2)

Maintainer

Pulong Ma

Last Published

December 2nd, 2021

Functions in ARCokrig (0.1.2)

cokm.predict

Prediction at new inputs in the autoregressive cokriging model
mvcokm.predict

Prediction at new inputs in autoregressive cokriging models for multivarite output
mvcokm.param

Get model parameters in autoregressive cokriging models for multivarite output
mvcokm.condsim

Conditional simulation at new inputs in autoregressive cokriging models for multivarite output
mvcokm.fit

fit the autoregressive cokriging model for multivariate output
cokm.condsim

Conditional simulation at new inputs in the autoregressive cokriging model
cokm.param

Get model parameters in the autoregressive cokriging model
mvcokm-class

mvcokm Class
cokm.fit

fit the autoregressive cokriging model
cokm

Construct the cokm object
ARCokrig

Fit the AR-Cokriging model and make predictions
CRPS

Compute continous rank probability score for normal distributions
cokm-class

cokm Class
mvcokm

Construct the mvcokm object