zerooneoutput: Non-zero value determination

Description Usage Arguments Value Examples

View source: R/DRAYL.R

Description

Determines the contribution of sum terms, based on the index j, rho and the matrix A.

Usage

1
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

1
2
A = alphamatrix(3)
zerooneoutput(c(0,0,0),c(-1,-1,-1),A)

DRAYL documentation built on Aug. 21, 2019, 9:05 a.m.

Related to zerooneoutput in DRAYL...