zerooneoutput {DRAYL} | R Documentation |
Non-zero value determination
Description
Determines the contribution of sum terms, based on the index j
, rho
and the matrix A
.
Usage
zerooneoutput(j,rho,A)
Arguments
j |
Vector of j indeces. |
rho |
Vector of the rho index. |
A |
Alpha matrix. |
Value
Either 0 or 1, computes the integral contribution based on the alphamatrix A
.
Examples
A = alphamatrix(3)
zerooneoutput(c(0,0,0),c(-1,-1,-1),A)
[Package DRAYL version 1.0 Index]