Boxplot Mode

A boxplot contains at least one box graph. For example, the boxplot in Figure 11-2 has 8 box graphs. This mode allows you to easily find out the 0th (minimum), 10th, 25th, 50th (median), 75th, 90th, and 100th (maximum) percentiles of the values of the observations in a box graph. Move the cursor over the box graph you are interested in and click. Or you can press and drag the left mouse button to make a selection. The selected box graph will be highlighted in gray as

---> images/boxplot-mode-selecting.png <---

A nonmodal dialog like Figure 9-12 will pop up as soon as the left mouse button is released.

Figure 9-12. A dialog showing 7 percentile statistics of a box graph

---> images/boxplot-mode-show-percentiles.png <---

You can abort by clicking the right mouse button while the left mouse button is still being held down. If you would like to save the summary text in a file, click the Save As... button and a file selector will pop up for you to specify a destination file. If the specified destination file already exists, the default behaviour [1] is to append the summary text at the end of the existing file. For example, the following is the result of saving the summary text to the same file twice:

Percentile summary in E1 box graph (log scale)

Maximum:         11.297925
90th Percentile: 10.28502
75th Percentile: 9.995247
50th Percentile: 9.598881
25th Percentile: 8.981886
10th Percentile: 8.2539625
Minimum:         3.6327157

Saved at 2010-04-23 00:07:01Z

------------------------------------------------------------

Percentile summary in E1 box graph (log scale)

Maximum:         11.297925
90th Percentile: 10.28502
75th Percentile: 9.995247
50th Percentile: 9.598881
25th Percentile: 8.981886
10th Percentile: 8.2539625
Minimum:         3.6327157

Saved at 2010-04-23 00:07:12Z
      

The sequence of dashes is added by Argos to serve as a divider.

Supporting Functions

Trim (5 5)

This function sorts observations in each box graph according to their Y values and trims off 5 observations with the smallest Y values and 5 observations with the largest Y values from each box graph. It then pools the remaining observations from each box graph to draw a boxplot, using the same X and Y variables as the original boxplot. This function is only active and not grayed out in the right-click menu when all box graphs in a boxplot have 20 or more observations each.

Note

All these trimming functions are not available to the boxplot resulting from left clicking a cluster in a self-organizing map.

Trim (10 10)

Same as Trim (5 5) but with 10 observations trimmed off each end of all box graphs. This function is only active and not grayed out in the right-click menu when all box graphs in a boxplot have 40 or more observations each.

Trim (15 15)

Same as Trim (5 5) but with 15 observations trimmed off each end of all box graphs. This function is only active and not grayed out in the right-click menu when all box graphs in a boxplot have 60 or more observations each.

Trim (1% 1%)

This function sorts the observations in each box graph according to their Y values and trims off 1% of them with the smallest Y values and 1% of them with the largest Y values from each box graph. It then pools the remaining observations from each box graph to draw a boxplot, using the same X and Y variables as the original boxplot. This function is only active and not grayed out in the right-click menu when all box graphs in a boxplot have 100 or more observations each.

Trim (5% 5%)

Same as Trim (1% 1%) but with 5% of the observations in each box graph trimmed off both ends. This function is only active and not grayed out in the right-click menu when all box graphs in a boxplot have 20 or more observations each.

Trim (10% 10%)

Same as Trim (1% 1%) but with 10% of the observations in each box graph trimmed off both ends. This function is only active and not grayed out in the right-click menu when all box graphs in a boxplot have 10 or more observations each.

Notes

[1]

This behaviour is controlled by the :save-as-append-without-asking preference. The default value of this preference is :yes. You can set its value to :no, following the instructions here. When :no is the value and the specified destination file already exits, Argos will pop up another dialog for you to decide if to abort, append, overwrite, or specify a different file.