Page MenuHomeSoftware Heritage

deviation.js
No OneTemporary

deviation.js

import variance from "./variance.js";
export default function deviation(values, valueof) {
const v = variance(values, valueof);
return v ? Math.sqrt(v) : v;
}

File Metadata

Mime Type
text/x-java
Expires
Fri, Jul 4, 3:48 PM (2 w, 5 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3422559

Event Timeline