LogisticFunction

constructor(pair: Pair<Double, Double>)(source)

Parameters

pair

is location, scale


constructor(data: DoubleArray)(source)

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)(source)

Parameters

location

the location of the distribution

scale

the scale of the distribution, must be greater than 0.0