obs.sim.corr: Compute the correlation between observations and estimates

Description Usage Arguments Details Value

View source: R/obs.sim.corr.R

Description

The function obs.sim.corr computes the correlation between observations and estimates for the rows or columns of a matrix.

Usage

1
2
obs.sim.corr(Obs, Est, MARGIN = 2, methods = c("pearson", "spearman",
  "kendall"))

Arguments

Obs

A matrix of observations.

Est

A matrix of estimates. Must be of the same dimensions as Obs.

MARGIN

(optional) The margin across which to compute the efficiencies. The default is to compute an efficiency for each column (MARGIN=2).

methods

A character string of character vector indication which correlation technique to use. Identical to the input passed to cor.

Details

Lorem ipsum...

Value

A vector or matrix of correlations.


wfarmer-usgs/PUBAD documentation built on May 4, 2019, 5:21 a.m.