applied(to:eventHandler:)
Scales the input values using the calculation (input - mean) / standardDeviation.
Declaration
func applied(to input: Element, eventHandler: EventHandler? = nil) -> ElementParameters
- input:
A floating-point value.
- eventHandler:
An event handler.
Return Value
A scaled value.