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

Opened 14 years ago

Closed 14 years ago

#1052 closed task (fixed)

initial values in wlogit/wprobit

Reported by: Jorge Owned by: Víctor de Buen Remiro
Priority: highest Milestone: Mantainance
Component: Math Version: 2.0.1
Severity: critical Keywords:
Cc:

Description

Sometimes the user knows initial values for the parameter in a wlogit/wprobit model but there is no way to specify it in the model constructor. Although there es way of doing it:

Matrix wProbit::_.param::initial := ...

it is desirable to provide the initial value at model construction:

QltvRespModel::@WgtProbit wProbit = [[
 Text output.name = name;
 Set input.name = parameterIdentifiers;
 VMatrix y = Mat2VMat(outputData);
 VMatrix X = Mat2VMat(inputData);
 VMatrix w = Mat2VMat(weightData);
 Set prior = priorInfo;
 Matrix initial = ...
]]

Change History (1)

comment:1 Changed 14 years ago by Víctor de Buen Remiro

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.