Guest User

Untitled

a guest
Mar 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. D(t)=D(t-1)+(1-P(t-1)/P'*alpha)
  2. P(t)=P(t-1)-(1-D(t-1)/D'*beta)+(1-R(t-1)/R'*gamma)
  3. R(t)=R(t-1)+(1-D(t-1)/D'*eta)
Add Comment
Please, Sign In to add comment