Hi,
I want to build a GUI with a combobox which I want to associate with distributions and the parameters can be changed. for example combobox has the following options 1. normal(mean-std dev), option 2. weibull (location-scale-shape), lognormal mean dest dev (mean-std dev). When the user chooses one of these 3 distributions, he can enter the parameters that define said distribution. If he chooses Weibull, the parameters to enter would be location, scale and shape. In this case I want to implement it for the MTBF MTTR times
I would appreciate it very much.