Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. exp = Expectation[
  2. Abs[x] Abs[y], {x, y} [Distributed]
  3. MultinormalDistribution[{0, 0}, {{a, c}, {c, b}}]]// FullSimplify[#, c > 0] &;
  4.  
  5. expN =
  6. Expectation[
  7. Abs[x] Abs[y], {x, y} [Distributed]
  8. MultinormalDistribution[{0, 0}, {{1, 1/4}, {1/4, 2}}]] // N
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement