scalation.modeling.Predictor
See thePredictor companion trait
The Predictor
companion object provides a method for testing predictive models.
Attributes
-
Companion
-
trait
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Test (in-sample) by training and testing on the FULL dataset. Test (out-of-sample) by training on the TRAINING set and testing on the TESTING set.
Test (in-sample) by training and testing on the FULL dataset. Test (out-of-sample) by training on the TRAINING set and testing on the TESTING set.
Value parameters
-
check
-
whether to check the assertion that the in-sample and out-of-sample results are in rough agreement (e.g., at 20%)
-
ext
-
the model subtype extension (e.g., indicating the transformation function used)
-
mod
-
the model to be used
Attributes