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

Closed 12 years ago

#1001 closed defect (fixed)

Problemas al tabular una Combinación normal

Reported by: libarra Owned by: Pedro Gea
Priority: major Milestone: Development 1A
Component: RandVar Keywords:
Cc:

Description

Al intentar tabular una combinación de parámetros tolbase me retorna el siguiente error:

ERROR: [22] No son variables aleatorias dependientes


[Call stack]
  [7] NameBlock RandVar::SetSum_Sample.Dependient (Set grammar.samples)
  [6] NameBlock model.R::mCombination.R::instance::_GetValue.Random (Real void)
  [5] Anything model.R::mCombination.R::instance::_UseCache (Code method)
  [4] NameBlock model.R::mCombination.R::instance::GetValue.Random (Real void)
  [3] Real MMS::Menu::MElement.Results.Tabulate (Anything instances_, Set extraData)
  [2] Real option::option::inst::invoke (Anything objOrSelection)
  [1] Real GuiTools::MenuManager::invokeEntry (Text optionName, Set objOrSelection)

Warning: [104] La función :: ha fallado en : 
{RandVar::SetSum_Sample.Dependient(pars)}

Warning: [105] La función Eval ha fallado en : 
(Eval(methodName<<"(?)"))

ERROR: [23] Argumentos erróneos para Set @Anything (Anything V)

[Call stack]
  [5] Anything model.R::mCombination.R::instance::_UseCache (Code method)
  [4] NameBlock model.R::mCombination.R::instance::GetValue.Random (Real void)
  [3] Real MMS::Menu::MElement.Results.Tabulate (Anything instances_, Set extraData)
  [2] Real option::option::inst::invoke (Anything objOrSelection)
  [1] Real GuiTools::MenuManager::invokeEntry (Text optionName, Set objOrSelection)

Warning: [106] La función :: ha fallado en : 
mElementR::GetValue.Random(?)

ERROR: [24] Fallo en EvalSet.

[Call stack]
  [3] Real MMS::Menu::MElement.Results.Tabulate (Anything instances_, Set extraData)
  [2] Real option::option::inst::invoke (Anything objOrSelection)
  [1] Real GuiTools::MenuManager::invokeEntry (Text optionName, Set objOrSelection)

Warning: [107] La función :: ha fallado en : 
option::invoke(If(option::isMultiple(?), objOrSelection, objOrSelection[[1]))

Warning: [108] La función :: ha fallado en : 
GuiTools::MenuManager::invokeEntry("MMS.MElement.Results_Tabulate", objects)

Change History (4)

comment:1 Changed 13 years ago by Pedro Gea

Component: GeneralRandVar
Milestone: Development 1A
version: 1

comment:2 Changed 13 years ago by Pedro Gea

(In [3212]) Refs #1001
Había un problema en la elección del método con el que se construyen las variables de tipo RandVar::@Real.Sample.

comment:3 Changed 13 years ago by Pedro Gea

Es necesario revisar aún los mecanismos que combinan las variables aleatorias procedentes de los parámetros cuando son de tipo RandVar::@Real.SampleBBM.

comment:4 Changed 12 years ago by Pedro Gea

Resolution: fixed
Status: newclosed

Véase #1043

Note: See TracTickets for help on using tickets.