PageRenderTime 26ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/docs/1.1.10/generated/cf.DimensionCoordinate.sd.html

https://bitbucket.org/cfpython/cfpython.bitbucket.org
HTML | 201 lines | 157 code | 14 blank | 30 comment | 0 complexity | 13283557b0710ad436a57ce4e02da90f MD5 | raw file
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>cf.DimensionCoordinate.sd &mdash; Documentation</title>
  7. <link rel="stylesheet" href="../_static/classic.css" type="text/css" />
  8. <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: '../',
  12. VERSION: '1.1.10',
  13. COLLAPSE_INDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true
  16. };
  17. </script>
  18. <script type="text/javascript" src="../_static/jquery.js"></script>
  19. <script type="text/javascript" src="../_static/underscore.js"></script>
  20. <script type="text/javascript" src="../_static/doctools.js"></script>
  21. <script type="text/javascript" src="../_static/copybutton.js"></script>
  22. <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
  23. <link rel="top" title="Documentation" href="../index.html" />
  24. <link rel="up" title="cf.DimensionCoordinate" href="../classes/cf.DimensionCoordinate.html" />
  25. <link rel="next" title="cf.DimensionCoordinate.select" href="cf.DimensionCoordinate.select.html" />
  26. <link rel="prev" title="cf.DimensionCoordinate.sample_size" href="cf.DimensionCoordinate.sample_size.html" />
  27. </head>
  28. <body role="document">
  29. <div class="related" role="navigation" aria-label="related navigation">
  30. <h3>Navigation</h3>
  31. <ul>
  32. <li class="right" style="margin-right: 10px">
  33. <a href="../genindex.html" title="General Index"
  34. accesskey="I">index</a></li>
  35. <li class="right" >
  36. <a href="cf.DimensionCoordinate.select.html" title="cf.DimensionCoordinate.select"
  37. accesskey="N">next</a> |</li>
  38. <li class="right" >
  39. <a href="cf.DimensionCoordinate.sample_size.html" title="cf.DimensionCoordinate.sample_size"
  40. accesskey="P">previous</a> |</li>
  41. <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.10</a> &raquo;</li>
  42. <!--
  43. <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
  44. <li><select onchange="location = this.options[this.selectedIndex].value;">
  45. <option value="../../1.0/index.html">1.0
  46. <option value="../../0.9.9/index.html">0.9.9
  47. <option value="../../0.9.8.3/index.html">0.9.8.3
  48. <option value="../../archive.html">Archive
  49. </select>
  50. </li>
  51. -->
  52. <li class="nav-item nav-item-0"><a href="../index.html">Documentation</a> &raquo;</li>
  53. <li class="nav-item nav-item-1"><a href="../reference.html" >Reference manual</a> &raquo;</li>
  54. <li class="nav-item nav-item-2"><a href="../class.html" >Classes of the <code class="docutils literal"><span class="pre">cf</span></code> module</a> &raquo;</li>
  55. <li class="nav-item nav-item-3"><a href="../classes/cf.DimensionCoordinate.html" accesskey="U">cf.DimensionCoordinate</a> &raquo;</li>
  56. </ul>
  57. </div>
  58. <div class="document">
  59. <div class="documentwrapper">
  60. <div class="bodywrapper">
  61. <div class="body" role="main">
  62. <div class="section" id="cf-dimensioncoordinate-sd">
  63. <h1>cf.DimensionCoordinate.sd<a class="headerlink" href="#cf-dimensioncoordinate-sd" title="Permalink to this headline">Âś</a></h1>
  64. <dl class="method">
  65. <dt id="cf.DimensionCoordinate.sd">
  66. <code class="descclassname">DimensionCoordinate.</code><code class="descname">sd</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.1.10/cf/variable.py#variable.py-2754"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.DimensionCoordinate.sd" title="Permalink to this definition">Âś</a></dt>
  67. <dd><p>The unweighted sample standard deviation of the data array.</p>
  68. <div class="admonition seealso">
  69. <p class="first admonition-title">See also</p>
  70. <p class="last"><code class="xref py py-obj docutils literal"><span class="pre">collapse</span></code>, <a class="reference internal" href="cf.DimensionCoordinate.max.html#cf.DimensionCoordinate.max" title="cf.DimensionCoordinate.max"><code class="xref py py-obj docutils literal"><span class="pre">max</span></code></a>, <a class="reference internal" href="cf.DimensionCoordinate.mean.html#cf.DimensionCoordinate.mean" title="cf.DimensionCoordinate.mean"><code class="xref py py-obj docutils literal"><span class="pre">mean</span></code></a>, <a class="reference internal" href="cf.DimensionCoordinate.mid_range.html#cf.DimensionCoordinate.mid_range" title="cf.DimensionCoordinate.mid_range"><code class="xref py py-obj docutils literal"><span class="pre">mid_range</span></code></a>, <a class="reference internal" href="cf.DimensionCoordinate.min.html#cf.DimensionCoordinate.min" title="cf.DimensionCoordinate.min"><code class="xref py py-obj docutils literal"><span class="pre">min</span></code></a>, <a class="reference internal" href="cf.DimensionCoordinate.range.html#cf.DimensionCoordinate.range" title="cf.DimensionCoordinate.range"><code class="xref py py-obj docutils literal"><span class="pre">range</span></code></a>,
  71. <a class="reference internal" href="cf.DimensionCoordinate.sample_size.html#cf.DimensionCoordinate.sample_size" title="cf.DimensionCoordinate.sample_size"><code class="xref py py-obj docutils literal"><span class="pre">sample_size</span></code></a>, <a class="reference internal" href="cf.DimensionCoordinate.sum.html#cf.DimensionCoordinate.sum" title="cf.DimensionCoordinate.sum"><code class="xref py py-obj docutils literal"><span class="pre">sum</span></code></a>, <a class="reference internal" href="cf.DimensionCoordinate.var.html#cf.DimensionCoordinate.var" title="cf.DimensionCoordinate.var"><code class="xref py py-obj docutils literal"><span class="pre">var</span></code></a></p>
  72. </div>
  73. <table class="docutils field-list" frame="void" rules="none">
  74. <col class="field-name" />
  75. <col class="field-body" />
  76. <tbody valign="top">
  77. <tr class="field-odd field"><th class="field-name">Examples 1:</th><td class="field-body"></td>
  78. </tr>
  79. </tbody>
  80. </table>
  81. <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">d</span> <span class="o">=</span> <span class="n">f</span><span class="o">.</span><span class="n">sd</span><span class="p">()</span>
  82. </pre></div>
  83. </div>
  84. <table class="docutils field-list" frame="void" rules="none">
  85. <col class="field-name" />
  86. <col class="field-body" />
  87. <tbody valign="top">
  88. <tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><dl class="first docutils">
  89. <dt>out <span class="classifier-delimiter">:</span> <span class="classifier">cf.Data</span></dt>
  90. <dd><p class="first last">The unweighted sample standard deviation of the data array.</p>
  91. </dd>
  92. </dl>
  93. </td>
  94. </tr>
  95. <tr class="field-even field"><th class="field-name">Examples 2:</th><td class="field-body"></td>
  96. </tr>
  97. </tbody>
  98. </table>
  99. <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">f</span><span class="o">.</span><span class="n">data</span>
  100. <span class="go">&lt;CF Data: [[[236.512756348, ..., 256.93371582]]] K&gt;</span>
  101. <span class="gp">&gt;&gt;&gt; </span><span class="n">f</span><span class="o">.</span><span class="n">sd</span><span class="p">()</span>
  102. <span class="go">&lt;CF Data: 22.685052535 K&gt;</span>
  103. </pre></div>
  104. </div>
  105. </dd></dl>
  106. </div>
  107. </div>
  108. </div>
  109. </div>
  110. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  111. <div class="sphinxsidebarwrapper">
  112. <h4>Previous topic</h4>
  113. <p class="topless"><a href="cf.DimensionCoordinate.sample_size.html"
  114. title="previous chapter">cf.DimensionCoordinate.sample_size</a></p>
  115. <h4>Next topic</h4>
  116. <p class="topless"><a href="cf.DimensionCoordinate.select.html"
  117. title="next chapter">cf.DimensionCoordinate.select</a></p>
  118. <div role="note" aria-label="source link">
  119. <h3>This Page</h3>
  120. <ul class="this-page-menu">
  121. <li><a href="../_sources/generated/cf.DimensionCoordinate.sd.txt"
  122. rel="nofollow">Show Source</a></li>
  123. </ul>
  124. </div>
  125. <div id="searchbox" style="display: none" role="search">
  126. <h3>Quick search</h3>
  127. <form class="search" action="../search.html" method="get">
  128. <input type="text" name="q" />
  129. <input type="submit" value="Go" />
  130. <input type="hidden" name="check_keywords" value="yes" />
  131. <input type="hidden" name="area" value="default" />
  132. </form>
  133. <p class="searchtip" style="font-size: 90%">
  134. Enter search terms or a module, class or function name.
  135. </p>
  136. </div>
  137. <script type="text/javascript">$('#searchbox').show(0);</script>
  138. </div>
  139. </div>
  140. <div class="clearer"></div>
  141. </div>
  142. <div class="related" role="navigation" aria-label="related navigation">
  143. <h3>Navigation</h3>
  144. <ul>
  145. <li class="right" style="margin-right: 10px">
  146. <a href="../genindex.html" title="General Index"
  147. >index</a></li>
  148. <li class="right" >
  149. <a href="cf.DimensionCoordinate.select.html" title="cf.DimensionCoordinate.select"
  150. >next</a> |</li>
  151. <li class="right" >
  152. <a href="cf.DimensionCoordinate.sample_size.html" title="cf.DimensionCoordinate.sample_size"
  153. >previous</a> |</li>
  154. <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.10</a> &raquo;</li>
  155. <!--
  156. <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
  157. <li><select onchange="location = this.options[this.selectedIndex].value;">
  158. <option value="../../1.0/index.html">1.0
  159. <option value="../../0.9.9/index.html">0.9.9
  160. <option value="../../0.9.8.3/index.html">0.9.8.3
  161. <option value="../../archive.html">Archive
  162. </select>
  163. </li>
  164. -->
  165. <li class="nav-item nav-item-0"><a href="../index.html">Documentation</a> &raquo;</li>
  166. <li class="nav-item nav-item-1"><a href="../reference.html" >Reference manual</a> &raquo;</li>
  167. <li class="nav-item nav-item-2"><a href="../class.html" >Classes of the <code class="docutils literal"><span class="pre">cf</span></code> module</a> &raquo;</li>
  168. <li class="nav-item nav-item-3"><a href="../classes/cf.DimensionCoordinate.html" >cf.DimensionCoordinate</a> &raquo;</li>
  169. </ul>
  170. </div>
  171. <div class="footer" role="contentinfo">
  172. &copy; Copyright 2016, David Hassell.
  173. Last updated on Jun 23, 2016.
  174. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.5.
  175. </div>
  176. </body>
  177. </html>