Skip to content

Commit 81fc3ba

Browse files
authored
refac: formatting changes
Signed-off-by: Pulkit Gupta <[email protected]>
1 parent 0a9267d commit 81fc3ba

File tree

1 file changed

+0
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/varianceyc

1 file changed

+0
-2
lines changed

lib/node_modules/@stdlib/stats/base/varianceyc/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,9 @@ var v = varianceyc.ndarray( 4, 1, x, 2, 1 );
173173

174174
- If `N <= 0`, both functions return `NaN`.
175175
- If `N - c` is less than or equal to `0` (where `c` corresponds to the provided degrees of freedom adjustment), both functions return `NaN`.
176-
177176
- Depending on the environment, the typed versions ([`dvarianceyc`][@stdlib/stats/strided/dvarianceyc], [`svarianceyc`][@stdlib/stats/strided/svarianceyc], etc.) are likely to be significantly more performant.
178177
- Both functions support array-like objects having getter and setter accessors for array element access (e.g., [`@stdlib/array/base/accessor`][@stdlib/array/base/accessor]).
179178

180-
181179
</section>
182180

183181
<!-- /.notes -->

0 commit comments

Comments
 (0)