The numeric :: statistics module

The numeric :: statistics module extends the set of Avisynth numeric functions with statistical functions.

Required modules

base :: core, numeric :: core

Functions

NameDescription

Average()

Returns the (statistical) average of its arguments...

StDev()

Returns the (statistical) standard deviation of its arguments...

SumSquare()

Returns the sum of squares of its arguments (ie each argument is raised to a power of 2 ...

Constants

None

Variables

None