close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
File test.tol, 616 bytes (added by Jorge, 18 years ago) |
test.tol
|
Line | |
---|
1 | ////////////////////////////////////////////////////////////////////////////// |
---|
2 | // FILE : test.tol |
---|
3 | // PURPOSE: |
---|
4 | ////////////////////////////////////////////////////////////////////////////// |
---|
5 | |
---|
6 | Set info2 = Ois.Load("trouble.oza")[1]; |
---|
7 | |
---|
8 | Matrix nu2 = info2["nu"]; |
---|
9 | Matrix S2 = info2["S"]; |
---|
10 | Matrix BCon2 = info2["BCon"]; |
---|
11 | Matrix bCon2 = info2["bCon"]; |
---|
12 | Matrix paramIni2 = info2["paramIni"]; |
---|
13 | |
---|
14 | Real Size = 20; |
---|
15 | Real Burning = 5; |
---|
16 | |
---|
17 | Set SVD(S2); |
---|
18 | Matrix chol = Choleski(S2); |
---|
19 | |
---|
20 | Matrix markovChain = |
---|
21 | GibbsConstrainedMNormal(nu2, S2, BCon2, bCon2, 1, |
---|
22 | Size, |
---|
23 | Burning, paramIni2); |
---|
24 | |
---|
25 | |
---|
Download in other formats: