Skip to content

Commit

Permalink
aicw -> akaike
Browse files Browse the repository at this point in the history
  • Loading branch information
scwolof committed Sep 5, 2018
1 parent 2a77ab5 commit bfe6f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/case_study.py
Expand Up @@ -9,7 +9,7 @@
from GPdoemd.param_covar import laplace_approximation
from GPdoemd.design_criteria import HR, BH, BF, AW, JR
from GPdoemd.case_studies.analytic import mixing
from GPdoemd.discrimination_criteria import aicw
from GPdoemd.discrimination_criteria import akaike



Expand Down Expand Up @@ -262,7 +262,7 @@ def training_data (model):
mu[:,i], s2[:,i] = taylor_first_order( M, X )

# Compute normalised Akaike weights
pis = aicw(Y, mu, s2, D)
pis = akaike(Y, mu, s2, D)
print( " - Normalised Akaike weights" )
for M, p in zip(Ms, pis):
print( "%s: %.5f" % (M.name, p) )
Expand Down

0 comments on commit bfe6f48

Please sign in to comment.