diff scripts/statistics/distributions/fcdf.m @ 10793:be55736a0783

Grammarcheck the documentation from m-files.
author Rik <octave@nomad.inbox5.com>
date Sun, 18 Jul 2010 20:35:16 -0700
parents 95c3e38098bf
children 1740012184f9
line wrap: on
line diff
--- a/scripts/statistics/distributions/fcdf.m	Mon Jul 19 06:17:54 2010 +0300
+++ b/scripts/statistics/distributions/fcdf.m	Sun Jul 18 20:35:16 2010 -0700
@@ -20,7 +20,7 @@
 ## @deftypefn {Function File} {} fcdf (@var{x}, @var{m}, @var{n})
 ## For each element of @var{x}, compute the CDF at @var{x} of the F
 ## distribution with @var{m} and @var{n} degrees of freedom, i.e.,
-## PROB (F (@var{m}, @var{n}) <= @var{x}). 
+## PROB (F (@var{m}, @var{n}) @leq{} @var{x}). 
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>