diff scripts/statistics/distributions/wblcdf.m @ 10821:693e22af08ae

Grammarcheck documentation of m-files Add newlines between @item fields for readability.
author Rik <octave@nomad.inbox5.com>
date Mon, 26 Jul 2010 21:25:36 -0700
parents be55736a0783
children a4f482e66b65
line wrap: on
line diff
--- a/scripts/statistics/distributions/wblcdf.m
+++ b/scripts/statistics/distributions/wblcdf.m
@@ -21,15 +21,16 @@
 ## Compute the cumulative distribution function (CDF) at @var{x} of the
 ## Weibull distribution with shape parameter @var{scale} and scale
 ## parameter @var{shape}, which is
-##
 ## @tex
 ## $$ 1 - \exp(-(x/shape)^{scale}) $$
 ## for $x\geq 0$.
 ## @end tex
 ## @ifnottex
+##
 ## @example
 ## 1 - exp(-(x/shape)^scale)
 ## @end example
+##
 ## for @var{x} @geq{} 0.
 ## @end ifnottex
 ## @end deftypefn