Search found 3 matches
- Wed Apr 15, 2015 11:11 am
- Forum: Estimation
- Topic: AUROC?
- Replies: 2
- Views: 4625
Re: AUROC?
anyone?
- Tue Apr 14, 2015 7:45 am
- Forum: Estimation
- Topic: AUROC?
- Replies: 2
- Views: 4625
AUROC?
Hello,
is it possible to graph receiver operating characteristic (ROC) curves in Eviews 8, and calculate the area under the ROC? I can't find any information on it.
Thanks!
is it possible to graph receiver operating characteristic (ROC) curves in Eviews 8, and calculate the area under the ROC? I can't find any information on it.
Thanks!
- Tue Apr 14, 2015 3:04 am
- Forum: Programming
- Topic: How to run an action on multiple tabs at once?
- Replies: 1
- Views: 2576
How to run an action on multiple tabs at once?
Hi, I have multiple tabs (for different countries) and for each I want to - create a y variable, which is a ratio of 2 series in each tab - then run a SS hp filter like this: @signal y = tr + cyc @state tr=2*tr(-1) - tr_lag(-1) + e1 @state tr_lag = tr(-1) @state cyc=e2 @ename e1 @ename e2 @evar var(...
