ARMAMaxLikelihood Constructor |
Constructor for ARMAMaxLikelihood.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public ARMAMaxLikelihood(
int p,
int q,
double[] z
)
Public Sub New (
p As Integer,
q As Integer,
z As Double()
)
public:
ARMAMaxLikelihood(
int p,
int q,
array<double>^ z
)
new :
p : int *
q : int *
z : float[] -> ARMAMaxLikelihood
Parameters
- p
- Type: SystemInt32
An int scalar equal to the number of autoregressive (AR)
parameters.
- q
- Type: SystemInt32
A int scalar equal to the number of moving average (MA) parameters.
- z
- Type: SystemDouble
A double array containing the time series.
Exceptions See Also