Skip to content

Commit

Permalink
fix doc notes
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-buerkner committed Mar 19, 2024
1 parent c2de360 commit 05cfbb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/formula-gp.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
#'
#' Below, we describe the currently supported covariance kernels:
#' \itemize{
#' \item{"exp_quad": }{The exponentiated-quadratic kernel is defined as
#' \item "exp_quad": The exponentiated quadratic kernel is defined as
#' \eqn{k(x_i, x_j) = sdgp^2 \exp(- || x_i - x_j ||^2 / (2 lscale^2))},
#' where \eqn{|| . ||} is the Euclidean norm, \eqn{sdgp} is a
#' standard deviation parameter, and \eqn{lscale} is characteristic
#' length-scale parameter. The latter practically measures how close two
#' points \eqn{x_i} and \eqn{x_j} have to be to influence each other
#' substantially.}
#' substantially.
#' }
#'
#' In the current implementation, \code{"exp_quad"} is the only supported
Expand Down
4 changes: 2 additions & 2 deletions man/gp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 05cfbb6

Please sign in to comment.