CALC.intercept(arrayY, arrayX)

Calculates the point at which a line will intersect the y-axis by using existing x-values and y-values. The intercept point is based on a best-fit regression line plotted through the known x-values and known y-values.

Example

CALC.intercept([8,11,14,17],[1,2,3,4]);

// returns 5

<< CALC.hypgeomdist(sample_s, number_sample, population_s, number_population) © 1996-2013 InetSoft Technology Corporation (v11.5) CALC.kurt(array) >>