This can be used to set the par
slot of a tsModel-class by hand, in contrast
to call Estimate on a given data set. The parameter should be a list with the
name an the values of the parameters to be set. See the example below.
# S4 method for tsModel
setParameter(object, par)
the tsModel-class for that the Parameter will be set
a list that contains the names and values of the parameters
Nothing, it sets the par
slot of the tsModel-class.