AnalyseMorphologique/BuildedDocs/html/generated/utils.math.data_extraction.html
2023-05-17 10:21:41 +02:00

147 lines
9.1 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<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>utils.math.data_extraction &mdash; Analyse Morphologique 1.2.0 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script src="../_static/jquery.js"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/sphinx_highlight.js"></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">
Analyse Morphologique
</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">
<ul>
<li class="toctree-l1"><a class="reference internal" href="../installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api.html">API</a></li>
</ul>
</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">Analyse Morphologique</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">utils.math.data_extraction</li>
<li class="wy-breadcrumbs-aside">
<a href="../_sources/generated/utils.math.data_extraction.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="module-utils.math.data_extraction">
<span id="utils-math-data-extraction"></span><h1>utils.math.data_extraction<a class="headerlink" href="#module-utils.math.data_extraction" title="Permalink to this heading"></a></h1>
<p>Created on Mon Apr 17 2023
&#64;name: data_extraction.py
&#64;desc: This module contains some utility functions for math operations.
&#64;auth: Djalim Simaila
&#64;e-mail: <a class="reference external" href="mailto:djalim&#46;simaila&#37;&#52;&#48;inrae&#46;fr">djalim<span>&#46;</span>simaila<span>&#64;</span>inrae<span>&#46;</span>fr</a></p>
<p class="rubric">Functions</p>
<table class="autosummary longtable docutils align-default">
<tbody>
<tr class="row-odd"><td><p><a class="reference internal" href="../_autosummary/utils.math.data_extraction.get_difference_from_mean_value.html#utils.math.data_extraction.get_difference_from_mean_value" title="utils.math.data_extraction.get_difference_from_mean_value"><code class="xref py py-obj docutils literal notranslate"><span class="pre">get_difference_from_mean_value</span></code></a>(values, ...)</p></td>
<td><p>Get the difference from the mean value.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="../_autosummary/utils.math.data_extraction.get_distance_between_two_vertices.html#utils.math.data_extraction.get_distance_between_two_vertices" title="utils.math.data_extraction.get_distance_between_two_vertices"><code class="xref py py-obj docutils literal notranslate"><span class="pre">get_distance_between_two_vertices</span></code></a>(vertex_1, ...)</p></td>
<td><p>Get the distance between two vertices.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="../_autosummary/utils.math.data_extraction.get_mean.html#utils.math.data_extraction.get_mean" title="utils.math.data_extraction.get_mean"><code class="xref py py-obj docutils literal notranslate"><span class="pre">get_mean</span></code></a>(values)</p></td>
<td><p>Get the mean of the values.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="../_autosummary/utils.math.data_extraction.get_mean_radius.html#utils.math.data_extraction.get_mean_radius" title="utils.math.data_extraction.get_mean_radius"><code class="xref py py-obj docutils literal notranslate"><span class="pre">get_mean_radius</span></code></a>(discrete_values)</p></td>
<td><p>Get the mean of the radius in the discrete range.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="../_autosummary/utils.math.data_extraction.get_mean_theta.html#utils.math.data_extraction.get_mean_theta" title="utils.math.data_extraction.get_mean_theta"><code class="xref py py-obj docutils literal notranslate"><span class="pre">get_mean_theta</span></code></a>(discrete_values)</p></td>
<td><p>Get the mean of the theta in the discrete range.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="../_autosummary/utils.math.data_extraction.get_radius_from_x_y.html#utils.math.data_extraction.get_radius_from_x_y" title="utils.math.data_extraction.get_radius_from_x_y"><code class="xref py py-obj docutils literal notranslate"><span class="pre">get_radius_from_x_y</span></code></a>(xi, yi, x_mean, y_mean)</p></td>
<td><p>Get the radius from the x and y coordinates.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="../_autosummary/utils.math.data_extraction.get_radius_std.html#utils.math.data_extraction.get_radius_std" title="utils.math.data_extraction.get_radius_std"><code class="xref py py-obj docutils literal notranslate"><span class="pre">get_radius_std</span></code></a>(discrete_values)</p></td>
<td><p>Get the standard deviation of the radius in the discrete range.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="../_autosummary/utils.math.data_extraction.get_standard_deviation.html#utils.math.data_extraction.get_standard_deviation" title="utils.math.data_extraction.get_standard_deviation"><code class="xref py py-obj docutils literal notranslate"><span class="pre">get_standard_deviation</span></code></a>(values)</p></td>
<td><p>Get the standard deviation of the values.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="../_autosummary/utils.math.data_extraction.get_theta_from_x_y.html#utils.math.data_extraction.get_theta_from_x_y" title="utils.math.data_extraction.get_theta_from_x_y"><code class="xref py py-obj docutils literal notranslate"><span class="pre">get_theta_from_x_y</span></code></a>(xi, yi, x_mean, y_mean)</p></td>
<td><p>Get the theta from the x and y coordinates.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="../_autosummary/utils.math.data_extraction.get_true_theta_from_x_y.html#utils.math.data_extraction.get_true_theta_from_x_y" title="utils.math.data_extraction.get_true_theta_from_x_y"><code class="xref py py-obj docutils literal notranslate"><span class="pre">get_true_theta_from_x_y</span></code></a>(xi, yi, x_mean, y_mean)</p></td>
<td><p>Get the theta from the x and y coordinates.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="../_autosummary/utils.math.data_extraction.get_x_y_z_mean.html#utils.math.data_extraction.get_x_y_z_mean" title="utils.math.data_extraction.get_x_y_z_mean"><code class="xref py py-obj docutils literal notranslate"><span class="pre">get_x_y_z_mean</span></code></a>(discrete_values)</p></td>
<td><p>Get the mean of the x and y coordinates in the discrete range.</p></td>
</tr>
</tbody>
</table>
</section>
</div>
</div>
<footer>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2023, Djalim SIMAILA, Alexis DOGHMANE.</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>