Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:QMCSoftware/QMCSoftware into dev…
Browse files Browse the repository at this point in the history
…elop
  • Loading branch information
alegresor committed Apr 20, 2022
2 parents 4616f53 + 7c8277b commit f1bc37a
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 0 deletions.
7 changes: 7 additions & 0 deletions demos/MC_vs_QMC.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
"Monte Carlo algorithms work on independent identically distributed (IID) points while Quasi-Monte Carlo algorithms work on low discrepancy (LD) sequences. LD generators, such as those for the lattice and Sobol' sequences, provide samples whose space filling properties can be exploited by Quasi-Monte Carlo algorithms."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/QMCSoftware/QMCSoftware/blob/develop/demos/MC_vs_QMC.ipynb)"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down
7 changes: 7 additions & 0 deletions demos/asian-option-mlqmc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
"# Comparison of multilevel (Quasi-)Monte Carlo for an Asian option problem"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/QMCSoftware/QMCSoftware/blob/develop/demos/asian-option-mlqmc.ipynb)"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
7 changes: 7 additions & 0 deletions demos/control_variates.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
"This notebook demonstrates QMCPy's current support for control variates. "
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/QMCSoftware/QMCSoftware/blob/develop/demos/control_variates.ipynb)"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down
7 changes: 7 additions & 0 deletions demos/gaussian_diagnostics_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
"Experiments to demonstate Guassian assumption used in `cubBayesLattice`"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/QMCSoftware/QMCSoftware/blob/develop/demos/gaussian_diagnostics_demo.ipynb)"
]
},
{
"cell_type": "code",
"execution_count": 47,
Expand Down
7 changes: 7 additions & 0 deletions demos/importance_sampling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
"# Importance Sampling Examples"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/QMCSoftware/QMCSoftware/blob/develop/demos/importance_sampling.ipynb)"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down
7 changes: 7 additions & 0 deletions demos/lebesgue_integration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
"This notebook will give examples of how to use QMCPy for integration problems that not are defined in terms of a standard measure. i.e. Uniform or Gaussian. "
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/QMCSoftware/QMCSoftware/blob/develop/demos/lebesgue_integration.ipynb)"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down
7 changes: 7 additions & 0 deletions demos/qmcpy_intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
"## Importing QMCPy"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/QMCSoftware/QMCSoftware/blob/develop/demos/qmcpy_intro.ipynb)"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
7 changes: 7 additions & 0 deletions demos/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
"In this tutorial, we introduce QMCPy [1] by an example. QMCPy can be installed with **pip install qmcpy** or cloned from the [QMCSoftware GitHub repository](https://github.com/QMCSoftware/QMCSoftware)."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/QMCSoftware/QMCSoftware/blob/develop/demos/quickstart.ipynb)"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down

0 comments on commit f1bc37a

Please sign in to comment.