diff scripts/statistics/distributions/wblcdf.m @ 6754:451b346d8c2f

[project @ 2007-06-25 17:31:46 by jwe]
author jwe
date Mon, 25 Jun 2007 17:31:47 +0000
parents 34f96dd5441b
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/statistics/distributions/wblcdf.m	Mon Jun 25 17:05:58 2007 +0000
+++ b/scripts/statistics/distributions/wblcdf.m	Mon Jun 25 17:31:47 2007 +0000
@@ -23,12 +23,18 @@
 ## Weibull distribution with shape parameter @var{scale} and scale
 ## parameter @var{shape}, which is
 ##
+## @iftex
+## @tex
+## $$ 1 - \exp(-(x/shape)^{scale}) $$
+## for $x\geq 0$.
+## @end tex
+## @end iftex
+## @ifnottex
 ## @example
 ## 1 - exp(-(x/shape)^scale)
 ## @end example
-##
-## @noindent
 ## for @var{x} >= 0.
+## @end ifnottex
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>