Companion

Functions

Link copied to clipboard
fun compareEstimatedResponses(estimate1: EstimatedResponseIfc, estimate2: EstimatedResponseIfc, level: Double = DEFAULT_CONFIDENCE_LEVEL, indifferenceZone: Double = 0.0): Int

Compares the estimated responses based on the difference between estimate 1 and estimate 2. The interval assumes normally distributed independent samples with unequal variances.

Link copied to clipboard
fun differenceConfidenceInterval(estimate1: EstimatedResponseIfc, estimate2: EstimatedResponseIfc, level: Double = DEFAULT_CONFIDENCE_LEVEL): Interval

Constructs an approximate confidence interval on the difference between estimate 1 and estimate 2. The interval assumes normally distributed independent samples with unequal variances.

Link copied to clipboard

Computes the statistical summaries for the data within the map