Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "stats/ttest/docs/types/index.d"

Index

Interfaces

Variables

Variables

Export assignment ttest

ttest: TTest

Computes a one-sample or paired Student's t test.

param

input array

param

optional paired array

param

function options

param

significance level (default: 0.05)

param

alternative hypothesis (two-sided, less, or greater; default: 'two-sided')

param

mean under H0 (default: 0)

throws

first argument must have at least two elements

throws

paired array must have the same length as the first argument

throws

second argument must be either a numeric array or an options object

throws

must provide valid options

returns

test results