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.

Changes between Version 3 and Version 4 of OfficialTolArchiveNetworkGrzLinModel


Ignore:
Timestamp:
Mar 29, 2011, 2:13:06 PM (14 years ago)
Author:
Víctor de Buen Remiro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OfficialTolArchiveNetworkGrzLinModel

    v3 v4  
    99
    1010Abstract class
    11 [source:/tolp/OfficialTolArchiveNetwork/GrzLinModel/WgtReg.tol @WgtReg]
     11[source:/tolp/OfficialTolArchiveNetwork/GrzLinModel/WgtReg.tol GrzLinModel::@WgtReg]
    1212is the base to inherit weighted generalized linear regressions as poisson,
    1313binomial, normal or any other, given just the scalar link
    1414function [[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]
    1815
    1916In a weighted regression each row of input data has a distinct weight in the
     
    4542
    4643for each row [[LatexEquation( k=1 \dots  n)]]:
    47 
    48 If there are more unknown parameters about the density we will supose
    49  
    50 
     44 
    5145=== Weighted Normal Regresion ===
    5246
    53 
     47Is implemented in [source:/tolp/OfficialTolArchiveNetwork/GrzLinModel/WgtNormal.tol GrzLinModel::@WgtNormal]
     48There is a sample of use in [source:/tolp/OfficialTolArchiveNetwork/GrzLinModel/test/test_0001/test.tol test_0001/test.tol]
    5449
    5550=== Weighted Poisson Regresion ===
     51
     52Is implemented in [source:/tolp/OfficialTolArchiveNetwork/GrzLinModel/WgtPoisson.tol GrzLinModel::@WgtPoisson]
     53
     54=== Weighted Qualitative Regresion ===
     55
     56For boolean and qualitative response outputs like logit or probit there is an
     57specialization on package [wiki:OfficialTolArchiveNetworkQltvRespModel QltvRespModel]