Mercurial > hg > octave-nkf
diff scripts/statistics/distributions/wblpdf.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/wblpdf.m +++ b/scripts/statistics/distributions/wblpdf.m @@ -23,9 +23,16 @@ ## Weibull distribution with shape parameter @var{scale} and scale ## parameter @var{shape} which is given by ## +## @iftex +## @tex +## $$ scale \cdot shape^{-scale} x^{scale-1} \exp(-(x/shape)^{scale}) $$ +## @end tex +## @end iftex +## @ifnottex ## @example ## scale * shape^(-scale) * x^(scale-1) * exp(-(x/shape)^scale) ## @end example +## @end ifnottex ## ## @noindent ## for @var{x} > 0.