Analysis of Variance (ANOVA)
-
Updated
Jul 31, 2017 - JavaScript
Analysis of Variance (ANOVA)
Perform a one-way analysis of variance.
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/
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/
Chi-squared distribution variance.
Inverse gamma distribution variance.
Perform Levene's statistical test for equality of group variances.
Calculate the standard deviation of a strided array using Welford's algorithm.
Raised cosine distribution variance.
Calculate the variance of a strided array ignoring NaN values and using Welford's algorithm.
Chi distribution variance.
Compute a moving unbiased sample variance incrementally.
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.
Compute a corrected sample standard deviation incrementally.
Compute an unbiased sample variance incrementally.
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
Calculate the variance of a double-precision floating-point strided array using a one-pass textbook algorithm.
Compute a sample Pearson product-moment correlation matrix incrementally.
Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm.
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."