Learn R Programming

bnmonitor (version 0.2.2)

mean_var: Standard variation of the mean vector

Description

Computation of an updated GBN object after a variation of the mean vector.

Usage

mean_var(gbn, entry, delta)

Value

An object of class GBN with an updated mean vector.

Arguments

gbn

object of class GBN.

entry

an index specifying the entry of the mean vector to vary.

delta

additive variation coefficient for the entry of the mean vector given in entry.

Details

Let the original Bayesian network have a Normal distribution \(\mathcal{N}(\mu,\Sigma)\) and let entry be equal to \(i\). Let \(\mu_i\) be the i-th entry of \(\mu\). For a variation of the mean by an amount \(\delta\) the resulting distribution is \(\mathcal{N}(\mu',\Sigma)\), where \(\mu'\) is equal to \(\mu\) except for the i-th entry which is equal to \(\mu+\delta\).

References

Gómez-Villegas, M. A., Maín, P., & Susi, R. (2007). Sensitivity analysis in Gaussian Bayesian networks using a divergence measure. Communications in Statistics—Theory and Methods, 36(3), 523-539.

Gómez-Villegas, M. A., Main, P., & Susi, R. (2013). The effect of block parameter perturbations in Gaussian Bayesian networks: Sensitivity and robustness. Information Sciences, 222, 439-458.

See Also

covariance_var

Examples

Run this code
mean_var(synthetic_gbn,2,3)

Run the code above in your browser using DataLab