Skip to content

Commit a17b9d5

Browse files
bsmith89twiecki
authored andcommitted
Swap in dx.doi.org "permanent" URLs (#1292)
Rather than a proprietary service like bit.ly, explicitly linking to DOIs is less at risk for breakage and abuse.
1 parent 5446efe commit a17b9d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pymc3/stats.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def autocov(x, lag=1):
7878
def dic(trace, model=None):
7979
"""
8080
Calculate the deviance information criterion of the samples in trace from model
81-
Read more theory here - in a paper by some of the leading authorities on Model Selection - http://bit.ly/1W2YJ7c
81+
Read more theory here - in a paper by some of the leading authorities on Model Selection - dx.doi.org/10.1111/1467-9868.00353
8282
"""
8383
model = modelcontext(model)
8484

@@ -98,7 +98,7 @@ def log_post_trace(trace, model):
9898
def waic(trace, model=None, n_eff=False):
9999
"""
100100
Calculate the widely available information criterion and the effective number of parameters of the samples in trace from model.
101-
Read more theory here - in a paper by some of the leading authorities on Model Selection - http://bit.ly/1W2YJ7c
101+
Read more theory here - in a paper by some of the leading authorities on Model Selection - dx.doi.org/10.1111/1467-9868.00353
102102
103103
Parameters
104104
----------
@@ -199,7 +199,7 @@ def loo(trace, model=None, n_eff=False):
199199
def bpic(trace, model=None):
200200
"""
201201
Calculates Bayesian predictive information criterion n of the samples in trace from model
202-
Read more theory here - in a paper by some of the leading authorities on Model Selection - http://bit.ly/1W2YJ7c
202+
Read more theory here - in a paper by some of the leading authorities on Model Selection - dx.doi.org/10.1111/1467-9868.00353
203203
"""
204204
model = modelcontext(model)
205205

0 commit comments

Comments
 (0)