regpoly0: Regression: Regpoly0
Description
Zero order polynomial regression function.
Usage
regpoly0(S, grad = FALSE)
Arguments
S
m*n matrix with m design points of dimension n
grad
define if function returns gradient, default is FALSE
Value
returns a list with two elements:
fvector of ones, with length m
dfJacobian at the first point (first row in S)