diff scripts/statistics/base/median.m @ 3426:f8dde1807dee

[project @ 2000-01-13 08:40:00 by jwe]
author jwe
date Thu, 13 Jan 2000 08:40:53 +0000
parents ae7adbb591e8
children 404c7122853e
line wrap: on
line diff
--- a/scripts/statistics/base/median.m
+++ b/scripts/statistics/base/median.m
@@ -31,11 +31,11 @@
 ## @end tex
 ## @end iftex
 ## @ifinfo
-## 
+##
 ## @example
 ## @group
 ##             x(ceil(N/2)),             N odd
-## median(x) = 
+## median(x) =
 ##             (x(N/2) + x((N/2)+1))/2,  N even
 ## @end group
 ## @end example