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.
- Timestamp:
-
Jan 18, 2011, 3:45:58 PM (14 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v23
|
v24
|
|
86 | 86 | //Constraining border vector |
87 | 87 | VMatrix a=Rand(0,0,0,0); |
88 | | |
89 | | |
90 | 88 | }}} |
91 | 89 | |
… |
… |
|
95 | 93 | [source:/tolp/OfficialTolArchiveNetwork/QltvRespModel/WgtBoolReg.tol @WgtBoolReg] |
96 | 94 | that handles with weighted logit regressions. |
| 95 | |
| 96 | You can view [source:/tolp/OfficialTolArchiveNetwork/QltvRespModel/test/test_0003/test.tol test_0003] |
| 97 | of using this class. |
97 | 98 | |
98 | 99 | In this case we have that scalar distribution is the logistic one. |
… |
… |
|
132 | 133 | [source:/tolp/OfficialTolArchiveNetwork/QltvRespModel/WgtBoolReg.tol @WgtBoolReg] |
133 | 134 | that handles with weighted probit regressions. |
| 135 | |
| 136 | You can view [source:/tolp/OfficialTolArchiveNetwork/QltvRespModel/test/test_0004/test.tol test_0004] |
| 137 | of using this class. |
134 | 138 | |
135 | 139 | In this case we have that scalar distribution is the standard normal one. |