File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
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 )]
You can’t perform that action at this time.
0 commit comments