MCPcopy Create free account
hub / github.com/angular/angular /

Class

packages/benchpress/src/statistic.ts:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 */
8
9export class Statistic {
10 static calculateCoefficientOfVariation(sample: number[], mean: number) {
11 return (Statistic.calculateStandardDeviation(sample, mean) / mean) * 100;
12 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected