Skip to content

Commit cf3544b

Browse files
committed
Updates
Doc updates
1 parent ac22e95 commit cf3544b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

R/dgp.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
#' interpolates the training data points. Set `nugget` to a larger value and the bools in `nugget_est` to `TRUE` for stochastic emulation where
6565
#' the computer model outputs are assumed to follow a homogeneous Gaussian distribution. Defaults to `1e-6` if `likelihood` is `NULL`.
6666
#' If `likelihood` is not `NULL`, the nuggets of GPs that feed into the likelihood layer default to `1e-4`, while those of all other GPs default to `1e-6`.
67-
#' @param scale_est a bool or a bool vector indicating whether the variances of GP nodes in the final layer (or the
67+
#' @param scale_est `r new_badge("updated")` a bool or a bool vector indicating whether the variances of GP nodes in the final layer (or the
6868
#' layer feeding the likelihood node) should be estimated. If a bool is provided, it is applied to all GP nodes in that layer.
6969
#' If a bool vector is provided, its length must match the number of GP nodes:
7070
#' - `ncol(Y)` if `likelihood = NULL`
@@ -78,7 +78,7 @@
7878
#' * `TRUE`: the variance of the corresponding GP will be estimated with the initial value given by the correspondence in `scale` (see below).
7979
#'
8080
#' Defaults to `TRUE`.
81-
#' @param scale the initial variance value(s) of GP nodes in the final layer (or the
81+
#' @param scale `r new_badge("updated")` the initial variance value(s) of GP nodes in the final layer (or the
8282
#' layer feeding the likelihood node). If it is a single numeric value, it will be applied to all GP nodes
8383
#' in the final layer (or the layer feeding the likelihood node). If it is a vector, its length must match the number of GP nodes:
8484
#' - `ncol(Y)` if `likelihood = NULL`
@@ -93,7 +93,7 @@
9393
#' @param connect a bool indicating whether to apply global input connections in the DGP structure. Setting this to `FALSE` may yield
9494
#' a better emulator in some cases. When set to `NULL`, the value defaults to `FALSE` if `likelihood = "Categorical"` and to `TRUE` otherwise.
9595
#' Defaults to `NULL`.
96-
#' @param likelihood the likelihood type of a DGP emulator:
96+
#' @param likelihood `r new_badge("updated")` the likelihood type of a DGP emulator:
9797
#' 1. `NULL`: no likelihood layer is included in the emulator.
9898
#' 2. `"Hetero"`: a heteroskedastic Gaussian likelihood layer is added for stochastic emulation where the computer model outputs are assumed to follow a heteroskedastic Gaussian distribution
9999
#' (i.e., the computer model outputs have input-dependent noise).

man/dgp.Rd

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

0 commit comments

Comments
 (0)