|
SetParameter
|
Batch language command
|
|
SetParameter is used to assign a value to independent parameters of the likelihood function.
|
Syntax
|
SetParameter (likfuncID, parameterIndex, newValue);
|
Notes
|
'likefuncID' is the identifier of an existing likelihood function; 'parameterIndex' is an integer index (starting at 0) of the parameter to assign the value to;
'newValue' is the value to assign
|
Examples
|
SetParameter (lf,0,.12345); SetParameter (lf,index,someMatrix[index]);
|
|
Last modified: 5/11/2000 |
|
|