D_BCS: The spread (S) part of the Bhattacharyya coefficient (BC)...

View source: R/D_BCS.R

D_BCSR Documentation

The spread (S) part of the Bhattacharyya coefficient (BC) between two normal densities

Description

Computes the Bhattacharyya coefficient (the spread-part) between two normal densities with standard deviations sdb and sdw.

Usage

D_BCS(sdb, sdw)

Arguments

sdb

standard deviation of the first (base) normal density

sdw

standard deviation of the second (weighted) normal density

Details

The function returns the spread-part of the BC under normal approximation according to Roos et al. (2021). This part quantifies the spread modification.

Value

A numeric value

References

Roos, M., Hunanyan, S., Bakka, H., Rue, H. (2021). Sensitivity and identification quantification by a relative latent model complexity perturbation in the Bayesian meta-analysis. Biometrical Journal. URL https://doi.org/10.1002/bimj.202000193

See Also

D_H2, D_BCL

Examples

D_BCS(sdb=0.3, sdw=0.32)

hunansona/ed4bhm documentation built on June 15, 2022, 6:42 p.m.