powered by
Determines the contribution of sum terms, based on the index j, rho and the matrix A.
j
rho
A
zerooneoutput(j,rho,A)
Vector of j indeces.
Vector of the rho index.
Alpha matrix.
Either 0 or 1, computes the integral contribution based on the alphamatrix A.
# NOT RUN { A = alphamatrix(3) zerooneoutput(c(0,0,0),c(-1,-1,-1),A) # }
Run the code above in your browser using DataLab