Analysis of Variance (ANOVA)
-
Updated
Jul 31, 2017 - JavaScript
Analysis of Variance (ANOVA)
Free WordPress Plugin: Given a discrete data set, the calculator calculates the mean, variance, and standard deviation of a sample or a population and shows all the intermediate steps of calculations. www.calculator.io/standard-deviation/
Perform a one-way analysis of variance.
Free WordPress Plugin: Given a discrete data set representing a sample or a population, the calculator calculates the mean, variance, and standard deviation and displays the workflow involved in the calculation. www.calculator.io/variance-calculator/
Calculate the standard deviation of a strided array using Welford's algorithm.
Perform Levene's statistical test for equality of group variances.
Calculate the variance of a strided array ignoring NaN values and using Welford's algorithm.
Calculate the variance of a double-precision floating-point strided array using a one-pass textbook algorithm.
Calculate the variance of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
Compute a moving unbiased sample variance incrementally.
Compute a corrected sample standard deviation incrementally.
Compute an unbiased sample variance incrementally.
Compute a variance-to-mean ratio (VMR) incrementally.
Calculate the mean and variance of a double-precision floating-point strided array.
Calculate the variance of a strided array using a one-pass textbook algorithm.
Calculate the variance of a single-precision floating-point strided array.
Calculate the mean and variance of a double-precision floating-point strided array using a two-pass algorithm.
Levene's test for equal variances.
Add a description, image, and links to the variance topic page so that developers can more easily learn about it.
To associate your repository with the variance topic, visit your repo's landing page and select "manage topics."