Description Usage Arguments Details Value Examples
calCritMinMean
1 | calCritMinMean(matDistance, zoneNModif)
|
matDistance |
zone distance matrix resulting from a call to calDistance |
zoneNModif |
matrix of zone neigbors with FALSE on the diagonal |
computes a quality criterion equal to min(mean(dij^2/sqrt(dii^2*djj^2)))
see also calCrit1
, calCrit2
, calCrit3
, calCrit4
, calCrit5
for other criteria
a numerical value
1 2 3 4 5 6 | data(mapTest)
data(resZTest)
K=resZTest
resD = calDistance(typedist=1,mapTest$krigData,K$listZonePoint,K$zoneN,
mapTest$krigSurfVoronoi,K$meanZone,pErr=0.9)
calCritMinMean(resD$matDistanceCorr,K$zoneNModif)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.