Re: LOG..
From: Luann Phillips <luann.phillips@cognigencorp.com>
Subject: Re: LOG..
Date: Wed, 19 Sep 2001 13:09:23 -0400
The code below can alter the objective function value because it could
change the predicted value for an event record.
Luann Phillips
> Yuying Gao wrote:
>
> You can try the following:
>
> $ERROR
> TY=F
> IF(F.GT.0) THEN
> TY=LOG(F)
> ELSE
> TY=0
> ENDIF
> Y=TY+EPS(1)