Types: com.teracloud.streams.timeseries 7.0.0
Types
- AutoForecasterTypes.AutoForecasterUpdateParamsType
- This type should be used to send updates to the control port of the AutoForecaster operator
- ConvolveAlgorithmTypes.ConvolveAlgorithmType
- An enum type that allows for specifying the algorithm to use when performing convolution.
- CrossCorrelateTypes.CrossCorrelateAlgorithmType
- An enum type that allows for specifying the algorithm to use when performing cross correlation.
- CrossCorrelateTypes.CrossCorrelateMultiOutputType
- This type can hold the results of the CrossCorrelate operator when using the PEARSON algorithm.
- DSPFilterTypes.DSPFilterType
- An enum type that can be passed to the DSPFilter operator as an input attribute to enable dynamically setting the filter type to use (either highPass or lowPass)
- TSTypes.ConfidenceInterval
- This type represents a confidence interval for forecasting results.
- TSTypes.TSSignal
- An enum type containing possible control signals supported by the timeseries toolkit.
- 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.