statsmodels.regression.process_regression.ProcessMLE.score#

ProcessMLE.score(params)[source]#

Calculate the score function for the model

Parameters:
paramsarray_like

The packed parameters for the model.

Returns:
ndarray

The score vector at the given parameter point.

Notes

The mean, scaling, and smoothing parameters are packed into a vector. Use unpack to access the component vectors.