Creates an S3 object representing a Weibull distribution with the given shape and scale parameters. The Weibull PDF is f(t)=(shape/scale)(t/scale)shape−1exp(−(t/scale)shape)
weibull_dist(shape, scale)A weibull_dist object with classes
c("weibull_dist", "univariate_dist", "continuous_dist", "dist").