Contents Up Previous Next

Test for the mean of a Gaussian

Purpose
Description
Macro Synopsis
Modules
Related Functions
References


Purpose

Student t-test for a Gaussian mean

Description

This function assumes the input signal to be Gaussian, i.e. to have a normal probability distribution function, and performs a Student t-based significance test to test the difference between the given and the actual mean value of the distribution.

The results of "Test for the mean of a Gaussian" will appear in the message window.

Input parameters are

"Test for the mean of a Gaussian" returns two parameters:


Macro Synopsis

TestMean(x,varknown,mean,var,&tval,&signif);
signal x;
option varknown;
float mean,var,tval,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 variance of a Gaussian, Wilcoxon test

References

Hollander/Wolfe [13], Lehmann [36]