ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cal/cal/normcomp.cal
(Generate patch)

Comparing ray/src/cal/cal/normcomp.cal (file contents):
Revision 1.2 by greg, Wed Nov 21 18:10:45 2018 UTC vs.
Revision 1.3 by greg, Mon Jun 10 13:56:52 2019 UTC

# Line 7 | Line 7
7  
8          relies on gauss.cal and norm.cal
9   }
10 min(a,b) : if(a-b, b, a);
11 max(a,b) : if(a-b, a, b);
12
10   Z1(u) = Z((u - mean1)/stdev1) / stdev1;
11   Z2(u) = Z((u - mean2)/stdev2) / stdev2;
12  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines