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

Description Usage Arguments Value Author(s)

View source: R/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
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


nmecsys/BETS documentation built on April 8, 2021, 1:54 a.m.