oddDiffFunc {BiCausality} | R Documentation |
oddDiffFunc function
Description
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)
).
Usage
oddDiffFunc(D, i, j, z = c())
Arguments
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 |
Value
This function returns an odd difference value of variables of ith and jth dimensions from D
.
Examples
oddDiffFunc(D,i=1,j=2)
[Package BiCausality version 0.1.4 Index]