Advertisement
Guest User

Untitled

a guest
Oct 24th, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. dist = NormalDistribution[\[Mu][\[Alpha]], \[Delta][\[Alpha]]]; f =
  2. PDF[dist, x]; h = FullSimplify[Dt[Log[f], {\[Alpha], 2}]];
  3. h = FullSimplify[h //. {Dt[x, _] :> 0}];
  4. fim = Expectation[-h, x \[Distributed] dist]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement