Skip to contents

Returns a character vector listing the assumptions made by the exponential k-out-of-n likelihood model.

Usage

# S3 method for class 'exp_kofn'
assumptions(model, ...)

Arguments

model

An exp_kofn object created by kofn().

...

Additional arguments (ignored).

Value

Character vector of assumptions.

Examples

model <- kofn(k = 3, m = 3, component = dfr_exponential())
#> Error in dfr_exponential(): could not find function "dfr_exponential"
assumptions(model)
#> Error: object 'model' not found