Bug 93017 - Add Coefficient of Variation
Summary: Add Coefficient of Variation
Status: CLOSED WONTFIX
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: Other All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-29 22:20 UTC by jcrmatos
Modified: 2016-09-03 09:35 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jcrmatos 2015-07-29 22:20:10 UTC
Add Coefficient of Variation
CV = StdDev / Mean

https://en.wikipedia.org/wiki/Coefficient_of_variation
Comment 1 Jean-Baptiste Faure 2015-07-30 04:58:40 UTC
Please, provide:
- use-case showing your request could be useful for most users
- a clear description with references
- an algorithm

Best regards. JBF
Comment 2 Eike Rathke 2016-09-03 09:34:48 UTC
This looks like just STDEV(range)/AVERAGE(range)
I doubt there's yet another separate function needed for this.