1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Debian Copyright Section
========================
Upstream Source URL: http://compbio.uchsc.edu/Hunter_lab/Hunter/
direct url: http://compbio.uchsc.edu/Hunter_lab/Hunter/cl-statistics.tar.gz
Upstream Author: Larry Hunter <larry.hunter@uchsc.edu>
Debian Maintainer: Kevin M. Rosenberg <kmr@debian.org>
Upstream Copyright Statement
============================
Statistics.lisp and associated documentation is free software; you can
redistribute it and/or modify it under the terms of the GNU General
Public License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
The text of this license is in the file /usr/share/common-licenses/GPL-2
The formulas and methods used are largely taken from Bernard Rosner,
"Fundamentals of Biostatistics," 5th edition. "Rosner x" is a page
number. Some numeric functions were taken from CLASP, a 1994 common
lisp package that implemented some of the statistical functions from
"Numeric recipes in C" For code noted as being derived from CLASP, the
following copyright notice applies:
----- begin CLASP copyright notice -----
Copyright (c) 1990 - 1994 University of Massachusetts
Department of Computer Science
Experimental Knowledge Systems Laboratory
Professor Paul Cohen, Director.
All rights reserved.
Permission to use, copy, modify and distribute this software and its
documentation is hereby granted without fee, provided that the above
copyright notice of EKSL, this paragraph and the one following appear
in all copies and in supporting documentation.
EKSL makes no representation about the suitability of this software for any
purposes. It is provided "AS IS", without express or implied warranties
including (but not limited to) all implied warranties of merchantability
and fitness for a particular purpose, and notwithstanding any other
provision contained herein. In no event shall EKSL be liable for any
special, indirect or consequential damages whatsoever resulting from loss
of use, data or profits, whether in an action of contract, negligence or
other tortuous action, arising out of or in connection with the use or
performance of this software, even if EKSL is advised of the possiblity of
such damages.
For more information write to clasp-support@cs.umass.edu
----- end CLASP copyright notice -----
|