JuliaStats / Roadmap.jl

A centralized location for planning the direction of JuliaStats
35 stars 3 forks source link

Generalized Likelihood Maximization / Score Functions #5

Open patrickeganfoley opened 10 years ago

patrickeganfoley commented 10 years ago

I'm writing some code for a special case of generalized likelihood maximization. To do this, I have functions

score(noise::Distribution, theta, observations)

and

information(noise::Distribution, theta, observations)

which implement the first and second derivative of a distribution's loglikelihood w/r/t its parameters. I use these so I can run a version of Fisher Scoring on several models. Are there plans to include first and second derivatives in some part of Stats in Julia?

johnmyleswhite commented 10 years ago

This could be cool to do.