Chapter Contents |
Previous |
Next |
Language Reference |
The FORWARD function returns an n x 1 vector of forward rates.
Example
proc iml;
spt=.75;
times=1;
forward=forward(times,spt);
print forward;
quit;
FORWARD
0.75
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.