LogisticFunction

constructor(pair: Pair<Double, Double>)

Parameters

pair

is location, scale


constructor(data: DoubleArray)

Estimates the location and scale from the data

Parameters

data

there must be at least two observations


constructor(location: Double = 0.0, scale: Double = 1.0)

Parameters

location

the location of the distribution

scale

the scale of the distribution, must be greater than 0.0