nseriesInput: Number of Series in in Input or Output
Description
Number of input or output series in a TSdata object.
Usage
nseriesInput(x)
## S3 method for class 'default':
nseriesInput(x)
## S3 method for class 'TSdata':
nseriesInput(x)
## S3 method for class 'SS':
nseriesInput(x)
## S3 method for class 'ARMA':
nseriesInput(x)
## S3 method for class 'TSestModel':
nseriesInput(x)
nseriesOutput(x)
## S3 method for class 'default':
nseriesOutput(x)
## S3 method for class 'TSdata':
nseriesOutput(x)
## S3 method for class 'SS':
nseriesOutput(x)
## S3 method for class 'ARMA':
nseriesOutput(x)
## S3 method for class 'TSestModel':
nseriesOutput(x)