oddDiffFunc | R Documentation |
Given the samples in the n by d matrix mat
where n is a number of samples and d is a number of dimensions.
This function computes an odd difference value of variables of ith and jth dimensions from
a given an aligned list of transactions D
(compute by D<-VecAlignment(mat)
).
oddDiffFunc(D, i, j, z = c())
D |
is an aligned list of transactions that was converted from |
i |
is an ith dimension in |
j |
is an jth dimension in |
z |
is a conditioning d-dimensional vector on |
This function returns an odd difference value of variables of ith and jth dimensions from D
.
oddDiffFunc(D,i=1,j=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.