View source: R/approx_ref_matern_5_2.R
approx_ref_matern_5_2 | R Documentation |
Compute the approximate Matern5_2 kernel.
approx_ref_matern_5_2(a, b, C, beta_i, eta_i)
a |
parameter. |
b |
parameter. |
C |
parameter. |
beta_i |
the inverse of range parameter. |
eta_i |
the nugget parameter. |
Gu, M., & Xu, Y. (2020). Fast nonseparable Gaussian stochastic process with application to methylation level interpolation. Journal of Computational and Graphical Statistics, 29(2), 250-260.
approx_ref_matern_5_2(1,1/2,0.1,0.5, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.