ixfx
    Preparing search index...

    Namespace Normalise

    Namespaces

    MinMax
    Robust
    ZScore

    Functions

    array

    Normalise an array of values.

    arrayWithContext

    Normalise an array of values with added context, depending on strategy.

    stream

    Normalises numbers. Return values will be in the range of 0-1 (inclusive).

    streamWithContext

    Normalises numbers with additional context on the range.

    Type Aliases

    MinMaxArrayOptions

    Options for computing min-max normalisation

    MinMaxStreamOptions
    NormalisationArrayOptions
    NormalisationStrategy

    Normalisation strategies

    NormalisationStreamOptions
    NormalisationStreamStrategy
    NormaliseStreamContext

    Context for stream normalisation

    RobustArrayOptions
    ZScoreArrayOptions