range is the range of cells to be counted based on the criteria
criteriais used to determine which cells to count
class |
Delta
Implementation for Excel DELTA() function. |
class |
Intercept
Implementation of Excel function INTERCEPT()
Calculates the INTERCEPT of the linear regression line that is used to predict y values from x values
(http://introcs.cs.princeton.edu/java/97data/LinearRegression.java.html)
Syntax:
INTERCEPT(arrayX, arrayY) |
class |
LinearRegressionFunction
Base class for linear regression functions. |
static class |
NumericFunction.TwoArg
|
class |
Quotient
Implementation for Excel QUOTIENT () function. |
class |
Rept
Implementation for Excel REPT () function. |
class |
Roman
Implementation for Excel WeekNum() function. |
class |
Slope
Implementation of Excel function SLOPE()
Calculates the SLOPE of the linear regression line that is used to predict y values from x values
(http://introcs.cs.princeton.edu/java/97data/LinearRegression.java.html)
Syntax:
SLOPE(arrayX, arrayY) |
class |
Sumx2my2
Implementation of Excel function SUMX2MY2()
Calculates the sum of differences of squares in two arrays of the same size. |
class |
Sumx2py2
Implementation of Excel function SUMX2PY2()
Calculates the sum of squares in two arrays of the same size. |
class |
Sumxmy2
Implementation of Excel function SUMXMY2()
Calculates the sum of squares of differences between two arrays of the same size. |
class |
WeekNum
Implementation for Excel WeekNum() function. |
class |
XYNumericFunction
|