Mean()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Mathematical functions >

Mean()

Description

Calculate statistical mean on a set of data.

 

 

The data set can include all of the data in a class DATACOL object, or a subset of the data in a DATACOL object.

 

Type

REGULAR FUNCTION

 

Usage

Result = Mean (DataCol, FirstPoint, LastPoint)

 

DataCol

DATACOL

The column of data upon which to calculate the mean.

FirstPoint

INDEX

The first point to include in the data set (Optional).

LastPoint

INDEX

The last point to include in the data set (Optional).

Result

REAL

The mean of the DataCol.

 

Related Topics