dirac2 {fgac} | R Documentation |
Indicator function of the set A, where A = [u,infinity)x[v,infinity)
dirac2(u, v, x, y)
u |
real value |
v |
real value |
x |
real value |
y |
real value |
dirac2(u,v,x,y)=1 if x>=u and y>=v, in other case dirac2(u,v,x,y)=0.
Veronica A. Gonzalez-Lopez