statsmodels.regression.process_regression.ProcessMLE.unpack#

ProcessMLE.unpack(z)[source]#

Split the packed parameter vector into blocks

Parameters:
zarray_like

The packed parameter vector.

Returns:
mnparndarray

The mean parameters.

scparndarray

The scaling parameters.

smparndarray

The smoothness parameters.

noparndarray

The white noise standard deviation parameters. Empty if the model does not include additive white noise.