(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
(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
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close