close Warning: Can't synchronize with repository "(default)" (/var/svn/mms does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 15 years ago

Closed 15 years ago

#111 closed enhancement (fixed)

Métodos de acceso a resultados desde @MMS.ResultsAdapter

Reported by: Pedro Gea Owned by: Pedro Gea
Priority: major Milestone: Estimation 0.5
Component: Estimation Keywords:
Cc:

Description

Se solicitan métodos para acceder de manera homogénea a los resultados
nativos (promedios) de los distintos estimadores.
Actualmente sólo están GetOutput, GetFilter, GetNoise y GetResiduals.

Change History (2)

comment:1 Changed 15 years ago by Pedro Gea

Status: newaccepted

comment:2 Changed 15 years ago by Pedro Gea

Resolution: fixed
Status: acceptedclosed

Se añaden algunos métodos de acceso a resultados de la forma
Get<ResultName> de acuerdo a los siguientes tipos de resultados:

  • Output => "output.full", "serOutput.full", "FullTransformed"
  • Output.Original => "output", "serOutput", "Transformed"
  • Output.Missings => "output.mis", "serOutput.mis", "Interruptions"
  • Filter => "filter.full", "serFilter.full"
  • Filter.Original => "filter", "serFilter"
  • Filter.Missings => "filter.mis", "serFilter.mis"
  • Noise => "noise", "serNoise"
  • Residuals => "residuals", "serResiduals"

La interpretación de Output y Filter para jerarquías y a prioris difiere
del utilizado ahora por BSR.
Del mismo modo habría que revisar el significado del filtro del output:

  • Output.Filter => "output.extFil", "serOutput.extFil"

e integrarlo como método.
Habría que revisar su significado en la implementación del Probit BSR.
Véase el tique #119.

Note: See TracTickets for help on using tickets.