Roadmap.jl icon indicating copy to clipboard operation
Roadmap.jl copied to clipboard

A centralized location for planning the direction of JuliaStats

Results 11 Roadmap.jl issues
Sort by recently updated
recently updated
newest added

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...