parameters

open override fun parameters(params: DoubleArray)

Sets the parameters for the distribution where parameters0 is the lower limit and parameters1 is the upper limit of the range. the lower limit must be < upper limit

Parameters

params

an array of doubles representing the parameters for the distribution


open override fun parameters(): DoubleArray

Gets the parameters for the distribution where parameters0 is the lower limit and parameters1 is the upper limit of the range.

Return

Returns an array of the parameters for the distribution