Scripts/stats

From TNT

Jump to: navigation, search

stats
Author: .
Version: 1.0.
For: not provided.
Arguments: not provided.
Example: not provided.
Script
Scripts may not be displaying correctly here at present, use the script from the provide file in the archive.


macro= ; report- ; var =

  0 themin
  1 themax
  + CIs [ ( ntrees + 1 ) ]
  + RIs [ ( ntrees + 1 ) ]
  + this

set themin minsteps ; set themax maxsteps ; loop 0 ntrees

  progress #1 (ntrees+1) Calculating indices... ;
  set this length[#1] ;
  set CIs[#1] 'themin'/'this' ;
  set RIs[#1] ('themax'-'this')/('themax'-'themin') ;
  stop

progress/ ; report= ; macfloat 3 ; maketable CIs Consistency index ; maketable RIs Retention index ; proc/ ;

Personal tools