comparison scripts/statistics/distributions/wblpdf.m @ 11563:3c6e8aaa9555

Grammarcheck m-files before 3.4 release.
author Rik <octave@nomad.inbox5.com>
date Tue, 18 Jan 2011 20:55:01 -0800
parents fd0a3ac60b0e
children 5bf8af73fc34
comparison
equal deleted inserted replaced
11562:1811f4f8b3b5 11563:3c6e8aaa9555
30 ## shape * scale^(-shape) * x^(shape-1) * exp(-(x/scale)^shape) 30 ## shape * scale^(-shape) * x^(shape-1) * exp(-(x/scale)^shape)
31 ## @end example 31 ## @end example
32 ## 32 ##
33 ## @end ifnottex 33 ## @end ifnottex
34 ## @noindent 34 ## @noindent
35 ## for @var{x} >= 0. 35 ## for @var{x} @geq{} 0.
36 ## @end deftypefn 36 ## @end deftypefn
37 37
38 ## Author: KH <Kurt.Hornik@wu-wien.ac.at> 38 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
39 ## Description: PDF of the Weibull distribution 39 ## Description: PDF of the Weibull distribution
40 40