Please tell me how i can use the cdfpoisson function in GAMS? I wrote the code as below but i get the Unknown symbol error for M which is a variable that has been calculated from some other things. Thanks
*Re(t,d)=Reliability of accepting emergency patients arriving at time period t on day d
$funclibin stolib stodclib
function cdfpoisson /stolib.CDFPoisson/;
Re(t,d)=cdfpoisson(M(t,d),Ltotal);