Skip to content

Commit

Permalink
More typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Svetunkov committed May 31, 2018
1 parent 3b5e7fb commit 26ef81f
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions R/methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ BICc.smooth <- function(object, ...){
#'
#' The function returns either scalar (if it is a non-smooth model)
#' or the matrix of (h x h) size with variances and covariances of 1 to h steps ahead
#' forecat errors. This is currently done based on empirical values. The analytical ones
#' forecast errors. This is currently done based on empirical values. The analytical ones
#' are more complicated.
#'
#' @template ssAuthor
Expand Down Expand Up @@ -369,7 +369,7 @@ nParam.iss <- function(object, ...){
#'
#' Prediction likelihood score (PLS) is based on either normal or log-normal
#' distribution of errors. This is extracted from the provided model. The likelihood
#' based onthe distribution of 1 to h steps ahead forecast errors is used in the process.
#' based on the distribution of 1 to h steps ahead forecast errors is used in the process.
#'
#' @template ssAuthor
#' @template ssKeywords
Expand Down Expand Up @@ -678,7 +678,7 @@ NULL
#' This function is created in order for the package to be compatible with Rob
#' Hyndman's "forecast" package
#'
#' This is not a compulsary function. You can simply use \link[smooth]{es},
#' This is not a compulsory function. You can simply use \link[smooth]{es},
#' \link[smooth]{ces}, \link[smooth]{ges} or \link[smooth]{ssarima} without
#' \code{forecast.smooth}. But if you are really used to \code{forecast}
#' function, then go ahead!
Expand Down
2 changes: 1 addition & 1 deletion R/smooth-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#' \item \link[smooth]{covar} - returns covariance matrix of multiple steps ahead forecast errors.
#' \item \link[smooth]{pls} - returns Prediction Likelihood Score.
#' \item \link[greybox]{nParam} - returns number of the estimated parameters.
#' \item \link[smooth]{Accuracy} - returns vector of error measures for the providede forecasts
#' \item \link[smooth]{Accuracy} - returns vector of error measures for the provided forecasts
#' and holdout.
#' \item \link[smooth]{graphmaker} - plots the original series, the fitted values and the forecasts.
#' \item fitted - extracts fitted values from provided model.
Expand Down
2 changes: 1 addition & 1 deletion R/viss.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#' @param probability Type of probability assumed in the model. If
#' \code{"dependent"}, then it is assumed that occurrence of one variable is
#' connected with the occurrence with another one. In case of \code{"independent"}
#' the occurrence of the variables is assumed to happen independ of each
#' the occurrence of the variables is assumed to happen independent of each
#' other.
#' @param model Type of ETS model used for the estimation. Normally this should
#' be either \code{"ANN"} or \code{"MNN"}. If you assume that there are some
Expand Down
2 changes: 1 addition & 1 deletion man/covar.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/forecast.smooth.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/pls.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/smooth.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/viss.Rd

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

0 comments on commit 26ef81f

Please sign in to comment.