delta {clim.pact}R Documentation

Delta function

Description

The dirac delta function: delta (i,j) returns 1 if i==j, 0 otherwise.

Usage

delta(i,j)

Arguments

i first index.
j second index.

Value

0 or 1

Author(s)

R.E. Benestad


[Package clim.pact version 2.2-15 Index]