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 2 and Version 3 of OfficialTolArchiveNetworkMWG


Ignore:
Timestamp:
Jul 5, 2011, 9:42:39 PM (14 years ago)
Author:
Víctor de Buen Remiro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OfficialTolArchiveNetworkMWG

    v2 v3  
    571571  Real m = VRows(Y);
    572572  Real n = VColumns(X);
    573 
    574   VMatrix beta.0 = Constant(n,1,0);
    575   VMatrix residuals.0 = Y-X*beta.0;
    576   Real sigma2.0 = VMatDat(MtMSqr(residuals.0),1,1)/VRows(residuals.0); 
    577573 
    578574  MWG::@PRI.InvScaChiSquare sigma2 = [[
    579     Set _.names = [["Variance"]];
    580575    VMatrix _.drawn = Mat2VMat(Col(sigma2.0));
    581576    Real _.freeDeg = m;
     
    588583 
    589584  MWG::@RVOV.LinReg beta = [[
    590     Set _.names = trueModel::LinBlk.names;
    591585    VMatrix _.drawn = beta.0;
    592586    Set _.Y = [[Y]];