LogisticFunction

class LogisticFunction(var location: Double = 0.0, scale: Double = 1.0) : ValueFunctionIfc

Parameters

location

the location of the distribution

scale

the scale of the distribution, must be greater than 0.0

Constructors

Link copied to clipboard
constructor(pair: Pair<Double, Double>)
constructor(data: DoubleArray)

Estimates the location and scale from the data

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun value(score: Score): Double