Matrix Elements VB-800 Instrukcja Użytkownika Strona 93

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 172
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 92
Modelbase::SendMethods 85
{{ "&1: Binary", "modelclass0", m_iModelClass == MC_BINARY},
{ "&2: Count", "modelclass1", m_iModelClass == MC_COUNT}
};
}
else if (sMenu == "Test")
{ // ...
}
Modelbase::SendMethods
virtual SendMethods();
Return value
Returns an array of which each item is an array of a strings and three integers:
estimation method label, method identifier, 0 or 1 (recursive estimation allowed),
0 (currently unused).
Description
Called by OxPack preceeding model estimation, to determine the available esti-
mation methods. For example, a subset of the Arfima class methods are:
return
{ { "Maximum Likelihood", M_MAXLIK, FALSE, 0},
{ "Non-linear Least Squares", M_NLS, FALSE, 0},
{ "Modified Profile Likelihood", M_MAXMPLIK, FALSE, 0}
};
Modelbase::SendResults
virtual SendResults(const sType);
sType in: string, result type
Return value
Returns the requested results, or 0 if not available.
Description
Used by OxPack to extract additional estimation results.
Modelbase::SendSpecials
virtual SendSpecials();
Return value
Returns 0 if there are no special variables. Returns an array of strings listing the
special variables otherwise.
Description
Used by OxPack as part of model formulation, after SendVarStatus, to deter-
mine the content of the special variables listbox in the model formulation dialog.
The default implementation returns {"Constant", "Trend", "Seasonal"}.
Przeglądanie stron 92
1 2 ... 88 89 90 91 92 93 94 95 96 97 98 ... 171 172

Komentarze do niniejszej Instrukcji

Brak uwag