Options
All
  • Public
  • Public/Protected
  • All
Menu

Test result object.

Hierarchy

  • Results

Index

Properties

alpha

alpha: number

Used significance level.

alternative

alternative: string

Alternative hypothesis (two-sided, less or greater).

ci

ci: Array<number>

1-alpha confidence interval for mean.

method

method: string

Name of test.

nullValue

nullValue: number

Assumed difference in means under H0.

pValue

pValue: number

p-value of the test.

print

print: Function

Function to print formatted output.

rejected

rejected: boolean

Test decision.

statistic

statistic: number

Value of test statistic.

xmean

xmean: number

Sample mean of x.

ymean

ymean: number

Sample mean of y.