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:
-
Mar 29, 2011, 2:13:06 PM (14 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v3
|
v4
|
|
9 | 9 | |
10 | 10 | Abstract class |
11 | | [source:/tolp/OfficialTolArchiveNetwork/GrzLinModel/WgtReg.tol @WgtReg] |
| 11 | [source:/tolp/OfficialTolArchiveNetwork/GrzLinModel/WgtReg.tol GrzLinModel::@WgtReg] |
12 | 12 | is the base to inherit weighted generalized linear regressions as poisson, |
13 | 13 | binomial, normal or any other, given just the scalar link |
14 | 14 | function [[LatexEquation( g )]] and the density function [[LatexEquation( f )]]. |
15 | | |
16 | | For boolean and qualitative response outputs like logit or probit there is an |
17 | | specialization on package [wiki:OfficialTolArchiveNetworkQltvRespModel QltvRespModel] |
18 | 15 | |
19 | 16 | In a weighted regression each row of input data has a distinct weight in the |
… |
… |
|
45 | 42 | |
46 | 43 | for each row [[LatexEquation( k=1 \dots n)]]: |
47 | | |
48 | | If there are more unknown parameters about the density we will supose |
49 | | |
50 | | |
| 44 | |
51 | 45 | === Weighted Normal Regresion === |
52 | 46 | |
53 | | |
| 47 | Is implemented in [source:/tolp/OfficialTolArchiveNetwork/GrzLinModel/WgtNormal.tol GrzLinModel::@WgtNormal] |
| 48 | There is a sample of use in [source:/tolp/OfficialTolArchiveNetwork/GrzLinModel/test/test_0001/test.tol test_0001/test.tol] |
54 | 49 | |
55 | 50 | === Weighted Poisson Regresion === |
| 51 | |
| 52 | Is implemented in [source:/tolp/OfficialTolArchiveNetwork/GrzLinModel/WgtPoisson.tol GrzLinModel::@WgtPoisson] |
| 53 | |
| 54 | === Weighted Qualitative Regresion === |
| 55 | |
| 56 | For boolean and qualitative response outputs like logit or probit there is an |
| 57 | specialization on package [wiki:OfficialTolArchiveNetworkQltvRespModel QltvRespModel] |