19 results on '"Virginia Klema"'
Search Results
2. A System of Subroutines for Iteratively Reweighted Least Squares Computations.
- Author
-
David Coleman, Paul Holland, Neil Kaden, Virginia Klema, and Stephen C. Peters
- Published
- 1980
- Full Text
- View/download PDF
3. IEEE Standard for Binary Floating-Point Arithmetic
- Author
-
M. Dundee Maples, David Feign, Martin Graham, Howard Fullmer, C. W. Gear, Edward Chelotti, Eugene Fisher, Tom Pittman, James H. Beall, Janis Baron, Dar-Sun Tsien, Shlomo Waser, John P. Riganati, W. Kahan, Paul G. Cummings, William Ames, Les Kohn, Charles J. Wylie, Chuck Hastings, Gary R. Burke, Dean Miller, Cash Olsen, John S. Walther, Harold S. Stone, Donn Denman, Daniel L. Goldberg, Robert Stewart, Smart Feldman, Daniel D. Gajski, Greg Walker, John E. May, Stan Schmidt, Lloyd Fosdick, Rene Castenschiold, Lew Randall, Irvin N. Howell, E. H. Bristol, Suren Irukulla, Ed Burdick, Steve Baumel, R. F. Lawrence, Charles White, Edward J. Cohen, Howard Kaikow, Paul Clemente, Irving Kolodny, Richard, Joel Boney, Frederic N. Ris, William H. McAllister, J. Richard Weger, Kenton Hanson, Christian Reinsch, Robert Reid, Paul S. Jensen, W. D. Strecker, Mike Arya, Webb Miller, John C. Nash, Donald C. Fleckenstein, Jack Kinn, Jim Bunch, Robert Swarz, Robert L. Smith, Augustin A. Dubrulle, Don Feinberg, Richard Fateman, Colin McMaster, James W. Thomas, Jay Forster, David Gustavson, Andrew Allison, Robert Fraley, Wayne Davison, Sava I. Sherr, Lawrence V. McCall, Philip J. Faillace, Dan O 'Dowd, Clifford O. Swanson, Jerome T. Coonen, Frank L. Rose, Joseph L. Koepfinger, Donald T. Michael, Dave Patterson, Jim Crapuchettes, G. W. Stewart, R. H. Delp, Virginia Klema, Richard Karpinski, Van Shahan, Itzhak Davidesko, Fletcher J. Buckley, Paul F. Flanagan, W. J. Cody, James Demmel, Thomas E. Hull, John F. Palmer, Beresford Parlett, Roger Stafford, W. B. Wilkens, Werner Buchholz, Guy K. Haas, Tom Eggers, A. Padegs, David Hough, John E. Howe, Mary H. Payne, Kenneth D. Hendrix, P. C. Waterman, Gordon Force, George Taylor, Alvin Despain, Roy Martin, Dileep Bhandarkar, and Dan Kuyper
- Subjects
Floating point ,Computer science ,Binary number ,National standard ,Arithmetic ,Algorithm ,IEEE floating point - Published
- 2008
- Full Text
- View/download PDF
4. Rules and software for detecting rank degeneracy
- Author
-
Virginia Klema, Stephen C. Peters, and Gene H. Golub
- Subjects
Economics and Econometrics ,Theoretical computer science ,Fortran ,business.industry ,Applied Mathematics ,ComputerApplications_COMPUTERSINOTHERSYSTEMS ,Software ,Mathematical software ,business ,Degeneracy (mathematics) ,computer ,Computer Science::Databases ,computer.programming_language ,Mathematics - Abstract
We describe an algorithm that can be used to select a set of independent columns of a matrix when numerical rank can be determined, and we associate the uncertainty of the data with rank selection. Mathematical software written in Fortran which implements this algorithm is available for a variety of computing machines.
- Published
- 1980
- Full Text
- View/download PDF
5. The Singular Value Analysis in Matrix Computation
- Author
-
Virginia Klema, Neil Kaden, and Richard A. Becker
- Subjects
Mathematical optimization ,Rank (linear algebra) ,Eight-point algorithm ,MathematicsofComputing_NUMERICALANALYSIS ,Matrix decomposition ,symbols.namesake ,Matrix (mathematics) ,Gaussian elimination ,Singular value decomposition ,symbols ,Applied mathematics ,Coefficient matrix ,Linear least squares ,Mathematics - Abstract
This paper discusses the robustness and the computational stability of the singular value decomposition algorithm used at the NBER Computer Research Center. The effect of perturbations on input data is explored. Suggestions are made for using the algorithm to get information about the rank of a real square or rectangular matrix. The algorithm can also be used to compute the best approximate solution of linear system of equations in the least squares sense, to solve linear systems of equations with equality constraints, and to determine dependencies or near dependencies among the rows or columns of a matrix. A copy of the subroutine that is used and some examples on which it has been tested are included in the appendixes.
- Published
- 1974
- Full Text
- View/download PDF
6. Rosetak Document 4: Rank Degeneracies and Least Square Problems
- Author
-
Virginia Klema, Gene H. Golub, and G. W. Stewart
- Subjects
Pure mathematics ,Matrix (mathematics) ,Basis (linear algebra) ,Rank (linear algebra) ,Singular value decomposition ,Linear independence ,Degeneracy (mathematics) ,Least squares ,Subspace topology ,Mathematics - Abstract
In this paper we shall be concerned with the following problem. Let A be an m x n matrix with m being greater than or equal to n, and suppose that A is near (in a sense to be made precise later) a matrix B whose rank is less than n. Can one find a set of linearly independent columns of A that span a good approximation to the column space of B? The solution of this problem is important in a number of applications. In this paper we shall be chiefly interested in the case where the columns of A represent factors or carriers in a linear model which is to be fit to a vector of observations b. In some such applications, where the elements of A can be specified exactly (e.g. the analysis of variance), the presence of rank degeneracy in A can be dealt with by explicit mathematical formulas and causes no essential difficulties. In other applications, however, the presence of degeneracy is not at all obvious, and the failure to detect it can result in meaningless results or even the catastrophic failure of the numerical algorithms being used to solve the problem. The organization of this paper is the following. In the next section we shall give a precise definition of approximate degeneracy in terms of the singular value decomposition of A. In Section 3 we shall show that under certain conditions there is associated with A a subspace that is insensitive to how it is approximated by various choices of the columns of A, and in Section 4 we shall apply this result to the solution of the least squares problem. Sections 5, 6, and 7 will be concerned with algorithms for selecting a basis for the stable subspace from among the columns of A.
- Published
- 1977
- Full Text
- View/download PDF
7. Detecting and Assessing the Problems Caused by Multi-Collinearity: A Useof the Singular-Value Decomposition
- Author
-
David A. Belsley and Virginia Klema
- Abstract
This paper presents a means for detecting the presence of multicollinearity and for assessing the damage that such collinearity may cause estimated coefficients in the standard linear regression model. The means of analysis is the singular value decomposition, a numerical analytic device that directly exposes both the conditioning of the data matrix X and the linear dependencies that may exist among its columns. The same information is employed in the second part of the paper to determine the extent to which each regression coefficient is being adversely affected by each linear relation among the columns of X that lead to its ill conditioning.
- Published
- 1974
8. Rosepack Document 3: Guidelines for Writing Semi-Portable Fortran
- Author
-
Neil Kaden and Virginia Klema
- Abstract
Transferring Fortran subroutines from one manufacturer' s machine to another, or from one operating system to another, puts certain constraints on the construction of the Fortran statements that are used in the subroutines. The reliable performance of mathematical software should be unaffected by the host environment in which the software is used or by the compiler from which the cod eis generated. In short, the reliable performance of the algorithm is to be independent of the computing environment in which it is run. The subroutines of ROSEPACK (Robust Statistics Estimation Package) are Fortran IV source code designed to be semi-portable where semi-portable is defined to mean transportable with minimum change. *This paper described the guidelines by which ROSEPACK subroutines were written.
- Published
- 1976
9. A System of Subroutines For Iteratively Reweighted Least Squares Computations
- Author
-
David E. Coleman, Paul W. Holland, Neil Kaden, and Virginia Klema
- Subjects
MathematicsofComputing_NUMERICALANALYSIS - Abstract
A description of a system of subroutines to compute solutions to the iteratively reweighted least squares problem is presented. The weights are determined from the data and linear fit and are computed as functions of the scaled residuals. Iteratively reweighted least squares is a part of robust statistics where "robustness" means relative insensitivity to moderate departures from assumptions. The software for iteratively reweighted least squares is cast as semi-portable Fortran code whose performance is unaffected (in the sense that performance will not be degraded) by the computer or operating-system environment in which it is used. An [ell sub1] start and an [ell sub2] start are provided. Eight weight functions, a numerical rank determination, convergence criterion, and a stem-and-leaf display are included.
- Published
- 1977
10. Rosetak Document 4: Rank Degeneracies and Least Square Problems
- Author
-
Gene Golub, Virginia Klema, and G. W. Stewart
- Abstract
In this paper we shall be concerned with the following problem. Let A be an m x n matrix with m being greater than or equal to n, and suppose that A is near (in a sense to be made precise later) a matrix B whose rank is less than n. Can one find a set of linearly independent columns of A that span a good approximation to the column space of B? The solution of this problem is important in a number of applications. In this paper we shall be chiefly interested in the case where the columns of A represent factors or carriers in a linear model which is to be fit to a vector of observations b. In some such applications, where the elements of A can be specified exactly (e.g. the analysis of variance), the presence of rank degeneracy in A can be dealt with by explicit mathematical formulas and causes no essential difficulties. In other applications, however, the presence of degeneracy is not at all obvious, and the failure to detect it can result in meaningless results or even the catastrophic failure of the numerical algorithms being used to solve the problem. The organization of this paper is the following. In the next section we shall give a precise definition of approximate degeneracy in terms of the singular value decomposition of A. In Section 3 we shall show that under certain conditions there is associated with A a subspace that is insensitive to how it is approximated by various choices of the columns of A, and in Section 4 we shall apply this result to the solution of the least squares problem. Sections 5, 6, and 7 will be concerned with algorithms for selecting a basis for the stable subspace from among the columns of A.
- Published
- 1977
11. Rosepack Document 1: Guidelines for Writing Semi-portable Fortran
- Author
-
Neil Kaden and Virginia Klema
- Subjects
Source code ,Programming language ,Fortran ,Computer science ,business.industry ,media_common.quotation_subject ,Subroutine ,computer.software_genre ,Software ,Mathematical software ,Code (cryptography) ,Compiler ,business ,computer ,Host (network) ,computer.programming_language ,media_common - Abstract
Transferring Fortran subroutines from one manufacturer's machine to another or from one operating system to another puts certain constrains on the construction of the Fortran statements that are used in the subroutines. The reliable performance of this mathematical software should be unaffected by the host environment in which the software is used or by the compiler from which the code is generated. In short, the algorithm is to he independent of the computing environment in which it is run. The subroutines of ROSEPACK (Robust Statistics Estimation Package) are Fortran IV source code designed to be semi-portable where semi-portable is defined to mean transportable with minimum change.*
- Published
- 1975
- Full Text
- View/download PDF
12. The Singular Value Analysis in Matrix Computation
- Author
-
Richard A. Becker, Neil Kaden, and Virginia Klema
- Subjects
MathematicsofComputing_NUMERICALANALYSIS - Abstract
This paper discusses the robustness and the computational stability of the singular value decomposition algorithm used at the NBER Computer Research Center. The effect of perturbations on input data is explored. Suggestions are made for using the algorithm to get information about the rank of a real square or rectangular matrix. The algorithm can also be used to compute the best approximate solution of linear system of equations in the least squares sense, to solve linear systems of equations with equality constraints, and to determine dependencies or near dependencies among the rows or columns of a matrix. A copy of the subroutine that is used and some examples on which it has been tested are included in the appendixes.
- Published
- 1974
13. A System of Subroutines For Iteratively Reweighted Least Squares Computations
- Author
-
David Coleman, Paul Holland, Neil Kaden, and Virginia Klema
- Published
- 1977
- Full Text
- View/download PDF
14. Rosepack Document 3: Guidelines for Writing Semi-Portable Fortran
- Author
-
Virginia Klema and Neil Kaden
- Subjects
Source code ,Programming language ,business.industry ,Computer science ,Fortran ,media_common.quotation_subject ,Subroutine ,Robust statistics ,computer.software_genre ,Software ,Mathematical software ,Compiler ,business ,computer ,Host (network) ,media_common ,computer.programming_language - Abstract
Transferring Fortran subroutines from one manufacturer' s machine to another, or from one operating system to another, puts certain constraints on the construction of the Fortran statements that are used in the subroutines. The reliable performance of mathematical software should be unaffected by the host environment in which the software is used or by the compiler from which the cod eis generated. In short, the reliable performance of the algorithm is to be independent of the computing environment in which it is run. The subroutines of ROSEPACK (Robust Statistics Estimation Package) are Fortran IV source code designed to be semi-portable where semi-portable is defined to mean transportable with minimum change. *This paper described the guidelines by which ROSEPACK subroutines were written.
- Published
- 1976
- Full Text
- View/download PDF
15. Support for Concurrent Computing Environments
- Author
-
Virginia Klema
- Subjects
Computer architecture ,Computer science ,Computer Applications ,Computation ,Distributed computing ,Concurrent computing ,Instrumentation (computer programming) - Abstract
This grant, under the URIP program, provided instrumentation equipment used to enhance research in concurrent computing. The equipment provided a network of concurrent computing machines. Keywords: Numerical algorithms; computations. (Author)
- Published
- 1987
- Full Text
- View/download PDF
16. Mathematical Software for Linear Control and Estimation Theory
- Author
-
Virginia Klema
- Subjects
Frequency response ,Software portability ,Theoretical computer science ,Control theory ,Computer science ,Estimation theory ,Numerical analysis ,Mathematical software ,Principal (computer security) ,Linear system ,Industrial engineering - Abstract
The final report for the project, Mathematical Software for Linear Control and Estimation Theory, includes a list of publications, conference proceedings, and invited talks by the principal investigators. Emphasis throughout the project was placed on interdisciplinary work in control theory, numerical methods suitable for certain control problems and mathematical software to do the frequency response problem. Numerically stable methods were used, and portability of the mathematical software was stressed. (Author)
- Published
- 1981
- Full Text
- View/download PDF
17. ROSEPACK-robust statistics estimation package
- Author
-
Virginia Klema
- Subjects
Estimation ,Iteratively reweighted least squares ,Mathematical optimization ,Fortran ,Computer science ,Subroutine ,Linear regression ,Robust statistics ,General Medicine ,computer ,Algorithm ,computer.programming_language - Abstract
ROSEPACK (RObust Statistics Estimation PACKage) is a system of Fortran subroutines and an interactive driver to compute solutions to the iteratively reweighted least square problem. The weights are determined from the data and the linear fit and are computed as functions of the scaled residuals.
- Published
- 1978
- Full Text
- View/download PDF
18. LINPACK User's Guide
- Author
-
G. W. Stewart, Virginia Klema, Cleve B. Moler, Jack Dongarra, and J. R. Bunch
- Subjects
Computational Mathematics ,Algebra and Number Theory ,ComputerSystemsOrganization_COMPUTERSYSTEMIMPLEMENTATION ,Applied Mathematics ,Kernel (statistics) ,Benchmark (computing) ,Cluster (physics) ,Parallel computing ,ComputerSystemsOrganization_PROCESSORARCHITECTURES ,Mathematics - Abstract
We provide further discussion of the use of least-squares techniques for this and G. W. Stewart, LINPACK Users' Guide (Society of Industrial and Applied. User's Guide for Intel® Math Kernel Library 11.3 for Linux* OS. Revision: Benchmark your cluster with Intel® Optimized MP LINPACK Benchmark for Clusters. Running Linpack on Linux High performance computer. No problem. I need a working guide for hpl if someone can do help me at this. The errors are.
- Published
- 1980
- Full Text
- View/download PDF
19. A constant in the theory of trigonometric series
- Author
-
R. P. Boas and Virginia Klema
- Subjects
Algebra and Number Theory ,Pythagorean trigonometric identity ,Applied Mathematics ,Mathematical analysis ,Trigonometric integral ,Differentiation of trigonometric functions ,Trigonometric substitution ,Trigonometric polynomial ,Proofs of trigonometric identities ,Trigonometric series ,Computational Mathematics ,symbols.namesake ,symbols ,Trigonometric functions ,Mathematics - Published
- 1964
- Full Text
- View/download PDF
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.