pub use argmax::argmax;
pub use max::max;
pub use mean::mean;
pub use min::min;
pub use sum::sum;
pub use variance::variance;