mean-dev ( seq -- x )


Vocabulary
math.statistics

Definition
USING: math.vectors ;

IN: math.statistics

: mean-dev ( seq -- x ) demean vabs mean ;