reliability: System reliability polynomial

View source: R/generics.R

reliability.dist_structureR Documentation

System reliability polynomial

Description

R(p) = E[phi(X)] where X_j ~ Bernoulli(p_j) independent. The multilinear extension of phi to component reliabilities.

Usage

## S3 method for class 'dist_structure'
reliability(x, p)

reliability(x, p)

Arguments

x

A dist_structure object.

p

Numeric vector of length ncomponents(x) or a scalar recycled to all components; values in ⁠[0, 1]⁠.

Value

Numeric scalar in ⁠[0, 1]⁠.


dist.structure documentation built on May 13, 2026, 1:07 a.m.