Stat_Histogram

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > STAT (Statistical module) >

Stat_Histogram

 

Description

 

Analyze a sequence of number and create an histogram array with the count of elements found.

 

Syntax

 

n = STAT_Histogram(MatrixVariable, Step)

 

Returns

 

Number. Number of steps found

 

Parameters

 

Name

Type

Optional

Meaning

MatrixVariable

Numeric Matrix

No

A numeric matrix.

First column must contain data to be analyzed.

Second column will be filled with results.

Step

Numeric

No

The step range to group

 

Remarks

 

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

 

Restrictions

 

See also

 

Examples