Navigation
index
modules
|
next
|
previous
|
statsmodels
»
User Guide
»
Optimization
»
statsmodels.base.optimizer._fit_cg
¶
statsmodels.base.optimizer.
_fit_cg
(
f
,
score
,
start_params
,
fargs
,
kwargs
,
disp=True
,
maxiter=100
,
callback=None
,
retall=False
,
full_output=True
,
hess=None
)
[source]
¶
Table of Contents
Installing statsmodels
Getting started
User Guide
Examples
API Reference
About statsmodels
Developer Page
Release Notes
Quick search
Navigation
index
modules
|
next
|
previous
|
statsmodels
»
User Guide
»
Optimization
»