PageRenderTime 38ms CodeModel.GetById 7ms RepoModel.GetById 0ms app.codeStats 0ms

/docs/2.0/generated/cf.DimensionCoordinate.max.html

https://bitbucket.org/cfpython/cfpython.bitbucket.org
HTML | 201 lines | 157 code | 14 blank | 30 comment | 0 complexity | 43b15f1fd25e805b3d04ecfb3f23b66f 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.max &#8212; 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: '2.0',
  13. COLLAPSE_INDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true,
  16. SOURCELINK_SUFFIX: '.txt'
  17. };
  18. </script>
  19. <script type="text/javascript" src="../_static/jquery.js"></script>
  20. <script type="text/javascript" src="../_static/underscore.js"></script>
  21. <script type="text/javascript" src="../_static/doctools.js"></script>
  22. <script type="text/javascript" src="../_static/copybutton.js"></script>
  23. <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
  24. <link rel="index" title="Index" href="../genindex.html" />
  25. <link rel="search" title="Search" href="../search.html" />
  26. <link rel="next" title="cf.DimensionCoordinate.mean" href="cf.DimensionCoordinate.mean.html" />
  27. <link rel="prev" title="cf.DimensionCoordinate.match" href="cf.DimensionCoordinate.match.html" />
  28. </head>
  29. <body role="document">
  30. <div class="related" role="navigation" aria-label="related navigation">
  31. <h3>Navigation</h3>
  32. <ul>
  33. <li class="right" style="margin-right: 10px">
  34. <a href="../genindex.html" title="General Index"
  35. accesskey="I">index</a></li>
  36. <li class="right" >
  37. <a href="cf.DimensionCoordinate.mean.html" title="cf.DimensionCoordinate.mean"
  38. accesskey="N">next</a> |</li>
  39. <li class="right" >
  40. <a href="cf.DimensionCoordinate.match.html" title="cf.DimensionCoordinate.match"
  41. accesskey="P">previous</a> |</li>
  42. <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
  43. <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python 2.0</a> &raquo;</li>
  44. <!--
  45. <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python</a> &raquo;</li>
  46. <li><select onchange="location = this.options[this.selectedIndex].value;">
  47. <option value="../../1.0/index.html">1.0
  48. <option value="../../0.9.9/index.html">0.9.9
  49. <option value="../../0.9.8.3/index.html">0.9.8.3
  50. <option value="../../archive.html">Archive
  51. </select>
  52. </li>
  53. -->
  54. <li class="nav-item nav-item-0"><a href="../index.html">Documentation</a> &#187;</li>
  55. <li class="nav-item nav-item-1"><a href="../reference.html" >Reference manual</a> &#187;</li>
  56. <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> &#187;</li>
  57. <li class="nav-item nav-item-3"><a href="../classes/cf.DimensionCoordinate.html" accesskey="U">cf.DimensionCoordinate</a> &#187;</li>
  58. </ul>
  59. </div>
  60. <div class="document">
  61. <div class="documentwrapper">
  62. <div class="bodywrapper">
  63. <div class="body" role="main">
  64. <div class="section" id="cf-dimensioncoordinate-max">
  65. <h1>cf.DimensionCoordinate.max<a class="headerlink" href="#cf-dimensioncoordinate-max" title="Permalink to this headline">Âś</a></h1>
  66. <dl class="method">
  67. <dt id="cf.DimensionCoordinate.max">
  68. <code class="descclassname">DimensionCoordinate.</code><code class="descname">max</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v2.0/cf/variable.py#variable.py-2445"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.DimensionCoordinate.max" title="Permalink to this definition">Âś</a></dt>
  69. <dd><p>The maximum of the data array.</p>
  70. <div class="admonition seealso">
  71. <p class="first admonition-title">See also</p>
  72. <p class="last"><code class="xref py py-obj docutils literal"><span class="pre">collapse</span></code>, <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>,
  73. <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.sd.html#cf.DimensionCoordinate.sd" title="cf.DimensionCoordinate.sd"><code class="xref py py-obj docutils literal"><span class="pre">sd</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>
  74. </div>
  75. <table class="docutils field-list" frame="void" rules="none">
  76. <col class="field-name" />
  77. <col class="field-body" />
  78. <tbody valign="top">
  79. <tr class="field-odd field"><th class="field-name">Examples 1:</th><td class="field-body"></td>
  80. </tr>
  81. </tbody>
  82. </table>
  83. <div class="highlight-python"><div class="highlight"><pre><span></span><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">max</span><span class="p">()</span>
  84. </pre></div>
  85. </div>
  86. <table class="docutils field-list" frame="void" rules="none">
  87. <col class="field-name" />
  88. <col class="field-body" />
  89. <tbody valign="top">
  90. <tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><dl class="first docutils">
  91. <dt>out</dt>
  92. <span class="classifier-delimiter">:</span> <span class="classifier">cf.Data </span><dd><p class="first last">The maximum of the data array.</p>
  93. </dd>
  94. </dl>
  95. </td>
  96. </tr>
  97. <tr class="field-even field"><th class="field-name">Examples 2:</th><td class="field-body"></td>
  98. </tr>
  99. </tbody>
  100. </table>
  101. <div class="highlight-python"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">f</span><span class="o">.</span><span class="n">data</span>
  102. <span class="go">&lt;CF Data: [[[236.512756348, ..., 256.93371582]]] K&gt;</span>
  103. <span class="gp">&gt;&gt;&gt; </span><span class="n">f</span><span class="o">.</span><span class="n">max</span><span class="p">()</span><span class="o">.</span><span class="n">data</span>
  104. <span class="go">&lt;CF Data: 311.343780518 K&gt;</span>
  105. </pre></div>
  106. </div>
  107. </dd></dl>
  108. </div>
  109. </div>
  110. </div>
  111. </div>
  112. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  113. <div class="sphinxsidebarwrapper">
  114. <h4>Previous topic</h4>
  115. <p class="topless"><a href="cf.DimensionCoordinate.match.html"
  116. title="previous chapter">cf.DimensionCoordinate.match</a></p>
  117. <h4>Next topic</h4>
  118. <p class="topless"><a href="cf.DimensionCoordinate.mean.html"
  119. title="next chapter">cf.DimensionCoordinate.mean</a></p>
  120. <div role="note" aria-label="source link">
  121. <h3>This Page</h3>
  122. <ul class="this-page-menu">
  123. <li><a href="../_sources/generated/cf.DimensionCoordinate.max.rst.txt"
  124. rel="nofollow">Show Source</a></li>
  125. </ul>
  126. </div>
  127. <div id="searchbox" style="display: none" role="search">
  128. <h3>Quick search</h3>
  129. <form class="search" action="../search.html" method="get">
  130. <div><input type="text" name="q" /></div>
  131. <div><input type="submit" value="Go" /></div>
  132. <input type="hidden" name="check_keywords" value="yes" />
  133. <input type="hidden" name="area" value="default" />
  134. </form>
  135. </div>
  136. <script type="text/javascript">$('#searchbox').show(0);</script>
  137. </div>
  138. </div>
  139. <div class="clearer"></div>
  140. </div>
  141. <div class="related" role="navigation" aria-label="related navigation">
  142. <h3>Navigation</h3>
  143. <ul>
  144. <li class="right" style="margin-right: 10px">
  145. <a href="../genindex.html" title="General Index"
  146. >index</a></li>
  147. <li class="right" >
  148. <a href="cf.DimensionCoordinate.mean.html" title="cf.DimensionCoordinate.mean"
  149. >next</a> |</li>
  150. <li class="right" >
  151. <a href="cf.DimensionCoordinate.match.html" title="cf.DimensionCoordinate.match"
  152. >previous</a> |</li>
  153. <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
  154. <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python 2.0</a> &raquo;</li>
  155. <!--
  156. <li><a target="_blank" href="http://cfpython.bitbucket.io">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> &#187;</li>
  166. <li class="nav-item nav-item-1"><a href="../reference.html" >Reference manual</a> &#187;</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> &#187;</li>
  168. <li class="nav-item nav-item-3"><a href="../classes/cf.DimensionCoordinate.html" >cf.DimensionCoordinate</a> &#187;</li>
  169. </ul>
  170. </div>
  171. <div class="footer" role="contentinfo">
  172. &#169; Copyright 2016, David Hassell.
  173. Last updated on Jul 07, 2017.
  174. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.1.
  175. </div>
  176. </body>
  177. </html>