ddmatrix-sumstats | R Documentation |
Get basic summary statistics.
## S4 method for signature 'ddmatrix'
sum(x, ..., na.rm = FALSE)
## S4 method for signature 'ddmatrix'
mean(x, na.rm = FALSE)
## S4 method for signature 'ddmatrix'
prod(x, na.rm = FALSE)
## S4 method for signature 'ddmatrix'
min(x, na.rm = FALSE)
## S4 method for signature 'ddmatrix'
max(x, na.rm = FALSE)
## S4 method for signature 'ddmatrix'
median(x, na.rm = FALSE)
x |
numeric distributed matrix |
... |
Additional arguments. |
na.rm |
Handling of NA's. |
The return is on process 0 only.
A single value, owned by all ranks in the MPI communicator.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.