SPL File ModelingTypes.spl
Content
- Types
-
- AutoForecasterTypes.AutoForecasterUpdateParamsType: This type should be used to send updates to the control port of the AutoForecaster operator
- VARTypes.VARCoefficientType: This type can hold the results returned by the coefficients() output function.
- VARTypes.VARGrangerType: This type can hold the results returned by the getGrangerCausality() output function.
- VARTypes.VARUpdateParamsType: This type can be used to send updates to the control port of the VAR operator.
Composites
composite VARTypes
Composite that contains types specific to the VAR operator
Static Types
- VARTypes.VARCoefficientType = map<uint32, map<uint32, list<float64>>>;
-
This type can hold the results returned by the coefficients() output function.
- VARTypes.VARGrangerType = map<uint32, list<uint32>>;
-
This type can hold the results returned by the getGrangerCausality() output function.
- VARTypes.VARUpdateParamsType = map<rstring, uint32>;
-
This type can be used to send updates to the control port of the VAR operator.
composite AutoForecasterTypes
Composite that contains types specific to the AutoForecaster operator
Static Types
- AutoForecasterTypes.AutoForecasterUpdateParamsType = map<rstring, uint32>;
-
This type should be used to send updates to the control port of the AutoForecaster operator