https://github.com/cran/dse
Raw File
Tip revision: 3e4052b37d18ed9f1806a965cd47339de5d9bd45 authored by Paul Gilbert on 18 October 2009, 10:09:30 UTC
version 2009.10-2
Tip revision: 3e4052b
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