emp.cov | R Documentation |
Using bin data to emperical estimate covariances
emp.cov(loc, Y, Bins = NULL, nBins = 10)
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], |
nBins |
create bins by equally spaced location |
Standard empirical covariance estimation.
A list with bins and values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.