mgc.localcorr.driver {mgc} | R Documentation |
Driver for MGC Local Correlations
Description
Driver for MGC Local Correlations
Usage
mgc.localcorr.driver(DX, DY, option = "mgc")
Arguments
DX |
the first distance matrix. |
DY |
the second distance matrix. |
option |
is a string that specifies which global correlation to build up-on. Defaults to
|
Value
A list contains the following:
corr |
consists of all local correlations within [-1,1] by double matrix index |
varX |
contains all local variances for X. |
varY |
contains all local variances for X. |
Author(s)
C. Shen
[Package mgc version 2.0.2 Index]