DADiSP Worksheet Functions > Function Categories > Statistics and Calculus > INDEX

 

INDEX

Purpose:

Vertically rescales the series to percentiles of the first point.

Syntax:

INDEX(series)

series

-

A series.

Returns:

A series or table.

Example:

index({3, 4, 3, 5})

 

creates a new series with values {100, 133, 100, 166}. The original shape of the data is maintained by preserving the relative change between each value.

See Also:

PARTSUM