Weibull

constructor(parameters: DoubleArray)

Constructs a weibull distribution with shape = parameters0 and scale = parameters1

Parameters

parameters

An array with the shape and scale


constructor(theShape: Double = 1.0, theScale: Double = 1.0, name: String? = null)

Parameters

theShape

The shape parameter of the distribution

theScale

The scale parameter of the distribution

name

an optional name/label