ARMAMaxLikelihoodP Property |
The number of autoregressive terms in the ARMA model
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Public ReadOnly Property P As Integer
Get
public:
property int P {
int get ();
}
Property Value
Type:
Int32
An
int scalar value of
p, containing the number of
autoregressive terms in the ARMA model.
See Also