forked from klevasseur/ads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbordermatrix_example.xml
41 lines (39 loc) · 960 Bytes
/
bordermatrix_example.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
\bordermatrix{
\begin{array}{ccccc}
& \text{OS1} & \text{OS2} & \text{OS3} & \text{OS4} \\
\text{P1} \\
\text{P2} \\
\text{P3} \\
\text{P4}
\end{array}
&
\left(
\begin{array}{cccc}
1 & 0 & 1 & 0 \\
1 & 1 & 0 & 0 \\
0 & 0 & 0 & 1 \\
0 & 0 & 1 & 1
\end{array}
\right) \\
H & .8 & .2 & .0 \cr
Y & .3 & .4 & .3 \cr
D & .2 & .1 & .7 }
\begin{array}{cccc}
\text{OS1} & \text{OS2} & \text{OS3} & \text{OS4}
\end{array} \\
<!-- row 2 -->
\begin{array}{c}
\text{P1} \\
\text{P2} \\
\text{P3} \\
\text{P4}
\end{array}
&
\left(
\begin{array}{cccc}
1 & 0 & 1 & 0 \\
1 & 1 & 0 & 0 \\
0 & 0 & 0 & 1 \\
0 & 0 & 1 & 1
\end{array}
\right)