ddmatrix-sumstats: Basic Summary Statistics

Description Usage Arguments Details Value

Description

Get basic summary statistics.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
## 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)

Arguments

x

numeric distributed matrix

...

Additional arguments.

na.rm

Handling of NA's.

Details

The return is on process 0 only.

Value

A single value, owned by all ranks in the MPI communicator.


pbdDMAT documentation built on May 1, 2019, 6:34 p.m.