grnn.test {BETS}R Documentation

Test a set of General Regression Neural Networks

Description

Given new values of the independent variables, tests a list of trained GRNNs and picks the best net, based on an accuracy measure between the forecasted and the actual values.

Usage

grnn.test(results, test.set)

Arguments

results

The object returned by grnn.train.

test.set

A ts list. The first element must be the actual values of the dependent variable. The others, the new values of the regressors.

Value

A list object representing the best network (according to forecasting MAPE). Its fields are:

Author(s)

Talitha Speranza talitha.speranza@fgv.br


[Package BETS version 0.4.9 Index]