Skip to content

Commit 3a21756

Browse files
committed
add modelresult.userargs and userkws to doc
1 parent 51b262c commit 3a21756

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/model.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -916,6 +916,15 @@ and ``bic``.
916916

917917
Boolean value of whether fit succeeded.
918918

919+
.. attribute:: userargs
920+
921+
positional arguments passed to :meth:`Model.fit`, a tuple of (``y``, ``weights``)
922+
923+
.. attribute:: userkws
924+
925+
keyword arguments passed to :meth:`Model.fit`, a dict, which will have independent data arrays such as ``x``.
926+
927+
919928
.. attribute:: weights
920929

921930
numpy.ndarray (or ``None``) of weighting values to be used in fit. If not

0 commit comments

Comments
 (0)