BETS.grnn.test: Test a set of General Regression Neural Networks

Description Usage Arguments Value Author(s)

View source: R/BETS.grnn.test.R

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

1
BETS.grnn.test(results, test.set)

Arguments

results

The object returned by BETS.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


pedrocostaferreira/BETS documentation built on June 1, 2020, 7:53 a.m.