From 038f7802038f9e137431f48227fc4e9277b444aa Mon Sep 17 00:00:00 2001 From: Mike Croucher Date: Mon, 15 Jul 2019 11:22:17 +0100 Subject: [PATCH 1/8] Set theme jekyll-theme-minimal From 465335d76fe6ebd9495842ed992cf82d4fd957e6 Mon Sep 17 00:00:00 2001 From: Mike Croucher Date: Mon, 15 Jul 2019 11:29:57 +0100 Subject: [PATCH 2/8] Set theme jekyll-theme-tactile --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 2f7efbe..259a24e 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1 @@ -theme: jekyll-theme-minimal \ No newline at end of file +theme: jekyll-theme-tactile \ No newline at end of file From 644cf88da92b70838a0375bb1110dab709fca861 Mon Sep 17 00:00:00 2001 From: Mike Croucher Date: Mon, 15 Jul 2019 11:32:22 +0100 Subject: [PATCH 3/8] Set theme jekyll-theme-modernist --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 259a24e..cc35c1d 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1 @@ -theme: jekyll-theme-tactile \ No newline at end of file +theme: jekyll-theme-modernist \ No newline at end of file From b44614a89d848f675710aa6ca7302cce26609b08 Mon Sep 17 00:00:00 2001 From: Mike Croucher Date: Mon, 15 Jul 2019 11:37:33 +0100 Subject: [PATCH 4/8] Update _config.yml --- _config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index cc35c1d..3f08652 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1,3 @@ -theme: jekyll-theme-modernist \ No newline at end of file +theme: jekyll-theme-modernist +title: NAG Library for Python Demos +description: Demonstrations and examples making use of the NAG Library for Python From d6ebf1ed8a24f7828928f1d2c7b66acf4ea54b12 Mon Sep 17 00:00:00 2001 From: Mike Croucher Date: Mon, 15 Jul 2019 11:41:36 +0100 Subject: [PATCH 5/8] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f9b4d99..5bc81ee 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ![NAG Logo](./nag_logo.png) +* [Test link](./local_optimisation/SOCP/static/portfolio_optimisation_using_socp.html) + # Examples using the NAG Library for Python This repository contains examples and demonstrations using the [NAG Library for Python](https://www.nag.co.uk/nag-library-python). The NAG Library for Python contains 1700+ functions spanning many areas of numerical computing and data science. From d1e2bbb333c8c8802bf70163a05f911357ed1617 Mon Sep 17 00:00:00 2001 From: Mike Croucher Date: Mon, 15 Jul 2019 12:02:37 +0100 Subject: [PATCH 6/8] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bc81ee..b64011c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ ![NAG Logo](./nag_logo.png) -* [Test link](./local_optimisation/SOCP/static/portfolio_optimisation_using_socp.html) +## Mark 27 + +* [Portfolio Optimisation using SOCP](./local_optimisation/SOCP/static/portfolio_optimisation_using_socp.html) +* [Robust Linear Programming](./local_optimisation/SOCP/static/robust_lp.html) # Examples using the NAG Library for Python From c44db25ea92462c6d5632c42c77e79b7635fbfdb Mon Sep 17 00:00:00 2001 From: Mike Croucher Date: Wed, 17 Jul 2019 15:55:20 +0100 Subject: [PATCH 7/8] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b64011c..79602ad 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ ![NAG Logo](./nag_logo.png) -## Mark 27 +## New material in Mark 27 + +### Second Order Cone Programming * [Portfolio Optimisation using SOCP](./local_optimisation/SOCP/static/portfolio_optimisation_using_socp.html) -* [Robust Linear Programming](./local_optimisation/SOCP/static/robust_lp.html) +* [Robust linear programming in portfolio optimization using the NAG Library](./local_optimisation/SOCP/static/robust_lp.html) # Examples using the NAG Library for Python From 7830a1f40759bd61ce5937cf328a1c5a17dd420d Mon Sep 17 00:00:00 2001 From: Mike Croucher Date: Thu, 18 Jul 2019 13:28:54 +0100 Subject: [PATCH 8/8] Link to RNLA chapter documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 79602ad..8a65fe2 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ The following links take you to the relevant section in the official documentati * [library.quad](https://www.nag.co.uk/numeric/py/nagdoc_latest/naginterfaces.library.quad.html) - Quadrature * [library.rand](https://www.nag.co.uk/numeric/py/nagdoc_latest/naginterfaces.library.rand.html) - Random Number Generators (pseudorandom and quasi-random numbers from various distributions and models) * [library.roots](https://www.nag.co.uk/numeric/py/nagdoc_latest/naginterfaces.library.roots.html) - Roots of One or More Transcendental Equations +* [library.rnla](https://www.nag.co.uk/numeric/py/nagdoc_latest/naginterfaces.library.rnla.html) - Randomized Numerical Linear Algebra * [library.smooth](https://www.nag.co.uk/numeric/py/nagdoc_latest/naginterfaces.library.smooth.html) - Smoothing in Statistics * [library.sort](https://www.nag.co.uk/numeric/py/nagdoc_latest/naginterfaces.library.sort.html) - Sorting and Searching * [library.sparseig](https://www.nag.co.uk/numeric/py/nagdoc_latest/naginterfaces.library.sparseig.html) - Large Scale Eigenproblems pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy