Returns the number of components m in the k-out-of-n system.
Usage
# S3 method for class 'kofn'
ncomponents(x, ...)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"