Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
R 0.33 KB | None | 0 0
  1. for (i in X) {
  2.   for (j in coeffic) {
  3.       Wy_xR1[i][j] = 1/(SigmY * sqrt(1 - R[1]^2)* sqrt(2 * pi)) *
  4.         exp(1)^(-((((My_xR1 - coeffic[j] * SigmY) - My_xR1)^2)/(2 * Dy_xR1)))
  5.       Wy_xR2[i][j] = 1/(SigmY * sqrt(1 - R[2]^2)* sqrt(2 * pi)) *
  6.         exp(1)^(-((((My_xR2 - coeffic[j] * SigmY) - My_xR2)^2)/(2 * Dy_xR2)))
  7.   }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement