Description Usage Arguments Value Author(s) See Also Examples
evaluate
is a generic function for evaluating the quality of time series prediction
or modeling fitness based on a particular metric defined in an evaluating
object.
The function invokes particular methods which
depend on the class of the first argument.
1 2 3 4 5 6 7 8 9 10 |
obj |
An object of class |
... |
Other parameters passed to |
test |
A vector or univariate time series containing actual values
for a time series that are to be compared against |
pred |
A vector or univariate time series containing time series
predictions that are to be compared against the values in |
mdl |
A time series model object for which fitness is to be evaluated. |
fitness |
Should the function compute the fitness quality? If For |
A list containing obj
and the computed metric values.
Rebecca Pontes Salles
Other evaluate:
evaluate.tspred()
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.