The command PLOT/KSTEST takes in input a table in output from MAKE/KSTEST, and it produces a plot. Three curves will be plotted: the expected theoretical curve for a constant source normalized between 0.0 and 1.0 (black), the observed curve (pink), and the absolute value of the difference (blue). The last curve is re-normalized in order to have the maximum at 0.3 (for graphic purposes). The actual value of the maximum can be found in the descriptor KS_TEST of the table. Besides, three additional horizontal lines will be drawn (in red), corresponding to the 90%, 95% and 99% confidence levels for variability (also normalized accordingly to the blue curve). The command syntax is:
PLOT/KSTEST ks_tablewhere ks_table is the name of the input table containing the K-S output.