estimate

abstract fun estimate(caseIndices: IntArray): DoubleArray

The caseIndices array contains the case identifiers that should be used to select the data on which the estimation process should be executed. The function produces an array of estimates during the estimation process, which are associated with the labels in the names list. The case indices array may have repeated case identifiers due to sampling with replacement.