Weibull

constructor(shape: Double = 1.0, scale: Double = 1.0, name: String? = null)(source)

Parameters

shape

The shape parameter of the distribution

scale

The scale parameter of the distribution

name

an optional name/label


constructor(parameters: DoubleArray)(source)

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

Parameters

parameters

An array with the shape and scale