| dual.coherent_dist | R Documentation |
Overrides the lazy-wrapper default with a proper coherent_dist:
min_paths(dual(x)) = min_cuts(x).
Returns a dual_of_system object carrying the original structure.
phi_dual(state) = 1 - phi(original, 1 - state) is evaluated on demand.
All other generics fall through to dist_structure defaults.
The dual structure satisfies phi_dual(state) = 1 - phi(1 - state). The
dual of a series system is parallel; the dual of k-out-of-n is
(n - k + 1)-out-of-n.
## S3 method for class 'coherent_dist'
dual(x)
## S3 method for class 'dist_structure'
dual(x)
## S3 method for class 'dual_of_system'
dual(x)
dual(x)
x |
A dist_structure object. |
A dist_structure object representing the dual.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.