edge_strength | R Documentation |
Computation of the measure of edge strength for all edges in a Bayesian networks
edge_strength(bnfit)
bnfit |
object of class |
The measure of edge strength is defined as the largest diameter out of all conditional probability tables where all other parents but the considered one are fixed to a specific combination.
A dataframe with first two columns the edge list of the bn.fit
input object. The third column Edge.Strength
reports the measure of edge strength.
Leonelli, M., Smith, J. Q., & Wright, S. K. (2024). The diameter of a stochastic matrix: A new measure for sensitivity analysis in Bayesian networks. arXiv preprint arXiv:2407.04667.
diameter
edge_strength(travel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.