parallel_dist: Parallel system distribution

View source: R/coherent_dist.R

parallel_distR Documentation

Parallel system distribution

Description

A parallel system fails only when all components fail. Equivalent to max(components) but preserves topology.

Usage

parallel_dist(components)

Arguments

components

List of dist objects.

Value

A parallel_dist inheriting from coherent_dist.


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