fastbnns.analysis package

Submodules

fastbnns.analysis.statistics module

Helpers for statistical analysis of BNNs.

fastbnns.analysis.statistics.compute_coverage(observations: Tensor, mu: Tensor = tensor(0.), sigma: Tensor = tensor(1.), alphas: Tensor = tensor([1.])) Tensor[source]

Compute the coverage of alpha confidence intervals of a Gaussian.

Module contents