* spreadsheet, calc descriptive statistics, the mode??
@ 2021-03-29 12:47 Uwe Brauer
2021-03-29 13:24 ` Jude DaShiell
0 siblings, 1 reply; 2+ messages in thread
From: Uwe Brauer @ 2021-03-29 12:47 UTC (permalink / raw)
To: emacs-orgmode
Hi
As far as I can see
#+begin_src
| | Marks | |
|---+-------+-----------------------|
| | 1 | |
| | 1 | |
| | 4 | |
| | 5 | |
| | 6 | |
|---+-------+-----------------------|
| 4 | 3.4 | vmod([1, 1, 4, 5, 6]) |
,#+TBLFM: @7$1=vmedian(@I$2..@II$2)::@7$2=vmean(@I$2..@II$2)::@7$3=vmod(@I$2..@II$2)
#+end_src
The mode as in explained for example in
https://en.wikipedia.org/wiki/Mode_(statistics)
Is not included in calc. Am I correct. I tried to search in the info but
cannot find anything
Regards
Uwe Brauer
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: spreadsheet, calc descriptive statistics, the mode??
2021-03-29 12:47 spreadsheet, calc descriptive statistics, the mode?? Uwe Brauer
@ 2021-03-29 13:24 ` Jude DaShiell
0 siblings, 0 replies; 2+ messages in thread
From: Jude DaShiell @ 2021-03-29 13:24 UTC (permalink / raw)
To: Uwe Brauer; +Cc: emacs-orgmode
Many years ago I found it curious mean and median were available but mode
hadn't been done.
On Mon, 29 Mar 2021, Uwe Brauer wrote:
> Hi
>
> As far as I can see
> #+begin_src
>
> | | Marks | |
> |---+-------+-----------------------|
> | | 1 | |
> | | 1 | |
> | | 4 | |
> | | 5 | |
> | | 6 | |
> |---+-------+-----------------------|
> | 4 | 3.4 | vmod([1, 1, 4, 5, 6]) |
> ,#+TBLFM: @7$1=vmedian(@I$2..@II$2)::@7$2=vmean(@I$2..@II$2)::@7$3=vmod(@I$2..@II$2)
> #+end_src
>
>
> The mode as in explained for example in
> https://en.wikipedia.org/wiki/Mode_(statistics)
>
> Is not included in calc. Am I correct. I tried to search in the info but
> cannot find anything
>
> Regards
>
> Uwe Brauer
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-03-29 13:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-29 12:47 spreadsheet, calc descriptive statistics, the mode?? Uwe Brauer
2021-03-29 13:24 ` Jude DaShiell
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.