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 14 years ago

Closed 13 years ago

#733 closed defect (fixed)

Error al estimar el modelo

Reported by: cgarcia Owned by: Pedro Gea
Priority: critical Milestone: Release 0.6
Component: Estimation Keywords:
Cc:

Description

Al intentar estimar el modelo el proceso falla.
Dejo en B: la estimación.

Gracias

Change History (3)

comment:1 Changed 14 years ago by Pedro Gea

Milestone: Release 0.6
Status: newaccepted
version: 0.6

comment:2 Changed 14 years ago by Pedro Gea

Priority: blockercritical

El problema reside en que los términos explicativos generados son de tipo omega (con función de transferencia de tipo polinomio) pero el modelo es matricial.

Basta con cambiar la definición de los términos explicativos a lineales usando:

submodel::CreateExpTerm_Coefficient([[
  ...
  Real _.coefficient = <initialValue>
]];

Se intentará advertir o prevenir esta circunstancia.

comment:3 Changed 13 years ago by Pedro Gea

Resolution: fixed
sensitive: 0
Status: acceptedclosed

Véase #964

Note: See TracTickets for help on using tickets.