parameters

fun parameters(alphaShape: Double, betaShape: Double)

Changes the parameters to the supplied values

Parameters

alphaShape

the first shape parameter

betaShape

the second shape parameter


open override fun parameters(params: DoubleArray)

Changes the parameters to the supplied values params0 the alpha shape parameter params1the beta shape parameter


open override fun parameters(): DoubleArray

Returns the parameters of the distribution.

params0 the alpha shape parameter params1the beta shape parameter