Maybe you wanted to say that according to the mathematical properties of the quartile, there can be no confusion. With respect to that, I would expect that determining which is the value associated to a property should be as easier as possible, independently of the expertise of the user. On the other hand, I think that fields should have unique identifiers in general, avoiding the need of consulting external documentation. I think I exposed my reasons. I will not insist more.
My point is about the labels in the summary, no the name of the variables. As far as I have read, documentation says In addition to printed output, the program stores the individual statistics into three sets of variables. Then it appears the description of the variables (in particular what you quoted), but it is not said that the order of the lines in the summary correspond with the same order than the description of the variables in the documentation.
type of quartile not specified in stats summary
Yes, I understand the error. My concern is because the following two options work. gnuplot> a="1" gnuplot> print a+a 2 gnuplot> sum = 0.0 gnuplot> do for [i=1:2] { more> sum = sum + a more> } gnuplot> print sum 2.0 I am not used to gnuplot developer ideas, but I would expect sum to support strings which contain numbers.
summation of strings
$ gnuplot -s G N U P L O T Version 5.2 patchlevel 6 last modified 2019-01-01 Copyright (C) 1986-1993, 1998, 2004, 2007-2018 Thomas Williams, Colin Kelley and many others gnuplot home: http://www.gnuplot.info faq, bugs, etc: type "help FAQ" immediate help: type "help" (plot window: hit 'h') Terminal type is now 'qt' unrecognized option -s gnuplot> show version long G N U P L O T Version 5.2 patchlevel 6 last modified 2019-01-01 Copyright (C) 1986-1993, 1998, 2004, 2007-2018 Thomas Williams, Colin...
I reproduced it in 5.2.8 of Termux for Android too. I paste everything. II hope newlines are correctly placed $ gnuplot -v G N U P L O T Version 5.2 patchlevel 8 last modified 2019-12-01 Copyright (C) 1986-1993, 1998, 2004, 2007-2019 Thomas Williams, Colin Kelley and many others gnuplot home: http://www.gnuplot.info faq, bugs, etc: type "help FAQ" immediate help: type "help" (plot window: hit 'h')Terminal type is now 'unknown'unrecognized option -vgnuplot> a= ^ constant expression requiredunrecognized...
"unrecognized option" is printed at every error