Skip to content

Commit

Permalink
add modelresult.userargs and userkws to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed May 2, 2023
1 parent 51b262c commit 3a21756
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,15 @@ and ``bic``.

Boolean value of whether fit succeeded.

.. attribute:: userargs

positional arguments passed to :meth:`Model.fit`, a tuple of (``y``, ``weights``)

.. attribute:: userkws

keyword arguments passed to :meth:`Model.fit`, a dict, which will have independent data arrays such as ``x``.


.. attribute:: weights

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

0 comments on commit 3a21756

Please sign in to comment.