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

Function v

resources/vega.min.js:4926–4931  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

4924 return n;
4925 })(c),
4926 v = (t) => {
4927 t -= a;
4928 let e = s + y[0] + y[1] * t + y[2] * t * t;
4929 for (h = 3; h < f; ++h) e += y[h] * Math.pow(t, h);
4930 return e;
4931 };
4932 return { coef: Rs(f, y, -a, s), predict: v, rSquared: Ss(t, e, n, s, v) };
4933 }
4934 function Rs(t, e, n, r) {

Callers 5

yrFunction · 0.70
bFunction · 0.70
vega.min.jsFile · 0.70
yFunction · 0.70
MEFunction · 0.70

Calls 7

UwFunction · 0.85
FeFunction · 0.85
lineStartMethod · 0.80
pointMethod · 0.80
tFunction · 0.70
nFunction · 0.70
mapMethod · 0.45

Tested by

no test coverage detected