Search found 2 matches
- Fri May 27, 2011 4:44 pm
- Forum: Help With Programming
- Topic: Creating a function that returns a series (not a real)
- Replies: 3
- Views: 6523
Re: Creating a function that returns a series (not a real)
@Tom Maycock: Help -> about says I am using version 5.11, maybe they updated it at some time. @Tom Doan: I got it: I let the function return a real and use "t", which seems to be a reserved variable name, as one of the input variables to cycle through the series. This way the function actu...
- Fri May 27, 2011 11:28 am
- Forum: Help With Programming
- Topic: Creating a function that returns a series (not a real)
- Replies: 3
- Views: 6523
Creating a function that returns a series (not a real)
Dear all, I have a complex nonlinear model which for which I need to use custom functions. In particular I would like to define the to-be-optimized equation as: frm1 f1 seriesOfIndepVars = %functionReturningDepVars where "seriesOfIndepVars" is a given series of observed values and "%f...