Contents Up Previous Next

Test for the variance of a Gaussian

Purpose
Description
Macro Synopsis
Modules
Related Functions
References


Purpose

Variance Chi-square test

Description

"Test for the variance of a Gaussian" assumes the input signal to be Gaussian, i.e. to have a normal probability distribution function and performs a Chi-square-based significance test (Test for different histograms) to test the differences between the test variance and the actual variance of the distribution. The test results are output in the message window.

"Test for the variance of a Gaussian" takes one parameter which is the


and returns two parameters


Macro Synopsis

TestVar(x,var,&chisq,&signif);
signal x;
float var,chisq,signif;

Modules

Statistics

Related Functions

BDS test, Kolmogorov-Smirnov test, Test for different histograms, Test for different means, Test for different variances, Test for non-normal-distributed data, Test for non-white-noise, Test for the mean of a Gaussian, Wilcoxon test

References

Hollander/Wolfe [13], Lehmann [36]