Stat_ChiSquare

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > STAT (Statistical module) >

Stat_ChiSquare

 

Description

 

Returns the chi square of all elements inside ArrayVariable array.

 

Syntax

 

n = STAT_ChiSquare(ArrayVariable)

 

Returns

 

Number.

 

Parameters

 

Name

Type

Optional

Meaning

ArrayVariable

Numeric Array

No






 

Remarks

 

This function will expect the name of a predefined array with all the necessary data already loaded.

 

Restrictions

 

See also

 

Examples