MCPcopy Index your code
hub / github.com/nodejs/node / stddev

Method stddev

lib/internal/histogram.js:179–183  ·  view source on GitHub ↗

* @readonly * @type {number}

()

Source from the content-addressed store, hash-verified

177 * @type {number}
178 */
179 get stddev() {
180 if (!isHistogram(this))
181 throw new ERR_INVALID_THIS('Histogram');
182 return this[kHandle]?.stddev();
183 }
184
185 /**
186 * @param {number} percentile

Callers

nothing calls this directly

Calls 1

isHistogramFunction · 0.85

Tested by

no test coverage detected