summaryrefslogtreecommitdiff
path: root/chart2/source/tools/PolynomialRegressionCurveCalculator.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-04-28Fix typo in codeAndrea Gelmini1-3/+3
2019-12-19Fix typoAndrea Gelmini1-2/+2
2019-12-18tdf#128995: Special case for single variable regression...Deena Francis1-36/+101
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-06-15Avoid -fsanitize=float-divide-by-zeroStephan Bergmann1-1/+4
2019-06-14Avoid -fsanitize=float-divide-by-zeroStephan Bergmann1-1/+4
2019-06-14Avoid -fsanitize=float-divide-by-zeroStephan Bergmann1-1/+1
2018-08-29new loplugin:oustringbufferNoel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: chart2Stephan Bergmann1-2/+2
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin1-1/+0
2017-10-23loplugin:includeform: chart2Stephan Bergmann1-3/+3
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin1-1/+1
2017-04-28loplugin:salunicodeliteral: chart2Stephan Bergmann1-1/+1
2017-02-12"Unicode" is a proper noun and should not be used in pluralTor Lillqvist1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-3/+0
2016-08-31Improve polynomial trendline equation representationLaurent Balland-Poirier1-1/+5
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-1/+1
2016-08-29Make OUStringLiteral1 a wrapper around UTF-16 instead of just ASCIIStephan Bergmann1-1/+1
2016-08-16Start tdf#100547 Trendline equation: customize X, Y namesLaurent Balland-Poirier1-4/+4
2016-07-19improve unnecessaryoverride pluginNoel Grandin1-12/+0
2016-05-22tdf#94004 Trendline: wrap equation to fit in chart areaLaurent Balland-Poirier1-10/+51
2016-04-02Chart: Improve polynomial trendline equation renderingLaurent Balland-Poirier1-10/+23
2015-10-07Improve polynomial trend line equationLaurent Balland-Poirier1-2/+6
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-4/+4
2014-03-03fdo#75538 R^2 calculation for trendline similar to LINEST functionLaurent Balland-Poirier1-5/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-3/+3
2014-02-07fdo#73374 Trendline: correct R^2 for forced interceptLaurent Balland-Poirier1-1/+14
2013-07-14pow is ambiguousTomaž Vajngerl1-1/+1
2013-07-14Use QR decomposition instead of gauss elimination for polynomial reg.Tomaž Vajngerl1-45/+104
2013-07-03Polynomial curve equation: show "x^1" as "x"Tomaž Vajngerl1-2/+9
2013-07-03Compiler error fixes in PolynomialRegressionCurveCalculatorTomaž Vajngerl1-5/+6
2013-07-03use sal_Int32 instead of int in PolynomialRegressionCurveCalculatorTomaž Vajngerl1-10/+10
2013-07-03Force intercept for polynomial regression & dialog improvementsTomaž Vajngerl1-33/+63
2013-07-03Slight cleanup in polynomial curve calculationTomaž Vajngerl1-3/+1
2013-07-03fdo#35712 polynomial and moving average regression linesTomaž Vajngerl1-0/+173