]> git.sesse.net Git - wloh/history - bayeswf.cpp
Compute and calculate standard deviations.
[wloh] / bayeswf.cpp
2012-03-18 Steinar H. GundersonCompute and calculate standard deviations.
2012-03-18 Steinar H. GundersonRemove individual sigmas.
2012-03-18 Steinar H. GundersonMake the Hessian calculation use the new all_matches...
2012-03-18 Steinar H. GundersonStore a vector of all matches; 90% of the time was...
2012-03-18 Steinar H. GundersonFix update_prior_sigma(); it should not have anything...
2012-03-18 Steinar H. GundersonCompute and store total log-likelihood of model.
2012-03-18 Steinar H. GundersonAdd an optional prior weight. Does not seem to give...
2012-03-18 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/wloh
2012-03-18 Steinar H. GundersonMinor constantification.
2012-03-18 Steinar H. GundersonAdd an option to dump out the raw scores, for observati...
2012-03-18 Steinar H. GundersonAdd an option to dump out the raw scores, for observati...
2012-03-17 Steinar H. GundersonMake update_prior_sigma care about weight.
2012-03-17 Steinar H. GundersonOptimize for the prior sigma, and stop renormalizing...
2012-03-17 Steinar H. GundersonAdd a prior, to smooth out the mu a bit.
2012-03-17 Steinar H. GundersonMake the output more machine-friendly.
2012-03-17 Steinar H. GundersonDon't print out Hessian by default.
2012-03-17 Steinar H. GundersonTake weight into account in Hessian.
2012-03-17 Steinar H. GundersonCompute the Hessian instead of the Fisher information...
2012-03-17 Steinar H. GundersonOptimize global sigma.
2012-03-16 Steinar H. GundersonAdd weight to all matches, and optimize mu based on it.
2012-03-16 Steinar H. GundersonUse sum-of-squares instead absolute-single-greatest...
2012-03-16 Steinar H. Gundersonsizeof() should be concrete variables when possible.
2012-03-16 Steinar H. GundersonIncrease the max number of iterations a bit.
2012-03-16 Steinar H. GundersonOnly dump scores once, at the very end.
2012-03-16 Steinar H. GundersonMore sensible dumping.
2012-03-16 Steinar H. GundersonIncrease MAX_PLAYERS a lot.
2012-03-16 Steinar H. GundersonInitial commit.