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 51 52 53 54 55 56 57 58 59 60 61 62
|
This is the Debian GNU/Linux r-cran-acepack package of acepack, a
collection of two functions [ace() and avas()] for selecting
regression transformations that was written by Phil Spector, Jerome
Friedman, Robert Tibshirani, and Thomas Lumley.
This package was created by Dirk Eddelbuettel <edd@debian.org>.
The sources were downloaded from
http://cran.us.r-project.org/src/contrib/
The package was renamed from its upstream name 'acepack' to 'r-cran-acepack'
to fit the pattern of CRAN (and non-CRAN) packages for R.
The acepack function ace() is in the public domain; avas() is freely
available at www.statlib.org.
The file README states
This package is based on public domain S and FORTRAN code for AVAS by
Tibshirani, and on FORTRAN code for ACE from Statlib, written by Spector
and Friedman.
The file README.avas states
This archive contains new S code for avas (additivity and variance
stabilization). It is used to estimate transformations for regression.
It is officially a public domain product.
The file ace.doc contains the following header
C ESTIMATE MULTIPLE OPTIMAL TRANSFORMATIONS FOR REGRESSION AND
C CORRELATION BY ALTERNATING CONDITIONAL EXPECTATION ESTIMATES.
C
C VERSION 3/28/85.
C
C BREIMAN AND FRIEDMAN, JOURNAL OF THE AMERICAN STATISTICAL
C ASSOCIATION (SEPTEMBER, 1985)
C
C CODED AND COPYWRITE (C) 1985 BY:
C
C JEROME H. FRIEDMAN
C DEPARTMENT OF STATISTICS
C AND
C STANFORD LINEAR ACCELERATOR CENTER
C STANFORD UNIVERSITY
C
C ALL RIGHTS RESERVED.
For reference, the upstream DESCRIPTION file is included below:
Package: acepack
Maintainer: Thomas Lumley <tlumley@u.washington.edu>
Version: 1.3-2.1
Author: Phil Spector, Jerome Friedman, Robert Tibshirani, Thomas Lumley
Description: ACE and AVAS methods for choosing regression transformations.
Title: ace() and avas() for selecting regression transformations
License: avas is public domain, ace is on Statlib
Packaged: Wed Apr 14 09:03:33 2004; hornik
|