Skip to content

Commit 05cfbb6

Browse files
committed
fix doc notes
1 parent c2de360 commit 05cfbb6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/formula-gp.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@
6060
#'
6161
#' Below, we describe the currently supported covariance kernels:
6262
#' \itemize{
63-
#' \item{"exp_quad": }{The exponentiated-quadratic kernel is defined as
63+
#' \item "exp_quad": The exponentiated quadratic kernel is defined as
6464
#' \eqn{k(x_i, x_j) = sdgp^2 \exp(- || x_i - x_j ||^2 / (2 lscale^2))},
6565
#' where \eqn{|| . ||} is the Euclidean norm, \eqn{sdgp} is a
6666
#' standard deviation parameter, and \eqn{lscale} is characteristic
6767
#' length-scale parameter. The latter practically measures how close two
6868
#' points \eqn{x_i} and \eqn{x_j} have to be to influence each other
69-
#' substantially.}
69+
#' substantially.
7070
#' }
7171
#'
7272
#' In the current implementation, \code{"exp_quad"} is the only supported

man/gp.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)