-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a482537
commit 9da793e
Showing
9 changed files
with
2,115 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,7 +134,7 @@ dmypy.json | |
.idea | ||
|
||
# bokeh plots | ||
*.html | ||
#*.html | ||
|
||
# vscode | ||
.vscode | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
<!DOCTYPE html> | ||
<html class="writer-html5" lang="en" data-content_root="./"> | ||
<head> | ||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Welcome to UADAPy’s documentation! — UADAPy documentation</title> | ||
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" /> | ||
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" /> | ||
|
||
|
||
<!--[if lt IE 9]> | ||
<script src="_static/js/html5shiv.min.js"></script> | ||
<![endif]--> | ||
|
||
<script src="_static/jquery.js?v=5d32c60e"></script> | ||
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> | ||
<script src="_static/documentation_options.js?v=5929fcd5"></script> | ||
<script src="_static/doctools.js?v=9a2dae69"></script> | ||
<script src="_static/sphinx_highlight.js?v=dc90522c"></script> | ||
<script src="_static/js/theme.js"></script> | ||
<link rel="index" title="Index" href="genindex.html" /> | ||
<link rel="search" title="Search" href="search.html" /> | ||
</head> | ||
|
||
<body class="wy-body-for-nav"> | ||
<div class="wy-grid-for-nav"> | ||
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> | ||
<div class="wy-side-scroll"> | ||
<div class="wy-side-nav-search" > | ||
|
||
|
||
|
||
<a href="#" class="icon icon-home"> | ||
UADAPy | ||
</a> | ||
<div role="search"> | ||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get"> | ||
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" /> | ||
<input type="hidden" name="check_keywords" value="yes" /> | ||
<input type="hidden" name="area" value="default" /> | ||
</form> | ||
</div> | ||
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu"> | ||
<!-- Local TOC --> | ||
<div class="local-toc"><ul> | ||
<li><a class="reference internal" href="#">Welcome to UADAPy’s documentation!</a></li> | ||
<li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" > | ||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> | ||
<a href="#">UADAPy</a> | ||
</nav> | ||
|
||
<div class="wy-nav-content"> | ||
<div class="rst-content"> | ||
<div role="navigation" aria-label="Page navigation"> | ||
<ul class="wy-breadcrumbs"> | ||
<li><a href="#" class="icon icon-home" aria-label="Home"></a></li> | ||
<li class="breadcrumb-item active">Welcome to UADAPy’s documentation!</li> | ||
<li class="wy-breadcrumbs-aside"> | ||
<a href="_sources/index.rst.txt" rel="nofollow"> View page source</a> | ||
</li> | ||
</ul> | ||
<hr/> | ||
</div> | ||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> | ||
<div itemprop="articleBody"> | ||
|
||
<section id="welcome-to-uadapy-s-documentation"> | ||
<h1>Welcome to UADAPy’s documentation!<a class="headerlink" href="#welcome-to-uadapy-s-documentation" title="Link to this heading"></a></h1> | ||
<div class="toctree-wrapper compound"> | ||
</div> | ||
</section> | ||
<section id="indices-and-tables"> | ||
<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Link to this heading"></a></h1> | ||
<ul class="simple"> | ||
<li><p><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></p></li> | ||
<li><p><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></p></li> | ||
<li><p><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></p></li> | ||
</ul> | ||
</section> | ||
|
||
|
||
</div> | ||
</div> | ||
<footer> | ||
|
||
<hr/> | ||
|
||
<div role="contentinfo"> | ||
<p>© Copyright 2024, Ruben Bauer, Marina Evers, David Hägele, Patrick Paetzold.</p> | ||
</div> | ||
|
||
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a | ||
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> | ||
provided by <a href="https://readthedocs.org">Read the Docs</a>. | ||
|
||
|
||
</footer> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
<script> | ||
jQuery(function () { | ||
SphinxRtdTheme.Navigation.enable(true); | ||
}); | ||
</script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,153 @@ | ||
<!DOCTYPE html> | ||
<html class="writer-html5" lang="en" data-content_root="./"> | ||
<head> | ||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>uadapy — UADAPy documentation</title> | ||
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" /> | ||
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" /> | ||
|
||
|
||
<!--[if lt IE 9]> | ||
<script src="_static/js/html5shiv.min.js"></script> | ||
<![endif]--> | ||
|
||
<script src="_static/jquery.js?v=5d32c60e"></script> | ||
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> | ||
<script src="_static/documentation_options.js?v=5929fcd5"></script> | ||
<script src="_static/doctools.js?v=9a2dae69"></script> | ||
<script src="_static/sphinx_highlight.js?v=dc90522c"></script> | ||
<script src="_static/js/theme.js"></script> | ||
<link rel="index" title="Index" href="genindex.html" /> | ||
<link rel="search" title="Search" href="search.html" /> | ||
</head> | ||
|
||
<body class="wy-body-for-nav"> | ||
<div class="wy-grid-for-nav"> | ||
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> | ||
<div class="wy-side-scroll"> | ||
<div class="wy-side-nav-search" > | ||
|
||
|
||
|
||
<a href="index.html" class="icon icon-home"> | ||
UADAPy | ||
</a> | ||
<div role="search"> | ||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get"> | ||
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" /> | ||
<input type="hidden" name="check_keywords" value="yes" /> | ||
<input type="hidden" name="area" value="default" /> | ||
</form> | ||
</div> | ||
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu"> | ||
<!-- Local TOC --> | ||
<div class="local-toc"><ul> | ||
<li><a class="reference internal" href="#">uadapy</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" > | ||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> | ||
<a href="index.html">UADAPy</a> | ||
</nav> | ||
|
||
<div class="wy-nav-content"> | ||
<div class="rst-content"> | ||
<div role="navigation" aria-label="Page navigation"> | ||
<ul class="wy-breadcrumbs"> | ||
<li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li> | ||
<li class="breadcrumb-item active">uadapy</li> | ||
<li class="wy-breadcrumbs-aside"> | ||
<a href="_sources/modules.rst.txt" rel="nofollow"> View page source</a> | ||
</li> | ||
</ul> | ||
<hr/> | ||
</div> | ||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> | ||
<div itemprop="articleBody"> | ||
|
||
<section id="uadapy"> | ||
<h1>uadapy<a class="headerlink" href="#uadapy" title="Link to this heading"></a></h1> | ||
<div class="toctree-wrapper compound"> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="uadapy.html">uadapy package</a><ul> | ||
<li class="toctree-l2"><a class="reference internal" href="uadapy.html#subpackages">Subpackages</a><ul> | ||
<li class="toctree-l3"><a class="reference internal" href="uadapy.dr.html">uadapy.dr package</a><ul> | ||
<li class="toctree-l4"><a class="reference internal" href="uadapy.dr.html#submodules">Submodules</a></li> | ||
<li class="toctree-l4"><a class="reference internal" href="uadapy.dr.html#module-uadapy.dr.uamds">uadapy.dr.uamds module</a></li> | ||
<li class="toctree-l4"><a class="reference internal" href="uadapy.dr.html#module-uadapy.dr.uapca">uadapy.dr.uapca module</a></li> | ||
<li class="toctree-l4"><a class="reference internal" href="uadapy.dr.html#module-uadapy.dr">Module contents</a></li> | ||
</ul> | ||
</li> | ||
<li class="toctree-l3"><a class="reference internal" href="uadapy.plotting.html">uadapy.plotting package</a><ul> | ||
<li class="toctree-l4"><a class="reference internal" href="uadapy.plotting.html#submodules">Submodules</a></li> | ||
<li class="toctree-l4"><a class="reference internal" href="uadapy.plotting.html#module-uadapy.plotting.distribution_plot">uadapy.plotting.distribution_plot module</a></li> | ||
<li class="toctree-l4"><a class="reference internal" href="uadapy.plotting.html#module-uadapy.plotting.interactive_splom">uadapy.plotting.interactive_splom module</a></li> | ||
<li class="toctree-l4"><a class="reference internal" href="uadapy.plotting.html#module-uadapy.plotting.plots2D">uadapy.plotting.plots2D module</a></li> | ||
<li class="toctree-l4"><a class="reference internal" href="uadapy.plotting.html#module-uadapy.plotting.plotsND">uadapy.plotting.plotsND module</a></li> | ||
<li class="toctree-l4"><a class="reference internal" href="uadapy.plotting.html#module-uadapy.plotting.utils">uadapy.plotting.utils module</a></li> | ||
<li class="toctree-l4"><a class="reference internal" href="uadapy.plotting.html#module-uadapy.plotting">Module contents</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="toctree-l2"><a class="reference internal" href="uadapy.html#submodules">Submodules</a></li> | ||
<li class="toctree-l2"><a class="reference internal" href="uadapy.html#module-uadapy.data">uadapy.data module</a><ul> | ||
<li class="toctree-l3"><a class="reference internal" href="uadapy.html#uadapy.data.load_iris"><code class="docutils literal notranslate"><span class="pre">load_iris()</span></code></a></li> | ||
<li class="toctree-l3"><a class="reference internal" href="uadapy.html#uadapy.data.load_iris_normal"><code class="docutils literal notranslate"><span class="pre">load_iris_normal()</span></code></a></li> | ||
</ul> | ||
</li> | ||
<li class="toctree-l2"><a class="reference internal" href="uadapy.html#module-uadapy.distribution">uadapy.distribution module</a><ul> | ||
<li class="toctree-l3"><a class="reference internal" href="uadapy.html#uadapy.distribution.distribution"><code class="docutils literal notranslate"><span class="pre">distribution</span></code></a><ul> | ||
<li class="toctree-l4"><a class="reference internal" href="uadapy.html#uadapy.distribution.distribution.cov"><code class="docutils literal notranslate"><span class="pre">distribution.cov()</span></code></a></li> | ||
<li class="toctree-l4"><a class="reference internal" href="uadapy.html#uadapy.distribution.distribution.kurt"><code class="docutils literal notranslate"><span class="pre">distribution.kurt()</span></code></a></li> | ||
<li class="toctree-l4"><a class="reference internal" href="uadapy.html#uadapy.distribution.distribution.mean"><code class="docutils literal notranslate"><span class="pre">distribution.mean()</span></code></a></li> | ||
<li class="toctree-l4"><a class="reference internal" href="uadapy.html#uadapy.distribution.distribution.pdf"><code class="docutils literal notranslate"><span class="pre">distribution.pdf()</span></code></a></li> | ||
<li class="toctree-l4"><a class="reference internal" href="uadapy.html#uadapy.distribution.distribution.sample"><code class="docutils literal notranslate"><span class="pre">distribution.sample()</span></code></a></li> | ||
<li class="toctree-l4"><a class="reference internal" href="uadapy.html#uadapy.distribution.distribution.skew"><code class="docutils literal notranslate"><span class="pre">distribution.skew()</span></code></a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="toctree-l2"><a class="reference internal" href="uadapy.html#uadapy-test-distrib-module">uadapy.test_distrib module</a></li> | ||
<li class="toctree-l2"><a class="reference internal" href="uadapy.html#module-uadapy">Module contents</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
</section> | ||
|
||
|
||
</div> | ||
</div> | ||
<footer> | ||
|
||
<hr/> | ||
|
||
<div role="contentinfo"> | ||
<p>© Copyright 2024, Ruben Bauer, Marina Evers, David Hägele, Patrick Paetzold.</p> | ||
</div> | ||
|
||
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a | ||
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> | ||
provided by <a href="https://readthedocs.org">Read the Docs</a>. | ||
|
||
|
||
</footer> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
<script> | ||
jQuery(function () { | ||
SphinxRtdTheme.Navigation.enable(true); | ||
}); | ||
</script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.