Skip to content

Commit

Permalink
modelgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Feb 11, 2022
1 parent cc1e3fa commit b38b7ba
Show file tree
Hide file tree
Showing 5 changed files with 534 additions and 4 deletions.
1 change: 1 addition & 0 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ parts:
- file: api/model
- file: api/linear
- file: api/nesting
- file: api/modelgroup

- caption: Examples
chapters:
Expand Down
33 changes: 33 additions & 0 deletions book/api/modelgroup.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
===========
ModelGroup
===========

.. currentmodule:: larch.model.modelgroup


.. autosummary::
:toctree: generated/

ModelGroup


Attributes
==========

.. autosummary::
:toctree: generated/

ModelGroup.n_cases


Methods
=======

.. autosummary::
:toctree: generated/

ModelGroup.set_values
ModelGroup.total_weight
ModelGroup.loglike
ModelGroup.loglike2
ModelGroup.to_xlsx
Loading

0 comments on commit b38b7ba

Please sign in to comment.