Skip to contents

Returns the number of components m in the k-out-of-n system.

Usage

# S3 method for class 'kofn'
ncomponents(x, ...)

Arguments

x

A kofn model object.

...

Additional arguments (ignored).

Value

Integer number of components.

Examples

ncomponents(kofn(k = 5, m = 5, component = dfr_exponential()))
#> Error in ncomponents(kofn(k = 5, m = 5, component = dfr_exponential())): could not find function "ncomponents"