BootstrapEstimate

open class BootstrapEstimate(val name: String, val originalDataSampleSize: Int, val originalDataEstimate: Double, val bootstrapEstimates: DoubleArray) : BootstrapEstimateIfc(source)

Constructors

Link copied to clipboard
constructor(name: String, originalDataSampleSize: Int, originalDataEstimate: Double, bootstrapEstimates: DoubleArray)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override var defaultCILevel: Double

the default confidence interval level

Link copied to clipboard
open override var label: String?
Link copied to clipboard
override val name: String

A name for the estimate

Link copied to clipboard
Link copied to clipboard

The sample size of the original data set

Functions

Link copied to clipboard
open override fun toString(): String