Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

SynthETIC (version 1.1.0)

get_Weibull_parameters: Estimating Weibull Parameters

Description

Returns the Weibull shape and scale parameters given the mean and the CoV of the target Weibull distribution.

Usage

get_Weibull_parameters(target_mean, target_cv)

Arguments

target_mean

mean of the target Weibull distribution.

target_cv

CoV of the target Weibull distribution.

Examples

Run this code
get_Weibull_parameters(target_mean = 100000, target_cv = 0.60)
get_Weibull_parameters(target_mean = c(100000, 200000, 300000),
                       target_cv = 0.60)

Run the code above in your browser using DataLab