parameters

fun parameters(theShape: Double, theScale: Double)(source)

Sets the parameters

Parameters

theShape

The shape parameter must > 0.0

theScale

The scale parameter must be > 0.0


open override fun parameters(params: DoubleArray)(source)

Sets the parameters for the distribution with shape = parameters0 and scale = parameters1

Parameters

params

an array of doubles representing the parameters for the distribution


open override fun parameters(): DoubleArray(source)

Gets the parameters for the distribution

Return

Returns an array of the parameters for the distribution