MCPcopy Create free account
hub / github.com/alignoth/alignoth / Ds

Function Ds

resources/vega.min.js:4715–4719  ·  view source on GitHub ↗
(t, e, n, r)

Source from the content-addressed store, hash-verified

4713 return { coef: [r], predict: () => r, rSquared: 0 };
4714 }
4715 function Ds(t, e, n, r) {
4716 const i = r - t * t,
4717 o = Math.abs(i) < 1e-24 ? 0 : (n - t * e) / i;
4718 return [e - o * t, o];
4719 }
4720 function Cs(t, e, n, r) {
4721 ((t = t.filter((t) => {
4722 let r = e(t),

Callers 5

$sFunction · 0.85
TsFunction · 0.85
BsFunction · 0.85
zsFunction · 0.85
LsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected