Mercurial > hg > octave-thorsten
comparison scripts/statistics/base/cloglog.m @ 3453:71d2e09c15a2
[project @ 2000-01-18 08:32:09 by jwe]
author | jwe |
---|---|
date | Tue, 18 Jan 2000 08:32:15 +0000 |
parents | f8dde1807dee |
children | 434790acb067 |
comparison
equal
deleted
inserted
replaced
3452:a892190f4977 | 3453:71d2e09c15a2 |
---|---|
12 ## | 12 ## |
13 ## You should have received a copy of the GNU General Public License | 13 ## You should have received a copy of the GNU General Public License |
14 ## along with this file. If not, write to the Free Software Foundation, | 14 ## along with this file. If not, write to the Free Software Foundation, |
15 ## 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 15 ## 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | 16 |
17 ## Returns cloglog (x) = - log (- log (x)), the complementary log-log | 17 ## -*- texinfo -*- |
18 ## function. | 18 ## @deftypefn {Function File} {} cloglog (@var{x}) |
19 ## Return the complementary log-log function of @var{x}, defined as | |
20 ## | |
21 ## @example | |
22 ## - log (- log (@var{x})) | |
23 ## @end example | |
24 ## @end deftypefn | |
19 | 25 |
20 ## Author: KH <Kurt.Hornik@ci.tuwien.ac.at> | 26 ## Author: KH <Kurt.Hornik@ci.tuwien.ac.at> |
21 ## Description: Complementary log-log function | 27 ## Description: Complementary log-log function |
22 | 28 |
23 function y = cloglog (x) | 29 function y = cloglog (x) |