Features
- Cover Type: Paperback with 328 pages
- Published by: Springer
- Edition: 1st Edition May 6, 2005
- Written in: English
- ISBN 10 Number: 0387238174
- ISBN 13 Number: 978-0387238173
-
Book Dimensions:
9.1 x 5.9 x 0.9 inches
- Weighs: 1 pounds
Product Review
From the reviews:
"This book should be read by all statisticians, engineers, and scientists who want to implement an algorithm as a computer program. The book is the best introduction to programming that I have ever read. I value it as one of my important reference books in my personal library."
Melvin J. Hinich for Techonmetrics, November 2006 "Overall, the book is well written and provides a reasonable introduction to the use of modern versions of Fortran for statistical computation. The real thrust of the book is building COM interfaces using Fortran, and it will no doubt be most useful to anyone who requirements to build such interfaces."
Journal of the American Statistical Association, June 2006 "The book is well written and is divided into chapters and sections which are coherentOverall the book seems like a good resource for someone that already knows some dialect of FORTRAN and wants to learn a bit about what is new in FORTRAN 95"
Robert Gentleman for the Journal of Statistical Software, December 2006 "The purpose of this book is to help statisticians, (theory and) application-oriented developers, and researchers who need statistical computer programs to write a good FORTRAN program for the first time. Since good programming style can be taught and learned, the authors try for their potential readers to get into the experience of developing FORTRAN applications as quick, painless and rewarding as possible." (Silvia Curteanu, Zentralblatt MATH, Vol. 1076, 2006)
"This book is designed to teach applied statisticians how to write reliable, maintainable and re-usable programs using modern Fortran, and how to access these programs from other software. I heartily recommend this book to anyone wishing to develop modern statistical
software in Fortran even those with considerable experience will learn something from it. For anyone used to writing long subroutines in FORTRAN 77, it should be considered compulsory. The style is engaging and the use of statistical examples and exercises very helpful." (Len Thomas, Journal of Applied Statistics, Vol. 34 (3), 2007)
"Fortran is still unrivalled with respect to computing speed. Its aim is rather to present instructions for writing good programs. The text is written very readably. The explanations always take place along well-chosen example applications. The book makes undoubtedly a persuasive case for choosing Fortran for programming statistical software. it offers enough suggestions and instructions for creating good programs that it is to be recommended to all who program statistically." (Rainer Schlittgen, Advances in Statistical Analysis, Vol. 91, 2007)
Book Description
Many books teach computational statistics. Until now, however, none has shown how to write a good program. This book gives statisticians, biostatisticians and methodologically-oriented researchers the tools they need to develop high-quality statistical software.
Topics include how to:
Program in Fortran 95 using a pseudo object-oriented style
Write accurate and efficient computational procedures
Create console applications
Build dynamic-link libraries (DLLs) and Windows-based
software components
Develop graphical user interfaces (GUIs)
Through detailed examples, readers are shown how to call Fortran procedures from packages including Excel, SAS, SPSS, S-PLUS, R, and MATLAB. They are even given a tutorial on creating GUIs for Fortran computational code using Visual Basic.NET.
This book is for those who want to learn how to create statistical applications quickly and effectively. Prior experience with a programming language such as Basic, Fortran or C is helpful but not required. More experienced programmers will learn new strategies to harness the power of modern Fortran and the object-oriented paradigm. This may serve as a supplementary text for a graduate course on statistical computing.
From the reviews:
"This book should be read by all statisticians, engineers, and scientists who want to implement an algorithm as a computer program. The book is the best introduction to programming that I have ever read. I value it as one of my important reference books in my personal library."
Melvin J. Hinich for Techonmetrics, November 2006 "Overall, the book is well written and provides a reasonable introduction to the use of modern versions of Fortran for statistical computation. The real thrust of the book is building COM interfaces using Fortran, and it will no doubt be most useful to anyone who requirements to build such interfaces."
Journal of the American Statistical Association, June 2006 "The book is well written and is divided into chapters and sections which are coherentOverall the book seems like a good resource for someone that already knows some dialect of FORTRAN and wants to learn a bit about what is new in FORTRAN 95"
Robert Gentleman for the Journal of Statistical Software, December 2006
Reader Reviews
Fortran just keeps chugging along. You rarely see Fortran texts in the computer section of bookstores anymore. Largely supplanted by newer programs with fancy user interfaces. But this book shows that there is still a lot of scientific activity that depends on Fortran. The text is directed at a reader already well versed in statistics. But who is not primarily a programmer. So it offers you a crash course in object oriented statistical programming, using Fortran as the language. This is probably an easier approach than trying to teach a programmer several years of advanced statistics. Frankly, C++ or Java or C# are better for OO coding. But the book reflects the reality of a lot of existing Fortran code that you probably need to use or conform to. And F95 does give you a basic OO ability.
Comment | |
(Report this)