Hinweis:Dieser Abschnitt ist nur in englischer Sprache verfügbar. Wir bitten um Ihr Verständnis.

3.5.2.32 mode

Contents

Description

This function returns the most frequently occurring number

Syntax

double mode(vector vd)

Parameter

vd

a vector, can be a dataset, a range or a column in Origin worksheet.

Return

Returns the most frequently occurring number

Example

aa = mode(col(A)); //return the most frequently occurring number of column A