Home > freetb4matlab > statistics > tests > run_test.m

run_test

PURPOSE ^

% Perform a chi-square test with 6 degrees of freedom based on the

SYNOPSIS ^

function [pval, chisq] = run_test (x)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {[@var{pval}, @var{chisq}] =} run_test (@var{x})
% Perform a chi-square test with 6 degrees of freedom based on the
% upward runs in the columns of @var{x}.  Can be used to test whether
% @var{x} contains independent data.
%
% The p-value of the test is returned in @var{pval}.
%
% If no output argument is given, the p-value is displayed.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003