standardize-2d ( u -- v ) (original) (raw)

standardize-2d ( u -- v )

Vocabulary
math.statistics

Inputs

u an object

Outputs

v an object

Definition

USING: sequences ;

IN: math.statistics

: standardize-2d ( u -- v ) flip [ standardize ] map flip ;