Skip to content

Commit 446c62e

Browse files
authored
Create Readme.md
1 parent c5dbcc5 commit 446c62e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Examples/Readme.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Example Jupyter Notebooks
2+
3+
This folder contains the Jupyter notebooks referenced
4+
in the NAG Library for Python Course.
5+
6+
# Content
7+
8+
Examples are available in Python and Jupyter notebooks
9+
10+
### Notebooks
11+
12+
* `correg` [Quantile Linear Regression](correg/quantile_linreg_easy.ipynb) [[python](python) | [plot](python/quantile_linreg_ex.pdf)]
13+
* `fit` [2d split surface fit](fit/dim2_spline_ts_sctr.ipynb) [[python](python/dim2_spline_ts_sctr_ex.py) | [plot](python/dim2_spline_ts_sctr_ex.pdf)]
14+
* `opt` [2d Rosenbrock minimization](opt/bounds_quasi_func_easy.ipynb). Newer material: [[FOAS notebook](../NAGPythonExamples/blob/master/local_optimization/FOAS/rosenbrock2d.ipynb) | [FOAS python](python/handle_solve_bounds_foas_ex.py) | [plot](python/handle_solve_bounds_foas_ex.pdf)]
15+
* `simple` [Simple example on solving a trivial system of linear equations])simple/Simple.ipynb)
16+
* `tsa` [Detect changes in a finantial time-series](tsa/cp_pelt_new.ipynb) [[python](python/cp_pelt_ex.py) | [plot](python/cp_pelt_ex.pdf)]
17+
18+
### Python source
19+
20+
* 2d global optimization problem [[source](python/bnd_mcs_solve_ex.py) | [plot](python/bnd_mcs_solve_ex.pdf)]
21+
* Derivative free optimization (DFO) data fitting [[python](python/handle_solve_dfls_ex.py) | [plot](python/handle_solve_dfls_ex.pdf)]

0 commit comments

Comments
 (0)