VariantResult

Statistical results for a treatment variant compared against the control.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The absolute change in mean score compared to the control variant.

Link copied to clipboard

The confidence interval for the observed difference.

Link copied to clipboard

Whether the observed difference is statistically significant.

Link copied to clipboard

The mean evaluation score for this variant.

Link copied to clipboard

The percentage change in mean score compared to the control variant.

Link copied to clipboard

The p-value indicating the statistical significance of the observed difference.

Link copied to clipboard

The number of sessions evaluated for this variant.

Link copied to clipboard

The name of the treatment variant.

Functions

Link copied to clipboard
inline fun copy(block: VariantResult.Builder.() -> Unit = {}): VariantResult
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String