Large

Syntax

Large(Data, Position)

Parameters

Data. Data array, for which you want to find the k-th largest value. Array length must be greater than zero.

Position. Position (starting from the greatest) in the data array. Available values are taken from the (0, length Data] range.

Description

The method returns k-th greatest value of a data set.

Comments

This function enables the user to select a value based on its relative standing.

See also:

Function Wizard | Statistical Functions