parameters

fun parameters(alphaShape: Double, betaShape: Double, theMinimum: Double = min, theMaximum: Double = max)

Changes the parameters to the supplied values

Parameters

alphaShape

the alpha shape parameter

betaShape

the beta shape parameter

theMinimum

the minimum of the range

theMaximum

the maximum of the range


open override fun parameters(params: DoubleArray)

Changes the parameters to the supplied values params0 the alpha shape parameter params1the beta shape parameter params2 the minimum of the range params3 the maximum of the range


open override fun parameters(): DoubleArray

Returns the parameters as an array params0 the alpha shape parameter params1the beta shape parameter params2 the minimum of the range params3 the maximum of the range