Description Usage Arguments Value Author(s) See Also
blr
is used to fit linear models using basis functions such as
Radial Basis Functions (RBFs), Fourier and Polynomial basis functions.
1 |
x |
The observations. |
y |
The response. |
basis |
Basis function object e.g. |
lambda |
Optional parameter for performing ridge regression. |
return.all |
Optional logical, indicating if all the metrics should be computed (mainly for efficiency). |
An object of class "basis_lm" is a list containing the following components:
coefficients
a named vector of coefficients.
residuals
the residuals, that is response minus fitted values.
fitted.values
the fitted mean values.
df.residuals
the residual degrees of freedom.
sigma
the standard deviation of the residuals.
vcov
The covariance matrix.
basis
The basis object used.
lambda
The regularization parameter.
call
the matched call.
C.A.Kapourani C.A.Kapourani@ed.ac.uk
predict.blr
, create_fourier_object
,
create_rbf_object
, summary.blr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.