Skip to main content
Module

x/rdw_data/src/providers/mod.ts>SelectRegrIntercept

Get data from RDW using Deno/Node
Latest
function SelectRegrIntercept
import { SelectRegrIntercept } from "https://deno.land/x/rdw_data@0.7.0/src/providers/mod.ts";

Returns the y-intercept of the linear least squares fit

Docs: https://dev.socrata.com/docs/functions/regr_intercept.html

Parameters

xField: string | FieldObject<DataType.Number>
yField: string | FieldObject<DataType.Number>

Returns

SelectImpl