sarma_calculate_spadding {simts} | R Documentation |
Calculates Length of Seasonal Padding
Description
Computes the total phi and total theta vector length.
Usage
sarma_calculate_spadding(np, nq, nsp, nsq, ns)
Arguments
np |
An unsigned int containing the number of non-seasonal phi parameters.
|
nq |
An unsigned int containing the number of non-seasonal theta parameters.
|
nsp |
An unsigned int containing the number of seasonal phi parameters.
|
nsq |
An unsigned int containing the number of seasonal theta parameters.
|
Value
A vec
with rows:
- p
Number of phi parameters
- q
Number of theta parameters
[Package
simts version 0.2.2
Index]