This function validates the given parameters for calculating Weibull distribution.
Usage
validate_weibull_parameters(
given_first_quartile,
given_median,
threshold,
asymptote
)
Arguments
- given_first_quartile
The first quartile of the data.
- given_median
The median of the data.
- threshold
A constant threshold value.
- asymptote
A constant asymptote value (gamma).
Value
Boolean indicating whether the parameters are valid (TRUE) or not (FALSE).