BasicStatistics

Constructors

Link copied to clipboard
constructor(aName: String? = null)

Properties

Link copied to clipboard
open override val id: Int
Link copied to clipboard
open override var label: String?
Link copied to clipboard
open override val name: String
Link copied to clipboard
open override val names: List<String>

The name to associate with each dimension of the array that is returned by estimate(). The names should be unique. The order of the list of names should match the order of elements in the returned array.

Functions

Link copied to clipboard
open override fun estimate(data: DoubleArray): DoubleArray