measles.R // needed for the Ensemble Kalman filter
// or other methods making real-valued perturbations to the state
// reulermultinom requires integer-valued double type for states
S[u] = S[u]>0 ? floor(S[u]) : 0;
E[u] = E[u]>0 ? floor(E[u]) : 0;
I[u] = I[u]>0 ? floor(I[u]) : 0;
R[u] = R[u]>0 ? floor(R[u]) : 0;
measles.R // needed for the Ensemble Kalman filter // or other methods making real-valued perturbations to the state // reulermultinom requires integer-valued double type for states S[u] = S[u]>0 ? floor(S[u]) : 0; E[u] = E[u]>0 ? floor(E[u]) : 0; I[u] = I[u]>0 ? floor(I[u]) : 0; R[u] = R[u]>0 ? floor(R[u]) : 0;
genkf.R pStop -> pomp:::pStop