Liking cljdoc? Tell your friends :D

kixi.stats.test


chi-squared-testclj/s

(chi-squared-test table)

Calculates the X^2 test of independence for a given contingency table. See kixi.stats.core/cross-tabulate

Calculates the X^2 test of independence for a given contingency table.
See kixi.stats.core/cross-tabulate
sourceraw docstring

simple-z-testclj/s

(simple-z-test {:keys [mu sd]} {:keys [mean n]} & [opts])

Calculates the z-test of statistical significance for a sample mean. mu: the population mean sd: the population standard deviation mean: the sample mean n: the sample size opts: tails: (optional) must be one of :lower, :upper, or :both (default). See also: kixi.stats.core/simple-z-test

Calculates the z-test of statistical significance for a sample mean.
mu: the population mean
sd: the population standard deviation
mean: the sample mean
n: the sample size
opts: tails: (optional) must be one of :lower, :upper, or :both (default).
See also: kixi.stats.core/simple-z-test
sourceraw docstring

z-tableclj/s

(z-table z & [{:keys [tails] :or {tails :both}}])
source

z-testclj/s

(z-test {mean-x :mean sd-x :sd n-x :n} {mean-y :mean sd-y :sd n-y :n} & [opts])

Calculates the z-test of statistical significance between two sample means. Requires the mean, sd and sample size (n) of both samples. opts: tails: (optional) must be one of :lower, :upper, or :both (default). See also: kixi.stats.core/z-test

Calculates the z-test of statistical significance between two sample means.
Requires the mean, sd and sample size (n) of both samples.
opts: tails: (optional) must be one of :lower, :upper, or :both (default).
See also: kixi.stats.core/z-test
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close