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

Last modified 14 years ago

#663 closed defect

Desaparición de parámetros al borrar una estimación — at Initial Version

Reported by: irobles Owned by: Pedro Gea
Priority: critical Milestone: Release 0.6
Component: Results Keywords:
Cc:

Description

Si tengo un objeto estimation y cogemos los parametros, para almacenarlos en otro conjunto

  Set a =  MMS::Container::GetEstimation(1)::GetParameters(?);

y luego removemos los estimations:

   MMS::Container::RemoveEstimations(?);

Desaparece lo que hay en el conjunto a. Si probamos con matriculación de vehículos desaparece todo menos las sigma2 que conservan su valor.

Serie deseable que se conservaran en el conjunto los parámetros.

Change History (0)

Note: See TracTickets for help on using tickets.