Skip to contents

Computes the mean of the full dense vector, treating all missing positions as zeros.

Usage

# S4 method for class 'sparse_numeric'
mean(x, ...)

Arguments

x

A sparse_numeric object.

...

Ignored.

Value

Numeric scalar mean.