MCPcopy Create free account
hub / github.com/microsoft/SandDance / degreesOfFreedom

Function degreesOfFreedom

docs/app/js/sanddance-app.js:139392–139392  ·  view source on GitHub ↗
(method, order)

Source from the content-addressed store, hash-verified

139390 poly: (0, _vegaStatistics.regressionPoly)
139391};
139392const degreesOfFreedom = (method, order)=>method === "poly" ? order : method === "quad" ? 2 : 1;
139393/**
139394 * Compute regression fits for one or more data groups.
139395 * @constructor

Callers 1

transformFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected