diff --git a/R/es.R b/R/es.R index 4742e106..b2dda27b 100644 --- a/R/es.R +++ b/R/es.R @@ -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} diff --git a/R/simves.R b/R/simves.R index f656d8fa..2babd6fa 100644 --- a/R/simves.R +++ b/R/simves.R @@ -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. diff --git a/man/es.Rd b/man/es.Rd index 486b25dc..d56591bb 100644 --- a/man/es.Rd +++ b/man/es.Rd @@ -237,7 +237,7 @@ estimated as well. \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} diff --git a/man/sim.ves.Rd b/man/sim.ves.Rd index 2842e05d..3e3b904f 100644 --- a/man/sim.ves.Rd +++ b/man/sim.ves.Rd @@ -14,7 +14,7 @@ sim.ves(model = "ANN", obs = 10, nsim = 1, nSeries = 2, frequency = 1, \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.} \item{obs}{Number of observations in each generated time series.}