File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/stats/strided/dnancount/docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22{{alias}}( N, x, strideX )
3- Computes the number of non-`NaN` elements in a double-precision
4- floating- point strided array.
3+ Computes the number of non-`NaN` elements in a double-precision floating-
4+ point strided array.
55
66 The `N` and stride parameters determine which elements in the strided array
77 are accessed at runtime.
4747
4848
4949{{alias}}.ndarray( N, x, strideX, offsetX )
50- Computes the number of non-`NaN` elements in a double-precision
51- floating- point strided array using alternative indexing semantics.
50+ Computes the number of non-`NaN` elements in a double-precision floating-
51+ point strided array using alternative indexing semantics.
5252
5353 While typed array views mandate a view offset based on the underlying
54- buffer, the ` offset` parameter supports indexing semantics based on a
55- starting index.
54+ buffer, the offset parameter supports indexing semantics based on a starting
55+ index.
5656
5757 Parameters
5858 ----------
You can’t perform that action at this time.
0 commit comments