parameters

open override fun parameters(params: DoubleArray)

Sets the parameters for the distribution params0 min The minimum value of the distribution params1 mode The mode of the distribution params2 max The maximum value of the distribution

Parameters

params

an array of doubles representing the parameters for the distribution


open override fun parameters(): DoubleArray

Gets the parameters for the distribution params0 min The minimum value of the distribution params1 mode The mode of the distribution params2 max The maximum value of the distribution

Return

Returns an array of the parameters for the distribution