Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Eisenhauer committed Nov 24, 2020
1 parent 9146153 commit 2e95fee
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lectures/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,19 @@ maximum likelihood estimation.

optimization/notebook.ipynb
optimization/algorithms.rst

===========
Integration
===========

We examine different strategies for the numerical integration of functions. We discuss rules
based on Newton-Cotes quadrature formulas, Gaussian quadrature, and Monte Carlo methods in the
uni-dimensional and multi-dimensional case. We conclude by looking comparing the performance of
the different approaches under different scenarios.


.. toctree::
:maxdepth: 1

integration/notebook.ipynb
integration/algorithms.rst

0 comments on commit 2e95fee

Please sign in to comment.