Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.

# dmidrangeabs

> Compute the [mid-range][mid-range] of absolute values of a double-precision floating-point strided array.
> Calculate the [mid-range][mid-range] of absolute values of a double-precision floating-point strided array.

<section class="intro">

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/stats/strided/dmidrangeabs",
"version": "0.0.0",
"description": "Compute the mid-range of absolute values of a double-precision floating-point strided array.",
"description": "Calculate the mid-range of absolute values of a double-precision floating-point strided array.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.

# dnanrangeabs

> Compute the [range][range] of absolute values of a double-precision floating-point strided array, ignoring `NaN` values.
> Calculate the [range][range] of absolute values of a double-precision floating-point strided array, ignoring `NaN` values.

<section class="intro">

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/stats/strided/dnanrangeabs",
"version": "0.0.0",
"description": "Compute the range of absolute values of a double-precision floating-point strided array, ignoring NaN values.",
"description": "Calculate the range of absolute values of a double-precision floating-point strided array, ignoring NaN values.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/stats/strided/drangeabs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.

# drangeabs

> Compute the [range][range] of absolute values of a double-precision floating-point strided array.
> Calculate the [range][range] of absolute values of a double-precision floating-point strided array.

<section class="intro">

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/stats/strided/drangeabs",
"version": "0.0.0",
"description": "Compute the range of absolute values of a double-precision floating-point strided array.",
"description": "Calculate the range of absolute values of a double-precision floating-point strided array.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/stats/strided/nanrangeabs",
"version": "0.0.0",
"description": "Compute the range of absolute values of a strided array, ignoring NaN values.",
"description": "Calculate the range of absolute values of a strided array, ignoring NaN values.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/stats/strided/srangeabs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.

# srangeabs

> Compute the [range][range] of absolute values of a single-precision floating-point strided array.
> Calculate the [range][range] of absolute values of a single-precision floating-point strided array.

<section class="intro">

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/stats/strided/srangeabs",
"version": "0.0.0",
"description": "Compute the range of absolute values of a single-precision floating-point strided array.",
"description": "Calculate the range of absolute values of a single-precision floating-point strided array.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down