parameters

open override fun parameters(params: DoubleArray)

Sets the parameters of the truncated distribution normal mean = parameter0 normal variance = parameters1 lower limit = parameters2 upper limit = parameters3

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


open override fun parameters(): DoubleArray

Gets the parameters of the truncated distribution normal mean = parameter0 normal variance = parameters1 lower limit = parameters2 upper limit = parameters3

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