diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2023-12-07 16:12:43 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2023-12-07 16:12:43 +0100 |
commit | ba0edb7706a29d0a8986e492243d1d6a4540434b (patch) | |
tree | 6f8087f685f543c8fc39d34c18322561f6b0b505 | |
parent | 66093484e26ae54b07c89b9a350eb21b87a6fac3 (diff) |
analysis-visual: it's --boxplot_-unparama_
-rw-r--r-- | doc/analysis-visual.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/analysis-visual.md b/doc/analysis-visual.md index eb1914b..e86b90e 100644 --- a/doc/analysis-visual.md +++ b/doc/analysis-visual.md @@ -6,5 +6,5 @@ The parameter and NFP filters from [Textual Data Analysis](analysis-textual.md) There are two ways of visualizing all measured data independent of their parameters: -* `--boxplot PREFIX` writes boxplots of all observations to PREFIX/(name)-(attribute).pdf. These may be helpful to see which observations are stable and which show a lot of variance, possibly due to the influence of parameters. -* `--plot-unparam=name:attribute:ylabel` plots all observations of name/attribute in the order in which they were observed. Useful to identify trends, especially when the parameter variation scheme is known as well. +* `--boxplot-unparam PREFIX` writes boxplots of all observations to PREFIX(name)-(attribute).pdf and combined boxplots to PREFIX(name).pdf. These may be helpful to see which observations are stable and which show a lot of variance, possibly due to the influence of parameters. +* `--plot-unparam=name:attribute:ylabel` plots all observations of name/attribute in the order in which they were observed. Useful to identify trends (especially when the parameter variation scheme is known as well) and interference. |