Skip to content

Commit fb3ed0e

Browse files
committed
[R-package] small change in documentation
1 parent 37122be commit fb3ed0e

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

R-package/R/GPModel.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
#' \item{ "hurst_ard": Hurst covariance function with with Automatic Relevance Determination (ARD),
114114
#' i.e., with a different range parameter for every coordinate of ``gp_coords`` except
115115
#' for the first coordinate which has a range parameter of 1 due to identifiability with the marginal variance:
116-
#' cov(s, s') = (sigma2 / 2) * ( (s_1^2 + sum_{k=2}^d (s_k / l_k)^2)^H + (s'_1^2 + sum_{k=2}^d (s'_k / l_k)^2)^H - ((s_1 - s'_1)^2 + sum_{k=2}^d ((s_k - s'_k) / l_k)^2)^H ) }
116+
#' \eqn{ cov(s, s') = (\sigma^2/2)\left[ \left(s_1^2 + \sum_{k=2}^d (s_k/l_k)^2\right)^H + \left({s'}_1^2 + \sum_{k=2}^d ({s'}_k/l_k)^2\right)^H - \left((s_1-{s'}_1)^2 + \sum_{k=2}^d ((s_k-{s'}_k)/l_k)^2\right)^H \right] } }
117117
#' }
118118
#' @param cov_fct_shape A \code{numeric} specifying the shape parameter of the covariance function
119119
#' (e.g., smoothness parameter for Matern and Wendland covariance)

R-package/man/GPModel.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

R-package/man/GPModel_shared_params.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

R-package/man/fitGPModel.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

R-package/man/gpb.cv.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.

R-package/man/gpb.grid.search.tune.parameters.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.

R-package/man/gpb_shared_params.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)