Displaying 1 result from an estimated 1 matches for "a13756103".
2007 Nov 14
2
Generating these matrices going backwards
I have generated the following:
x= 
        E1      E2      E3 
D1      0       0       1 
D2      1       0       3 
D3      0       2       0 
y= 
        E1      E2      E3 
D1      0       0       1.75 
D2      1.75    0       1.3125 
D3      0       3.5     0 
Where x and y are linked by: 
y =sum(x) * x / (rowSums(x)%o%colSums(x)) 
N=x[x[1:3,]>0] 
R=y[y[1:3,]>0] 
Now suppose I ONLY