rmeasure-pomp              package:pomp              R Documentation

_S_i_m_u_l_a_t_e _t_h_e _m_e_a_s_u_r_e_m_e_n_t _m_o_d_e_l _o_f _a _p_a_r_t_i_a_l_l_y-_o_b_s_e_r_v_e_d _M_a_r_k_o_v _p_r_o_c_e_s_s

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

     The method 'rmeasure' draws from the distribution of measurements
     given the state of the system. This function is part of the
     low-level interface to 'pomp' objects. This help page does not
     give instructions on the implementation of models: see 'pomp' for
     instructions.

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

     rmeasure(object, x, times, params, ...)
     ## S4 method for signature 'pomp':
     rmeasure(object, x, times, params, ...)

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

  object: an object of class 'pomp'.

       x: a rank-3 array containing the states of the unobserved
          process. The dimensions of 'x' are 'nvars' x 'nreps' x
          'ntimes', where 'nvars' is the number of state variables,
          'nreps' is the number of simulations, and 'ntimes' is the
          number of distinct times. 

   times: a numerical vector containing the times at which the
          measurements are to be made. 

  params: a rank-2 array (dimensions 'npars' x 'nreps') of parameters
          with the parameters corresponding to the columns of 'x'. 

     ...: at present, these are ignored. 

_D_e_t_a_i_l_s:

     This function is essentially a wrapper around the user-supplied
     'rmeasure' slot of the 'pomp' object. For specifications on
     writing such a function, see 'pomp'.

_V_a_l_u_e:

     Returns a rank-3 array of dimensions 'nobs' x 'nreps' x 'ntimes',
     where 'nobs' is the number of observed variables.

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

     Aaron A. King kingaa at umich dot edu

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

     'pomp-class', 'pomp'

