Skip to content

Commit

Permalink
Dev ian (#26)
Browse files Browse the repository at this point in the history
* sampling order, simplified
* _data_vcp: sim, is_antithetic
  • Loading branch information
TY-Cheng authored Sep 25, 2024
1 parent 687c4bb commit cc44abd
Show file tree
Hide file tree
Showing 39 changed files with 241 additions and 527 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/docs/Makefile
/docs/_build/doctrees/
/docs/conf.py
/scratch
scratch*.ipynb

# Byte-compiled / optimized / DLL files
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ Need to use proper file name.

```bash
# inside project root folder
pip install ./dist/torchvinecopulib-2024.8.0-py3-none-any.whl
pip install ./dist/torchvinecopulib-2024.9.0-py3-none-any.whl
# or
pip install ./dist/torchvinecopulib-2024.8.0.tar.gz
pip install ./dist/torchvinecopulib-2024.9.0.tar.gz
```

### (Optional) [Poetry](https://python-poetry.org/docs/) for Dependency Management and Packaging
Expand Down
Binary file added dist/torchvinecopulib-2024.9.0-py3-none-any.whl
Binary file not shown.
Binary file added dist/torchvinecopulib-2024.9.0.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: f7da508b8f9f3d7ab6de2b62eeb405d9
config: e36efb9701b42e97c69e435b920b8c9f
tags: 645f666f9bcd5a90fca523b33c5a78b7
31 changes: 9 additions & 22 deletions docs/_build/html/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />

<!-- Generated with Sphinx 7.4.4 and Furo 2024.05.06 -->
<title>Overview: module code - torchvinecopulib 2024.8.0 documentation</title>
<!-- Generated with Sphinx 8.0.2 and Furo 2024.08.06 -->
<title>Overview: module code - torchvinecopulib 2024.9.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=354aac6f" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?v=302659d7" />



Expand Down Expand Up @@ -87,19 +87,6 @@
<path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" />
</svg>
</symbol>
<symbol id="svg-sun-half" viewBox="0 0 24 24">
<title>Auto light/dark mode</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<circle cx="12" cy="12" r="9" />
<path d="M13 12h5" />
<path d="M13 15h4" />
<path d="M13 18h1" />
<path d="M13 9h4" />
<path d="M13 6h1" />
</svg>
</symbol>
<symbol id="svg-sun-with-moon" viewBox="0 0 24 24">
<title>Auto light/dark, in light mode</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
Expand Down Expand Up @@ -140,7 +127,7 @@
<path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />
<path d="M13.5 6.5l4 4" />
<path d="M20 21l2 -2l-2 -2" />
<path d="M17 17l-2 2l2 2" /
<path d="M17 17l-2 2l2 2" />
</svg>
</symbol>
<symbol id="svg-eye" viewBox="0 0 24 24">
Expand Down Expand Up @@ -178,7 +165,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">torchvinecopulib 2024.8.0 documentation</div></a>
<a href="../index.html"><div class="brand">torchvinecopulib 2024.9.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -202,7 +189,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="../index.html">


<span class="sidebar-brand-text">torchvinecopulib 2024.8.0 documentation</span>
<span class="sidebar-brand-text">torchvinecopulib 2024.9.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -294,9 +281,9 @@ <h1>All modules for which code is available</h1>

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=d11afc91"></script>
</div><script src="../_static/documentation_options.js?v=a0cfb6c8"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/scripts/furo.js?v=4e2eecee"></script>
<script src="../_static/scripts/furo.js?v=5fa4622c"></script>
</body>
</html>
31 changes: 9 additions & 22 deletions docs/_build/html/_modules/torchvinecopulib/bicop/_clayton.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../../../genindex.html" /><link rel="search" title="Search" href="../../../search.html" />

<!-- Generated with Sphinx 7.4.4 and Furo 2024.05.06 -->
<title>torchvinecopulib.bicop._clayton - torchvinecopulib 2024.8.0 documentation</title>
<!-- Generated with Sphinx 8.0.2 and Furo 2024.08.06 -->
<title>torchvinecopulib.bicop._clayton - torchvinecopulib 2024.9.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../../_static/styles/furo.css?v=387cc868" />
<link rel="stylesheet" type="text/css" href="../../../_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="../../../_static/styles/furo.css?v=354aac6f" />
<link rel="stylesheet" type="text/css" href="../../../_static/styles/furo-extensions.css?v=302659d7" />



Expand Down Expand Up @@ -87,19 +87,6 @@
<path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" />
</svg>
</symbol>
<symbol id="svg-sun-half" viewBox="0 0 24 24">
<title>Auto light/dark mode</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<circle cx="12" cy="12" r="9" />
<path d="M13 12h5" />
<path d="M13 15h4" />
<path d="M13 18h1" />
<path d="M13 9h4" />
<path d="M13 6h1" />
</svg>
</symbol>
<symbol id="svg-sun-with-moon" viewBox="0 0 24 24">
<title>Auto light/dark, in light mode</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
Expand Down Expand Up @@ -140,7 +127,7 @@
<path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />
<path d="M13.5 6.5l4 4" />
<path d="M20 21l2 -2l-2 -2" />
<path d="M17 17l-2 2l2 2" /
<path d="M17 17l-2 2l2 2" />
</svg>
</symbol>
<symbol id="svg-eye" viewBox="0 0 24 24">
Expand Down Expand Up @@ -178,7 +165,7 @@
</label>
</div>
<div class="header-center">
<a href="../../../index.html"><div class="brand">torchvinecopulib 2024.8.0 documentation</div></a>
<a href="../../../index.html"><div class="brand">torchvinecopulib 2024.9.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -202,7 +189,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="../../../index.html">


<span class="sidebar-brand-text">torchvinecopulib 2024.8.0 documentation</span>
<span class="sidebar-brand-text">torchvinecopulib 2024.9.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="../../../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -360,9 +347,9 @@ <h1>Source code for torchvinecopulib.bicop._clayton</h1><div class="highlight"><

</aside>
</div>
</div><script src="../../../_static/documentation_options.js?v=d11afc91"></script>
</div><script src="../../../_static/documentation_options.js?v=a0cfb6c8"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/scripts/furo.js?v=4e2eecee"></script>
<script src="../../../_static/scripts/furo.js?v=5fa4622c"></script>
</body>
</html>
31 changes: 9 additions & 22 deletions docs/_build/html/_modules/torchvinecopulib/bicop/_data_bcp.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../../../genindex.html" /><link rel="search" title="Search" href="../../../search.html" />

<!-- Generated with Sphinx 7.4.4 and Furo 2024.05.06 -->
<title>torchvinecopulib.bicop._data_bcp - torchvinecopulib 2024.8.0 documentation</title>
<!-- Generated with Sphinx 8.0.2 and Furo 2024.08.06 -->
<title>torchvinecopulib.bicop._data_bcp - torchvinecopulib 2024.9.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../../_static/styles/furo.css?v=387cc868" />
<link rel="stylesheet" type="text/css" href="../../../_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="../../../_static/styles/furo.css?v=354aac6f" />
<link rel="stylesheet" type="text/css" href="../../../_static/styles/furo-extensions.css?v=302659d7" />



Expand Down Expand Up @@ -87,19 +87,6 @@
<path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" />
</svg>
</symbol>
<symbol id="svg-sun-half" viewBox="0 0 24 24">
<title>Auto light/dark mode</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<circle cx="12" cy="12" r="9" />
<path d="M13 12h5" />
<path d="M13 15h4" />
<path d="M13 18h1" />
<path d="M13 9h4" />
<path d="M13 6h1" />
</svg>
</symbol>
<symbol id="svg-sun-with-moon" viewBox="0 0 24 24">
<title>Auto light/dark, in light mode</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
Expand Down Expand Up @@ -140,7 +127,7 @@
<path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />
<path d="M13.5 6.5l4 4" />
<path d="M20 21l2 -2l-2 -2" />
<path d="M17 17l-2 2l2 2" /
<path d="M17 17l-2 2l2 2" />
</svg>
</symbol>
<symbol id="svg-eye" viewBox="0 0 24 24">
Expand Down Expand Up @@ -178,7 +165,7 @@
</label>
</div>
<div class="header-center">
<a href="../../../index.html"><div class="brand">torchvinecopulib 2024.8.0 documentation</div></a>
<a href="../../../index.html"><div class="brand">torchvinecopulib 2024.9.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -202,7 +189,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="../../../index.html">


<span class="sidebar-brand-text">torchvinecopulib 2024.8.0 documentation</span>
<span class="sidebar-brand-text">torchvinecopulib 2024.9.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="../../../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -571,9 +558,9 @@ <h1>Source code for torchvinecopulib.bicop._data_bcp</h1><div class="highlight">

</aside>
</div>
</div><script src="../../../_static/documentation_options.js?v=d11afc91"></script>
</div><script src="../../../_static/documentation_options.js?v=a0cfb6c8"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/scripts/furo.js?v=4e2eecee"></script>
<script src="../../../_static/scripts/furo.js?v=5fa4622c"></script>
</body>
</html>
31 changes: 9 additions & 22 deletions docs/_build/html/_modules/torchvinecopulib/bicop/_factory_bcp.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../../../genindex.html" /><link rel="search" title="Search" href="../../../search.html" />

<!-- Generated with Sphinx 7.4.4 and Furo 2024.05.06 -->
<title>torchvinecopulib.bicop._factory_bcp - torchvinecopulib 2024.8.0 documentation</title>
<!-- Generated with Sphinx 8.0.2 and Furo 2024.08.06 -->
<title>torchvinecopulib.bicop._factory_bcp - torchvinecopulib 2024.9.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../../_static/styles/furo.css?v=387cc868" />
<link rel="stylesheet" type="text/css" href="../../../_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="../../../_static/styles/furo.css?v=354aac6f" />
<link rel="stylesheet" type="text/css" href="../../../_static/styles/furo-extensions.css?v=302659d7" />



Expand Down Expand Up @@ -87,19 +87,6 @@
<path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" />
</svg>
</symbol>
<symbol id="svg-sun-half" viewBox="0 0 24 24">
<title>Auto light/dark mode</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<circle cx="12" cy="12" r="9" />
<path d="M13 12h5" />
<path d="M13 15h4" />
<path d="M13 18h1" />
<path d="M13 9h4" />
<path d="M13 6h1" />
</svg>
</symbol>
<symbol id="svg-sun-with-moon" viewBox="0 0 24 24">
<title>Auto light/dark, in light mode</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
Expand Down Expand Up @@ -140,7 +127,7 @@
<path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />
<path d="M13.5 6.5l4 4" />
<path d="M20 21l2 -2l-2 -2" />
<path d="M17 17l-2 2l2 2" /
<path d="M17 17l-2 2l2 2" />
</svg>
</symbol>
<symbol id="svg-eye" viewBox="0 0 24 24">
Expand Down Expand Up @@ -178,7 +165,7 @@
</label>
</div>
<div class="header-center">
<a href="../../../index.html"><div class="brand">torchvinecopulib 2024.8.0 documentation</div></a>
<a href="../../../index.html"><div class="brand">torchvinecopulib 2024.9.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -202,7 +189,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="../../../index.html">


<span class="sidebar-brand-text">torchvinecopulib 2024.8.0 documentation</span>
<span class="sidebar-brand-text">torchvinecopulib 2024.9.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="../../../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -405,9 +392,9 @@ <h1>Source code for torchvinecopulib.bicop._factory_bcp</h1><div class="highligh

</aside>
</div>
</div><script src="../../../_static/documentation_options.js?v=d11afc91"></script>
</div><script src="../../../_static/documentation_options.js?v=a0cfb6c8"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/scripts/furo.js?v=4e2eecee"></script>
<script src="../../../_static/scripts/furo.js?v=5fa4622c"></script>
</body>
</html>
Loading

0 comments on commit cc44abd

Please sign in to comment.