Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More Functions in Formulae #290

Open
theFlyingCat04 opened this issue Sep 19, 2023 · 1 comment
Open

More Functions in Formulae #290

theFlyingCat04 opened this issue Sep 19, 2023 · 1 comment
Labels
enhancement New feature or request needs-review A newly created issue that has not yet been processed

Comments

@theFlyingCat04
Copy link

theFlyingCat04 commented Sep 19, 2023

As a developer I use tables for recording Programm execution times. To get some statistics about two different versions of the program it would be nice to get minimum and maximum values of separate columns, as well as mean and median values. E. g. I'd like to have a Table like

times old in seconds new in seconds
0.638 0.520
0.628 0.511
0.647 0.513
0.623 0.518
0.625 0.517
Min
Max
Average
Median

and the last four rows beeing automatically calculated by formulas.

So to sum it up I would like to have statistic functions "min", "max", "median" in order to be able to do something like

<!-- TBLFM: @7$2=min(@2$2..@6$2) -->
<!-- TBLFM: @8$2=max(@2$2..@6$2) -->
<!-- TBLFM: @9$2=mean(@2$2..@6$2) -->
<!-- TBLFM: @10$2=median(@2$2..@6$2) -->
@theFlyingCat04 theFlyingCat04 added enhancement New feature or request needs-review A newly created issue that has not yet been processed labels Sep 19, 2023
@theFlyingCat04
Copy link
Author

Any Progress, Comments, Reactions on this? Are You planning to implement features like this or will i have to calculate these things by hand in the future?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs-review A newly created issue that has not yet been processed
Projects
None yet
Development

No branches or pull requests

1 participant