summaryrefslogtreecommitdiff
path: root/sc/source/ui/StatisticsDialogs
AgeCommit message (Expand)AuthorFilesLines
2014-11-20Add string for transl. and "Test statistic" for Chi-Square TestTomaž Vajngerl3-33/+67
2014-11-18fdo#76868 Add chi-square test Statistics DialogTomaž Vajngerl1-0/+97
2014-11-16vcl: let the ModelessDialog ctor take an OUStringMiklos Vajna3-3/+3
2014-11-15t-test & F-test Statistics dialog: rename VAR -> VARIABLETomaž Vajngerl2-41/+35
2014-11-15fdo#74669 Add z-test Statistics DialogTomaž Vajngerl3-5/+227
2014-11-15Make room for more IDs and rename common IDs in Statistics dialogsTomaž Vajngerl4-59/+57
2014-11-15fdo#81801 add first and third quartile to "Descriptive Statistics"Tomaž Vajngerl3-0/+12
2014-11-15Make "Hypothesized Mean Difference" as parameter in t-testTomaž Vajngerl1-7/+8
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin6-28/+12
2014-10-28loplugin: cstylecastNoel Grandin1-4/+4
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-11/+2
2014-10-02coverity#1130190 'Constant' variable guards dead codeCaolán McNamara1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin13-13/+13
2014-06-25remove whitespaceMarkus Mohrhard3-3/+0
2014-05-30fdo#79174: Use 3D address when the input and output are on different sheets.Kohei Yoshida8-19/+22
2014-05-21Label t-test and F-test for their respective dialogs.Kohei Yoshida4-4/+20
2014-05-21Modify these stats dialogs to have OK and Cancel pair.Kohei Yoshida3-57/+0
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin2-2/+2
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-1/+0
2014-05-17move boost rng wrapper from sc to comphelperThomas Arnhold11-11/+0
2014-05-15fdo#76718 Rounding for "fill > random number.." optionTomaž Vajngerl1-22/+42
2014-05-15sc - statistics dialog: add more space between IDsTomaž Vajngerl1-68/+67
2014-05-15sc ANOVA: add "two factor" and rework "single factor" ANOVATomaž Vajngerl3-85/+376
2014-04-29coverity#1210185 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-04-29coverity#1210186 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-04-29coverity#1210192 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-04-24sc: t-test - actually use "Alpha" parameter in formulasTomaž Vajngerl1-2/+2
2014-04-24sc: Add newLine() convenience method to AddressWalkerTomaž Vajngerl3-58/+34
2014-04-24sc: F Test - externalize string ("Variable" label)Tomaž Vajngerl1-2/+2
2014-04-24sc: t-test - refactor to row oriented output & externalise stringsTomaž Vajngerl3-49/+132
2014-04-24sc: Add F-Test to StatisticsTomaž Vajngerl3-17/+264
2014-04-18No need for these to be statics.Jan Holesovsky1-7/+4
2014-03-17sc: prefer passing OUString by referenceNoel Grandin2-13/+13
2014-03-03remove unused code AddressWalker::pop()Noel Grandin1-6/+0
2014-02-21vcl: sal_Bool -> boolStephan Bergmann9-9/+9
2014-01-30Speed up filling of random number generation over entire column.Kohei Yoshida1-6/+12
2014-01-29No need to store the address detail object.Kohei Yoshida1-5/+4
2014-01-29Consistency in naming.Kohei Yoshida1-19/+19
2014-01-29No need for static keywords when they are in anonymous namespace.Kohei Yoshida1-14/+14
2014-01-28coverity#1130485 Uninitialized scalar fieldCaolán McNamara1-3/+5
2014-01-13resolved fdo#73555 compile statistics templates using English grammarEike Rathke7-10/+19
2013-12-30Resolves: fdo#73137 undo name for 'Covariance' is differentJulien Nabet1-0/+5
2013-12-30Resolves: fdo#73138 undo name for 'Chi Squared' is differentJulien Nabet1-1/+1
2013-12-01Add strings in statistics dialogs to the SRC/HRC file.Tomaž Vajngerl9-44/+160
2013-11-30Add t-test Statistics Dialog.Tomaž Vajngerl5-0/+485
2013-11-29Drop duplicate #includeTakeshi Abe1-1/+0
2013-11-12WaE: unused variable 'aReferenceString' [loplugin]Tor Lillqvist1-2/+0
2013-11-12WaE: unused variable 'aFormulaString' [loplugin]Tor Lillqvist1-2/+0
2013-11-11Simplification and better output of statistics dialogs.Tomaž Vajngerl7-54/+110
2013-11-11Add statistics dialog for calculation of moving average.Tomaž Vajngerl4-8/+173