Skip to content

Commit

Permalink
Merge pull request #12 from mayer79/fix_tex
Browse files Browse the repository at this point in the history
replace \text by \textrm
  • Loading branch information
mayer79 committed May 15, 2023
2 parents 657ff4a + e77e4cc commit 72e2ded
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/outForest.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
#' `allow_predictions`, it can be applied to new data.
#'
#' The outlier score of the ith value \eqn{x_{ij}} of the jth variable is defined as
#' \eqn{s_{ij} = (x_{ij} - p_{ij}) / \text{rmse}_j}, where \eqn{p_{ij}}
#' \eqn{s_{ij} = (x_{ij} - p_{ij}) / \textrm{rmse}_j}, where \eqn{p_{ij}}
#' is the corresponding out-of-bag prediction of the jth random forest and
#' \eqn{\text{rmse}_j} its RMSE. If \eqn{|s_{ij}| > L} with
#' \eqn{\textrm{rmse}_j} its RMSE. If \eqn{|s_{ij}| > L} with
#' threshold \eqn{L}, then \eqn{x_{ij}} is considered an outlier.
#'
#' For large data sets, just by chance, many values can surpass the default threshold
Expand Down
4 changes: 2 additions & 2 deletions man/outForest.Rd

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

0 comments on commit 72e2ded

Please sign in to comment.