Matrix Elements VB-800 Manuel d'utilisateur Page 102

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 172
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 101
94 Appendix A3 Modelbase and OxPack
Buffering(0); // stop buffering
Buffering(10); // rewind text window to marker
}
///////////////////////////////////////////////////////////////////////
// OxPack specific
BprobitEx::Buffering(const iBufferOn)
{
if (iBufferOn == 11)
"OxPackSetMarker"(TRUE);
else if (iBufferOn == 10)
"OxPackSetMarker"(FALSE);
else if (iBufferOn == 1)
"OxPackBufferOn"();
else
"OxPackBufferOff"();
}
BprobitEx::IsCrossSection()
{
return 1;
}
BprobitEx::GetModelLabel()
{
return sprint("CS(", "%2d", m_iModel, ")");
}
BprobitEx::GetMethodLabel()
{
decl asmethods = {"Logit", "Probit", "Poisson"};
return asmethods[m_iMethod];
}
BprobitEx::SendSpecials()
{
return {"Constant"};
}
BprobitEx::SendVarStatus()
{
if (m_iModelClass == MC_BINARY)
return
{{ "&Y endogenous",’Y’,STATUS_GROUP + STATUS_ENDOGENOUS, Y_VAR},
{ "&X variable", ’X’, STATUS_GROUP, X_VAR},
{ "&Weight", ’W’, STATUS_GROUP + STATUS_ONEONLY, W_VAR},
{ "&Select By", ’S’, STATUS_GROUP + STATUS_ONEONLY, SEL_VAR}
};
else
return
{{ "&Y endogenous",’Y’,STATUS_GROUP + STATUS_ENDOGENOUS, Y_VAR},
{ "&X variable", ’X’, STATUS_GROUP, X_VAR}
};
}
BprobitEx::SendMethods()
{
// here only BFGS allowed, but could add Newton, e.g.
return
Vue de la page 101
1 2 ... 97 98 99 100 101 102 103 104 105 106 107 ... 171 172

Commentaires sur ces manuels

Pas de commentaire