constant_sum_norm {structToolbox}R Documentation

Normalisation to constant sum

Description

Each sample is normalised such that the total signal is equal to one (or a scaling factor if specified).

Usage

constant_sum_norm(scaling_factor = 1, ...)

Arguments

scaling_factor

(numeric) The scaling factor applied after normalisation. The default is 1.

...

Additional slots and values passed to struct_class.

Value

A constant_sum_norm object.

Examples

M = constant_sum_norm()


[Package structToolbox version 1.2.0 Index]