_Frequency

Syntax

_Frequency(DataArray, BinsArray)

Parameters

DataArray. Array of data, frequency of which should be calculated. If DataArray contains no values, the Frequency function returns an array of zeroes.

BinsArray. Array of intervals, in which values of DataArray argument are grouped. If BinsArray contains no values, the Frequency function returns the number of elements in DataArray argument.

Description

The method calculates how often values occur within a range of values and then returns an array of numbers.

Comments

The number of elements in the returned array is one element greater than the number of elements in the BinsArray array. The number of values contained in an additional element from the returned array is greater than the maximum value in the intervals.

See also:

Function Wizard | Statistical Functions