emp.cov: Collects emperical covariances, and cross covarianes

View source: R/util.spatial.R

emp.covR Documentation

Collects emperical covariances, and cross covarianes

Description

Using bin data to emperical estimate covariances

Usage

emp.cov(loc, Y, Bins = NULL, nBins = 10)

Arguments

loc

A list of locations (d x 2)

Y

A list of observations (m x 1-2)

Bins

right locations of the bins 0,(0,Bins[1]), ... (Bins[n-1], Bins[n]), (Bins[n], \inf)

nBins

create bins by equally spaced location

Details

Standard empirical covariance estimation.

Value

A list with bins and values


davidbolin/ngme documentation built on Dec. 5, 2023, 11:48 p.m.