You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---
type: pre_push_report
description: Results of running various checks prior to pushing changes.
report:
- task: run_javascript_examples
status: na
- task: run_c_examples
status: na
- task: run_cpp_examples
status: na
- task: run_javascript_readme_examples
status: na
- task: run_c_benchmarks
status: na
- task: run_cpp_benchmarks
status: na
- task: run_fortran_benchmarks
status: na
- task: run_javascript_benchmarks
status: na
- task: run_julia_benchmarks
status: na
- task: run_python_benchmarks
status: na
- task: run_r_benchmarks
status: na
- task: run_javascript_tests
status: na
---
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/README.md
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,6 @@ The namespace contains the following statistical functions:
61
61
- <spanclass="signature">[`cumaxabs( N, x, strideX, y, strideY )`][@stdlib/stats/base/cumaxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative maximum absolute value of a strided array.</span>
62
62
- <spanclass="signature">[`cumin( N, x, strideX, y, strideY )`][@stdlib/stats/base/cumin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative minimum of a strided array.</span>
63
63
- <spanclass="signature">[`cuminabs( N, x, strideX, y, strideY )`][@stdlib/stats/base/cuminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative minimum absolute value of a strided array.</span>
64
-
- <spanclass="signature">[`dcumax( N, x, strideX, y, strideY )`][@stdlib/stats/strided/dcumax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative maximum of double-precision floating-point strided array elements.</span>
65
64
- <spanclass="signature">[`dcumaxabs( N, x, strideX, y, strideY )`][@stdlib/stats/base/dcumaxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.</span>
66
65
- <spanclass="signature">[`dcumin( N, x, strideX, y, strideY )`][@stdlib/stats/base/dcumin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative minimum of double-precision floating-point strided array elements.</span>
67
66
- <spanclass="signature">[`dcuminabs( N, x, strideX, y, strideY )`][@stdlib/stats/base/dcuminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.</span>
0 commit comments