Mercurial > hg > octave-lyh
diff scripts/statistics/distributions/logistic_pdf.m @ 3456:434790acb067
[project @ 2000-01-19 06:58:51 by jwe]
author | jwe |
---|---|
date | Wed, 19 Jan 2000 06:59:23 +0000 |
parents | f8dde1807dee |
children | 38c61cbf086c |
line wrap: on
line diff
--- a/scripts/statistics/distributions/logistic_pdf.m +++ b/scripts/statistics/distributions/logistic_pdf.m @@ -14,13 +14,14 @@ ## along with this file. If not, write to the Free Software Foundation, ## 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -## usage: logistic_pdf (x) -## -## For each component of x, compute the PDF at x of the logistic -## distribution. +## -*- texinfo -*- +## @deftypefn {Function File} {} logistic_pdf (@var{x}) +## For each component of @var{x}, compute the PDF at @var{x} of the +## logistic distribution. +## @end deftypefn -## Author: KH <Kurt.Hornik@ci.tuwien.ac.at> -## Description: PDF of the logistic distribution +## Author: KH <Kurt.Hornik@ci.tuwien.ac.at> +## Description: PDF of the logistic distribution function pdf = logistic_pdf (x)