[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Candidate stem-and-leaf plot function
From: |
Carnë Draug |
Subject: |
Re: Candidate stem-and-leaf plot function |
Date: |
Sat, 26 Jan 2013 21:29:28 +0000 |
On 26 January 2013 04:50, Michael D. Godfrey <address@hidden> wrote:
> R also has a routine called stem(). I have not tried this, but
> it is likely well-done. Compatibility with R is not a current Octave
> objective.
There's already a stem function. Something like stemleaf() could be
used instead.
> I would like comments as to whether this should be included in
> the statistics library, probably in /base for lack of a better place.
> Comments about the code, documentation and tests, are very
> welcome. And, if anyone wants to include it they are welcome to do so.
Just a small correction, TexInfo complains because there's no "@end
deftypefn" at the end.
Should this go into one of the forge packages or core? Either into
plot or statistics package but since it's not really a plot, I think
the latter may be more appropriate.
Carnë
- Candidate stem-and-leaf plot function, Michael D. Godfrey, 2013/01/25
- Re: Candidate stem-and-leaf plot function, Daniel J Sebald, 2013/01/26
- Re: Candidate stem-and-leaf plot function, Michael D. Godfrey, 2013/01/26
- Re: Candidate stem-and-leaf plot function, Daniel J Sebald, 2013/01/26
- Re: Candidate stem-and-leaf plot function, Michael D. Godfrey, 2013/01/26
- Re: Candidate stem-and-leaf plot function, Daniel J Sebald, 2013/01/26
- Re: Candidate stem-and-leaf plot function, Michael D. Godfrey, 2013/01/26
- Re: Candidate stem-and-leaf plot function, Michael D. Godfrey, 2013/01/29
- Re: Candidate stem-and-leaf plot function, Daniel J Sebald, 2013/01/29
Re: Candidate stem-and-leaf plot function,
Carnë Draug <=