Learn R Programming

DRAYL (version 1.0)

zerooneoutput: 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

Run this code
# NOT RUN {
A = alphamatrix(3)
zerooneoutput(c(0,0,0),c(-1,-1,-1),A)
# }

Run the code above in your browser using DataLab