smooth.ADAM.n_param
- property ADAM.n_param: Any
$nParam).
Provides information about the number of parameters in the model, distinguishing between estimated and provided parameters.
- Returns:
Parameter count information (structure may vary).
- Return type:
Any
- Raises:
ValueError – If the model has not been fitted yet.
Examples
>>> model = ADAM(model="AAA", lags=12) >>> model.fit(y) >>> print(model.n_param)
- Type:
Parameter count information (R