EstimatedResponse

constructor(name: String, data: DoubleArray)
constructor(name: String, data: List<Double>)


constructor(name: String, average: Double, variance: Double, count: Double)

Parameters

name

the name of the response that was estimated

average

the sample average of the sample

variance

the sample variance of the sample

count

the number of observations in the sample