https://github.com/cran/dse
Raw File
Tip revision: 255d6b0f2bb198b3fdf1ac04a994762b381b07a7 authored by Paul Gilbert on 26 February 2020, 06:10:02 UTC
version 2020.2-1
Tip revision: 255d6b0
testEqual.forecast.Rd
\name{testEqual.forecast}
\alias{testEqual.forecast}
\alias{testEqual.forecastCov}
\alias{testEqual.horizonForecasts}
\alias{testEqual.estimatedModels}

\title{Specific Methods for Testing Equality}
\description{See the generic function description.}
\usage{
    \method{testEqual}{forecast}(obj1, obj2, fuzz=1e-14)
    \method{testEqual}{forecastCov}(obj1, obj2, fuzz=1e-14)
    \method{testEqual}{horizonForecasts}(obj1, obj2, fuzz=1e-14)
    \method{testEqual}{estimatedModels}(obj1, obj2, fuzz = 0)
}
\arguments{
    \item{obj1}{an object which is to be compared with the second object.}
    \item{obj2}{an object which is to be compared with the first object.}
    \item{fuzz}{tolerance for numerical comparisons. Values within fuzz will be
       considered equal.}
}

\seealso{ \code{\link[tframe]{testEqual}} }

\concept{DSE}
\keyword{ts}

back to top