Description Usage Arguments Value Author(s) See Also Examples
These functions create different basis objects, which can be used as input to complex functions in order to perform computations depending on the class of the basis function.
1 2 3 4 5 6 7 |
M |
The number of the basis functions. In case of Fourier basis, this number should be even, since we need to have pairs of sines and cosines and the constant term is added by default. |
gamma |
Inverse width of radial basis function. |
mus |
Optional centers of the RBF. |
eq_spaced_mus |
Logical, if TRUE, equally spaced centers are created,
otherwise centers are created using |
whole_region |
Logical, indicating if the centers will be evaluated equally spaced on the whole region, or between the min and max of the observation values. |
A basis object of class 'rbf'.
Hongen Kang geneprophet@163.com
1 2 3 | human_basis_profile <- create_rbf_object(M = 8)
human_basis_mean <- create_rbf_object(M = 0)
#---------------------------------
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.