Skip to content

Commit

Permalink
Corrected typos in desctiptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Svetunkov committed Jul 3, 2018
1 parent 829b06c commit e5b12f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/es.R
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ utils::globalVariables(c("vecg","nComponents","modellags","phiEstimate","y","dat
#' \item \code{persistenceX} - persistence vector g for exogenous variables.
#' \item \code{transitionX} - transition matrix F for exogenous variables.
#' \item \code{ICs} - values of information criteria of the model. Includes AIC, AICc, BIC and BICc.
#' \item \code{logLik} - conventrated log-likelihood of the function.
#' \item \code{logLik} - concentrated log-likelihood of the function.
#' \item \code{cf} - cost function value.
#' \item \code{cfType} - type of cost function used in the estimation.
#' \item \code{FI} - Fisher Information. Equal to NULL if \code{FI=FALSE} or when \code{FI}
Expand Down
2 changes: 1 addition & 1 deletion R/simves.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ utils::globalVariables(c("mvrnorm"));
#' \code{ANN}, \code{AAN}, \code{AAdN}, \code{AAA}, \code{AAdA} etc.
#' Only pure additive and pure multiplicative models are supported. In the
#' latter case the data is generated using additive model and then
#' expontiated.
#' exponentiated.
#' @param obs Number of observations in each generated time series.
#' @param nsim Number of series to generate (number of simulations to do).
#' @param nSeries Number of series in each generated group of series.
Expand Down
2 changes: 1 addition & 1 deletion man/es.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/sim.ves.Rd

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

0 comments on commit e5b12f6

Please sign in to comment.