comparison scripts/deprecated/weibull_pdf.m @ 5428:2a16423e4aa0

[project @ 2005-08-23 18:38:27 by jwe]
author jwe
date Tue, 23 Aug 2005 18:38:28 +0000
parents bee21f388110
children 446b28529300
comparison
equal deleted inserted replaced
5427:a92afe70fb8d 5428:2a16423e4aa0
29 ## 29 ##
30 ## @noindent 30 ## @noindent
31 ## for @var{x} > 0. 31 ## for @var{x} > 0.
32 ## @end deftypefn 32 ## @end deftypefn
33 33
34 ## Author: KH <Kurt.Hornik@ci.tuwien.ac.at> 34 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
35 ## Description: PDF of the Weibull distribution 35 ## Description: PDF of the Weibull distribution
36 36
37 function pdf = weibull_pdf (varargin) 37 function pdf = weibull_pdf (varargin)
38 38
39 pdf = weibpdf (varargin{:}); 39 pdf = weibpdf (varargin{:});