Properties

Link copied to clipboard
abstract val checkRange: Boolean

Indicates if the estimator requires that the range of the data be checked for a shift before the estimation process.

Link copied to clipboard
abstract val id: Int
Link copied to clipboard
abstract var label: String?
Link copied to clipboard
abstract val name: String
Link copied to clipboard

The type of random variable for which this estimator estimates parameters.

Functions

Link copied to clipboard
abstract fun estimateParameters(data: DoubleArray, statistics: StatisticIfc = Statistic(data)): EstimationResult

Estimates the parameters associated with some distribution. The returned EstimationResult needs to be consistent with the intent of the desired distribution. Note the meaning of the fields associated with EstimationResult