Skip to content

Commit

Permalink
Fix invalid doi
Browse files Browse the repository at this point in the history
  • Loading branch information
mroavi committed Oct 2, 2023
1 parent e520183 commit eaaea56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ @article{lauritzen1988local
number = {2},
pages = {157-194},
keywords = {artificial intelligence, bayesian methods, causal markov random field, decomposable graphs, expert systems, local potentials, markov random field, maximum cardinality search, probabilistic reasoning, triangulated graphs},
doi = {https://doi.org/10.1111/j.2517-6161.1988.tb01721.x},
doi = {10.1111/j.2517-6161.1988.tb01721.x},
url = {https://rss.onlinelibrary.wiley.com/doi/abs/10.1111/j.2517-6161.1988.tb01721.x},
eprint = {https://rss.onlinelibrary.wiley.com/doi/pdf/10.1111/j.2517-6161.1988.tb01721.x},
abstract = {SUMMARY A causal network is used in a number of areas as a depiction of patterns of ‘influence’ among sets of variables. In expert systems it is common to perform ‘inference’ by means of local computations on such large but sparse networks. In general, non-probabilistic methods are used to handle uncertainty when propagating the effects of evidence, and it has appeared that exact probabilistic methods are not computationally feasible. Motivated by an application in electromyography, we counter this claim by exploiting a range of local representations for the joint probability distribution, combined with topological changes to the original network termed ‘marrying’ and ‘filling-in‘. The resulting structure allows efficient algorithms for transfer between representations, providing rapid absorption and propagation of evidence. The scheme is first illustrated on a small, fictitious but challenging example, and the underlying theory and computational aspects are then discussed.},
Expand Down

0 comments on commit eaaea56

Please sign in to comment.