C1                package:calibrator                R Documentation

_M_a_t_r_i_x _o_f _d_i_s_t_a_n_c_e_s _f_r_o_m _D_1 _t_o _D_2

_D_e_s_c_r_i_p_t_i_o_n:

     Returns a matrix of distances from the code run points to the
     augmented observation points.  A wrapper for 'c1.fun()'.

_U_s_a_g_e:

     C1(D1, D2,  theta, phi)

_A_r_g_u_m_e_n_t_s:

      D1: D1

      D2: D2

   theta: Parameters

     phi: Hyperparameters

_A_u_t_h_o_r(_s):

     Robin K. S. Hankin

_R_e_f_e_r_e_n_c_e_s:

     "Bayesian calibration of computer models", M. C. Kennedy and A.
     O'Hagan 2001.  Journal of the Royal Statistical Society B, 63(3)
     pp425-464

     "Supplementary details on Bayesian calibration of computer
     models", M. C. Kennedy and A. O'Hagan 2001.   Internal report,
     University of Sheffield

_S_e_e _A_l_s_o:

     't.fun'

_E_x_a_m_p_l_e_s:

     data(toys)
     C1(D1=D1.toy, D2=D2.toy, theta=theta.toy, phi=phi.toy)

