MixedLM.steepest_ascent()

statsmodels.regression.mixed_linear_model.MixedLM.steepest_ascent

MixedLM.steepest_ascent(params, n_iter) [source]

Take steepest ascent steps to increase the log-likelihood function.

Parameters:

params : array-like

The starting point of the optimization.

n_iter: non-negative integer :

Return once this number of iterations have occured.

Returns:

A MixedLMParameters object containing the final value of the :

optimization. :

doc_statsmodels
2017-01-18 16:12:11
Comments
Leave a Comment

Please login to continue.