Skip to contents

Reduction operation that returns the variance of the values, normalized (divided) by the mean of the values. This operation reduces the dimensionality of the data: a matrix becomes a vector (normalized variance of each column), and a vector becomes a scalar (normalized variance of all elements). See the Julia documentation for details.

Usage

VarN(...)

Arguments

...

Additional arguments needed to support usage of pipe operator

Value

A query operation object that can be used in a query sequence