Skip to content

Commit a764494

Browse files
authored
docs: update intro
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 2503633 commit a764494

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

lib/node_modules/@stdlib/stats/meanors/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ The [arithmetic mean][arithmetic-mean] is defined as
3939

4040
<!-- </equation> -->
4141

42-
This implementation uses ordinary recursive summation, which is a simple approach that accumulates results without specialized numerical techniques. It is useful for general-purpose mean calculations where the input values are well-behaved.
43-
4442
</section>
4543

4644
<!-- /.intro -->

0 commit comments

Comments
 (0)