From fa20e0dd67c1da8fe8653f163e0fc6743934e7ae Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Thu, 18 Jul 2013 21:44:54 +0200 Subject: fdo#66477 Add descriptive statistics calculation to Calc. New menu entry in "Data>>Statistics>>Descriptive Statistics..." to quickly calculate basic statistics for a row of data. These are Mean, Standard Error, Mode, Median, Variance, Standard Deviation, Kurtosis, Skewness, Range, Minimum, Maximum, Sum and Count. Change-Id: I7c4a75adf7731f42f9c7f8e741ff1b5fa245c1c8 --- officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index d6e2e17a9568..fb8ed572e73a 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -645,6 +645,14 @@ 1 + + + ~Descriptive Statistics... + + + 1 + + ~Headers & Footers... -- cgit