Skip to content

Commit

Permalink
"Student T" -> "Student's T"
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Aug 26, 2021
1 parent c3e764b commit 9b46cd8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions R/lm.R
Expand Up @@ -266,10 +266,10 @@ report.TSLM <- function(object, digits = max(3, getOption("digits") - 3), ...) {
#' @importFrom stats predict
#'
#' @param approx_normal Should the resulting forecast distributions be
#' approximated as a Normal distribution instead of a Student T distribution.
#' Returning Normal distributions (the default) is a useful approximation to
#' make it easier for using TSLM models in model combinations or
#' reconciliation processes.
#' approximated as a Normal distribution instead of a Student's T
#' distribution. Returning Normal distributions (the default) is a useful
#' approximation to make it easier for using TSLM models in model combinations
#' or reconciliation processes.
#'
#' @examples
#' as_tsibble(USAccDeaths) %>%
Expand Down
8 changes: 4 additions & 4 deletions man/forecast.TSLM.Rd

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

0 comments on commit 9b46cd8

Please sign in to comment.