~ubuntu-branches/debian/sid/octave3.0/sid

« back to all changes in this revision

Viewing changes to scripts/statistics/distributions/expinv.m

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Weber
  • Date: 2008-08-12 22:28:01 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080812222801-b3myaxymt2k5m709
Tags: 1:3.0.1-6lenny1
Allow libhdf5-openmpi-dev to satisfy Octave's hdf5 dependency (closes:
#494139)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik
 
1
## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007, 2008 Kurt Hornik
2
2
##
3
3
## This file is part of Octave.
4
4
##
19
19
## -*- texinfo -*-
20
20
## @deftypefn {Function File} {} expinv (@var{x}, @var{lambda})
21
21
## For each element of @var{x}, compute the quantile (the inverse of the
22
 
## CDF) at @var{x} of the exponential distribution with parameter
 
22
## CDF) at @var{x} of the exponential distribution with mean
23
23
## @var{lambda}.
24
24
## @end deftypefn
25
25