Skip to content

Commit

Permalink
make minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
boennecd committed Mar 11, 2019
1 parent 504508a commit 09bebe4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/HDs.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#' "The values in the files are the values reported by the drives. Sometimes,
#' those values are out of whack. For example, in a few cases the RAW value of
#' SMART 9 (Drive life in hours) reported a value that would make a drive 10+
#' years old, which was not possible. In other words, its a good idea to have
#' years old, which was not possible. In other words, it's a good idea to have
#' bounds checks when you process the data."
#'
#' See this github page for the processing steps
Expand Down
2 changes: 1 addition & 1 deletion R/PF.R
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@ get_cloud_quantiles.PF_clouds <- function(
#' The score vector and negative observed information matrix are computed
#' with the (forward)
#' particle filter. This comes at an \eqn{O(d^2)} variance where \eqn{d}
#' is the number of periods, \eqn{d}. Thus, the approximation may be poor for long
#' is the number of periods. Thus, the approximation may be poor for long
#' series. The score vector can be used to perform stochastic gradient
#' descent.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/PF_get_score_n_hess.Rd

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

2 changes: 1 addition & 1 deletion man/hds.Rd

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

0 comments on commit 09bebe4

Please sign in to comment.