summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/StatisticsInputOutputDialog.hxx
AgeCommit message (Collapse)AuthorFilesLines
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
2014-05-21Modify these stats dialogs to have OK and Cancel pair.Kohei Yoshida1-4/+0
Change-Id: I5707aea9965e0d288d4a0e742f5d3cccf08107eb
2014-05-15sc ANOVA: add "two factor" and rework "single factor" ANOVATomaž Vajngerl1-2/+3
Change-Id: I8cfaa06019e641e0590065d8f6a3266ff82acb88
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
sorry, huge one...
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2013-11-11Simplification and better output of statistics dialogs.Tomaž Vajngerl1-1/+4
Change-Id: Ia21bb07f7721a7697807f8ee98706bd3fc136653
2013-11-11Groupedby for ANOVA and "Descriptive Statistics"Tomaž Vajngerl1-5/+9
Move the functionallity to superclass, adjust UI Change-Id: I9770206386aa6d9caaf2d832d4744ac488e3190b
2013-07-28fdo#66477 Add correlation and covariance to Calc.Tomaž Vajngerl1-0/+4
Change-Id: I877199aa9c0bb275fa678488548c7e6797c0eefc
2013-07-23Add ANOVA (analysis of variance) calculation to Statistics.Tomaž Vajngerl1-0/+82
Currently supported calculation is one factor ANOVA calculation. Additionally refactor "descriptive statistics" and extract common functionallity with ANOVA into StatisticsInputOutput class. Change-Id: Ib9c3083019058c63738b3e92097411ba1b428648