50 likes | 159 Views
Experimental Design Lab. QUICK MODEL – CLOSE AIR SUPPORT (Model1.doe). Missions are created Assigned a “ DueTime ” ~ TRIA(10, 20, 30) The mission needs to complete before the DueTime Assigned a “ TimeDist ” ~ TRIA(5, d , 35) The distance (in minutes) from the FARP to the target
E N D
QUICK MODEL – CLOSE AIR SUPPORT (Model1.doe) • Missions are created • Assigned a “DueTime” ~ TRIA(10, 20, 30) • The mission needs to complete before the DueTime • Assigned a “TimeDist” ~ TRIA(5, d, 35) • The distance (in minutes) from the FARP to the target • Processed by Sieze-Delay-Release for an aircraft • Delay = TimeDist • System has m aircraft available • Mission scored by points • 1 point for each minute early • If the mission completes before the DueTime, a bonus is added ~ EXPO(b) Flaws?
DATA COLLECTED – Scores (MyFile.txt, experiment.xls) • Distance to the target d = {10, 20} • Aircraft m = {5, 10} • Bonus b = {10, 40}
CALCULATE EFFECTS • Data has Hi & Lo for Aircraft(1) and AvgDist(2) • e(Aircraft) = (sc(hi, hi) + sc(hi, lo) – sc(lo, hi) – sc(lo, lo))/2 • e(AvgDist) = (sc(hi, hi) + sc(lo, hi) – sc(hi, lo) – sc(lo, lo))/2 • e(Aircraft,AvgDist) = (sc(hi, hi) – sc(hi, lo) – sc(lo, hi) + sc(lo, lo))/2