gaussian_kernel_confidence | R Documentation |
Functions to compute a Gaussian kernel.
gaussian_kernel_confidence( vertical_r0 = 0.05, vertical_sd = 1, horizontal_r0 = vertical_r0, horizontal_sd = vertical_sd, tail_included = TRUE ) gaussian_kernel_radius( vertical_radius, vertical_sd = 1, horizontal_radius = vertical_radius, horizontal_sd = vertical_sd, tail_included = TRUE )
vertical_r0 |
[numeric] The kernel's r0 (exponential) in the vertical dimension. |
vertical_sd |
[numeric] The kernel's standard deviation in the vertical dimension. |
horizontal_r0 |
[numeric] The kernel's r0 (exponential) in the horizontal dimension. |
horizontal_sd |
[numeric] The kernel's standard deviation in the horizontal dimension. |
tail_included |
[logical] Whether or not to include the kernel tail. |
vertical_radius |
[numeric] The kernel's radius in the vertical dimension. |
horizontal_radius |
[numeric] The kernel's radius in the horizontal dimension. |
A matrix
corresponding to the kernel.
gaussian_kernel_confidence(vertical_r0 = 0.4, vertical_sd = 1, horizontal_r0 = 0.5, horizontal_sd = 2) gaussian_kernel_confidence(vertical_r0 = 0.4, vertical_sd = 1, horizontal_r0 = 0.5, horizontal_sd = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.