Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Statistics   (RSS)

Bayesian inference in F# – Part IIb – Finding Maia underlying attitude

Other parts: Part I – Background Part II – A simple example – modeling Maia The previous post ended on this note. let MaiaJointProb attitude action = match attitude with | Happy -> happyActions |> List.assoc action | UnHappy -> unHappyActions
Posted by lucabol | 1 Comments
Filed under: ,

Bayesian inference in F# - Part IIa - A simple example - modeling Maia

Other parts: Part I - Background Part IIb - Finding Maia underlying attitude Let's start with a simple example: inferring the underlying attitude of a small baby by observing her actions. Let's call this particular small baby Maia. People always asks
Posted by lucabol | 2 Comments
Filed under: ,

Bayesian inference in F# - Part I - Background

Other posts: Part IIa - A simple example - modeling Maia Part IIb - Finding Maia underlying attitude My interest in Bayesian inference comes from my dissatisfaction with 'classical' statistics. Whenever I want to know something, for example the probability
Posted by lucabol | 8 Comments
Filed under: ,
 
Page view tracker