parameters

open override fun parameters(params: DoubleArray)

Sets the parameters of the truncated distribution cdfLL = parameter0 cdfUL = parameters1 truncLL = parameters2 truncUL = parameters3

any other values in the array should be interpreted as the parameters for the underlying distribution


open override fun parameters(): DoubleArray

Get the parameters for the truncated distribution

cdfLL = parameter0 cdfUL = parameters1 truncLL = parameters2 truncUL = parameters3

any other values in the array should be interpreted as the parameters for the underlying distribution