From 3a217568dd9fc3ddb6d089fe900798a464112313 Mon Sep 17 00:00:00 2001 From: Matthew Newville Date: Tue, 2 May 2023 12:45:54 -0500 Subject: [PATCH] add modelresult.userargs and userkws to doc --- doc/model.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/model.rst b/doc/model.rst index 446607a3..d59f3dc5 100644 --- a/doc/model.rst +++ b/doc/model.rst @@ -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