R/get_mean.R

Defines functions get_mean

get_mean<-function(single_joint_mean, obs_data, forward, backward, LL, emission_matrix){
      out<-.Call( "get_mean", single_joint_mean, obs_data, forward, backward, LL, emission_matrix)
     return(out)
}
      

Try the cthmm package in your browser

Any scripts or data that you put into this service are public.

cthmm documentation built on May 2, 2019, 5:46 p.m.