BSEstimatorIfc

Types

Link copied to clipboard

A predefined EstimatorIfc that estimates the mean of the data

Link copied to clipboard

A predefined EstimatorIfc that estimates the maximum of the data

Link copied to clipboard

A predefined EstimatorIfc that estimates the median of the data

Link copied to clipboard

A predefined EstimatorIfc that estimates the minimum of the data

Link copied to clipboard

A predefined EstimatorIfc that estimates the variance of the data

Functions

Link copied to clipboard
abstract fun estimate(data: DoubleArray): Double