|
62 | 62 | <script src="../_static/copybutton.js?v=f281be69"></script> |
63 | 63 | <link rel="index" title="Index" href="../genindex.html" /> |
64 | 64 | <link rel="search" title="Search" href="../search.html" /> |
65 | | - <link rel="next" title="cumulative_sum" href="generated/array_api.cumulative_sum.html" /> |
| 65 | + <link rel="next" title="cumulative_prod" href="generated/array_api.cumulative_prod.html" /> |
66 | 66 | <link rel="prev" title="sort" href="generated/array_api.sort.html" /> |
67 | 67 |
|
68 | 68 | <link rel="apple-touch-icon" href="../_static/images/apple-icon-152x152.png"/> |
@@ -485,28 +485,31 @@ <h1 id="api-specification-statistical-functions--page-root">Statistical Function |
485 | 485 | <h2 id="objects-in-api">Objects in API<a class="headerlink" href="#objects-in-api" title="Link to this heading">¶</a></h2> |
486 | 486 | <table class="autosummary longtable docutils align-default"> |
487 | 487 | <tbody> |
488 | | -<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api.cumulative_sum.html#array_api.cumulative_sum" title="array_api.cumulative_sum"><code class="xref py py-obj docutils literal notranslate"><span class="pre">cumulative_sum</span></code></a>(x, /, *, axis=None, dtype=None, include_initial=False)</p></td> |
| 488 | +<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api.cumulative_prod.html#array_api.cumulative_prod" title="array_api.cumulative_prod"><code class="xref py py-obj docutils literal notranslate"><span class="pre">cumulative_prod</span></code></a>(x, /, *, axis=None, dtype=None, include_initial=False)</p></td> |
| 489 | +<td><p>Calculates the cumulative product of elements in the input array <code class="docutils literal notranslate"><span class="pre">x</span></code>.</p></td> |
| 490 | +</tr> |
| 491 | +<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api.cumulative_sum.html#array_api.cumulative_sum" title="array_api.cumulative_sum"><code class="xref py py-obj docutils literal notranslate"><span class="pre">cumulative_sum</span></code></a>(x, /, *, axis=None, dtype=None, include_initial=False)</p></td> |
489 | 492 | <td><p>Calculates the cumulative sum of elements in the input array <code class="docutils literal notranslate"><span class="pre">x</span></code>.</p></td> |
490 | 493 | </tr> |
491 | | -<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api.max.html#array_api.max" title="array_api.max"><code class="xref py py-obj docutils literal notranslate"><span class="pre">max</span></code></a>(x, /, *, axis=None, keepdims=False)</p></td> |
| 494 | +<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api.max.html#array_api.max" title="array_api.max"><code class="xref py py-obj docutils literal notranslate"><span class="pre">max</span></code></a>(x, /, *, axis=None, keepdims=False)</p></td> |
492 | 495 | <td><p>Calculates the maximum value of the input array <code class="docutils literal notranslate"><span class="pre">x</span></code>.</p></td> |
493 | 496 | </tr> |
494 | | -<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api.mean.html#array_api.mean" title="array_api.mean"><code class="xref py py-obj docutils literal notranslate"><span class="pre">mean</span></code></a>(x, /, *, axis=None, keepdims=False)</p></td> |
| 497 | +<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api.mean.html#array_api.mean" title="array_api.mean"><code class="xref py py-obj docutils literal notranslate"><span class="pre">mean</span></code></a>(x, /, *, axis=None, keepdims=False)</p></td> |
495 | 498 | <td><p>Calculates the arithmetic mean of the input array <code class="docutils literal notranslate"><span class="pre">x</span></code>.</p></td> |
496 | 499 | </tr> |
497 | | -<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api.min.html#array_api.min" title="array_api.min"><code class="xref py py-obj docutils literal notranslate"><span class="pre">min</span></code></a>(x, /, *, axis=None, keepdims=False)</p></td> |
| 500 | +<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api.min.html#array_api.min" title="array_api.min"><code class="xref py py-obj docutils literal notranslate"><span class="pre">min</span></code></a>(x, /, *, axis=None, keepdims=False)</p></td> |
498 | 501 | <td><p>Calculates the minimum value of the input array <code class="docutils literal notranslate"><span class="pre">x</span></code>.</p></td> |
499 | 502 | </tr> |
500 | | -<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api.prod.html#array_api.prod" title="array_api.prod"><code class="xref py py-obj docutils literal notranslate"><span class="pre">prod</span></code></a>(x, /, *, axis=None, dtype=None, keepdims=False)</p></td> |
| 503 | +<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api.prod.html#array_api.prod" title="array_api.prod"><code class="xref py py-obj docutils literal notranslate"><span class="pre">prod</span></code></a>(x, /, *, axis=None, dtype=None, keepdims=False)</p></td> |
501 | 504 | <td><p>Calculates the product of input array <code class="docutils literal notranslate"><span class="pre">x</span></code> elements.</p></td> |
502 | 505 | </tr> |
503 | | -<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api.std.html#array_api.std" title="array_api.std"><code class="xref py py-obj docutils literal notranslate"><span class="pre">std</span></code></a>(x, /, *, axis=None, correction=0.0, keepdims=False)</p></td> |
| 506 | +<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api.std.html#array_api.std" title="array_api.std"><code class="xref py py-obj docutils literal notranslate"><span class="pre">std</span></code></a>(x, /, *, axis=None, correction=0.0, keepdims=False)</p></td> |
504 | 507 | <td><p>Calculates the standard deviation of the input array <code class="docutils literal notranslate"><span class="pre">x</span></code>.</p></td> |
505 | 508 | </tr> |
506 | | -<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api.sum.html#array_api.sum" title="array_api.sum"><code class="xref py py-obj docutils literal notranslate"><span class="pre">sum</span></code></a>(x, /, *, axis=None, dtype=None, keepdims=False)</p></td> |
| 509 | +<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api.sum.html#array_api.sum" title="array_api.sum"><code class="xref py py-obj docutils literal notranslate"><span class="pre">sum</span></code></a>(x, /, *, axis=None, dtype=None, keepdims=False)</p></td> |
507 | 510 | <td><p>Calculates the sum of the input array <code class="docutils literal notranslate"><span class="pre">x</span></code>.</p></td> |
508 | 511 | </tr> |
509 | | -<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api.var.html#array_api.var" title="array_api.var"><code class="xref py py-obj docutils literal notranslate"><span class="pre">var</span></code></a>(x, /, *, axis=None, correction=0.0, keepdims=False)</p></td> |
| 512 | +<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api.var.html#array_api.var" title="array_api.var"><code class="xref py py-obj docutils literal notranslate"><span class="pre">var</span></code></a>(x, /, *, axis=None, correction=0.0, keepdims=False)</p></td> |
510 | 513 | <td><p>Calculates the variance of the input array <code class="docutils literal notranslate"><span class="pre">x</span></code>.</p></td> |
511 | 514 | </tr> |
512 | 515 | </tbody> |
@@ -538,12 +541,12 @@ <h2 id="objects-in-api">Objects in API<a class="headerlink" href="#objects-in-ap |
538 | 541 | </a> |
539 | 542 |
|
540 | 543 |
|
541 | | - <a href="generated/array_api.cumulative_sum.html" title="cumulative_sum" |
| 544 | + <a href="generated/array_api.cumulative_prod.html" title="cumulative_prod" |
542 | 545 | class="md-flex md-footer-nav__link md-footer-nav__link--next" |
543 | 546 | rel="next"> |
544 | 547 | <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span |
545 | 548 | class="md-flex__ellipsis"> <span |
546 | | - class="md-footer-nav__direction"> "Next" </span> cumulative_sum </span> |
| 549 | + class="md-footer-nav__direction"> "Next" </span> cumulative_prod </span> |
547 | 550 | </div> |
548 | 551 | <div class="md-flex__cell md-flex__cell--shrink"><i |
549 | 552 | class="md-icon md-icon--arrow-forward md-footer-nav__button"></i> |
|
0 commit comments