Description Usage Arguments Value
View source: R/regressionFittingFunctions.R
This function is typically not directly used by the user; it is used inside fitFlexCoDE
1 | regressionFunction.Series(x, responses, extra = NULL)
|
x |
matrix with covariates that will be used for training |
responses |
matrix where each column is a response for the training data |
extra |
list with two components: the first is named epsGrid, which contains a vetor with different number of bandwidths to be used in the gaussian kernel; the function will choose the best value among them; the second is called nXMax and contains a single integer number that describes what is the maximum number of spectral basis functions with be used |
object of the class Series containing information needed to perform prediction on new points
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.