ARMAMaxLikelihoodSetAR Method |
Sets the initial values for the autoregressive terms to the p
values in ar.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void SetAR(
double[] ar
)
Public Sub SetAR (
ar As Double()
)
public:
void SetAR(
array<double>^ ar
)
member SetAR :
ar : float[] -> unit
Parameters
- ar
- Type: SystemDouble
An input double array of length p
containing the initial values for the autoregressive terms. If this method
is not called, initial values are computed by method of moments
in the ARMA class.
See Also