Buch, Englisch, 324 Seiten, Format (B × H): 157 mm x 235 mm, Gewicht: 1040 g
Reihe: Statistics and Computing
Buch, Englisch, 324 Seiten, Format (B × H): 157 mm x 235 mm, Gewicht: 1040 g
Reihe: Statistics and Computing
ISBN: 978-0-387-23817-3
Verlag: Springer
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."
"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 needs to build such interfaces."
"The book is well written and is divided into chapters and sections which are coherent...Overall 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..."
Zielgruppe
Research
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Professionelle Anwendung Computer-Aided Design (CAD)
- Technische Wissenschaften Technik Allgemein Mathematik für Ingenieure
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Software Engineering
- Mathematik | Informatik EDV | Informatik Angewandte Informatik Computeranwendungen in Wissenschaft & Technologie
- Mathematik | Informatik Mathematik Stochastik Mathematische Statistik
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmier- und Skriptsprachen
- Mathematik | Informatik Mathematik Numerik und Wissenschaftliches Rechnen Numerische Mathematik
- Technische Wissenschaften Technik Allgemein Computeranwendungen in der Technik
- Mathematik | Informatik EDV | Informatik Business Application Mathematische & Statistische Software
- Mathematik | Informatik EDV | Informatik Informatik
Weitere Infos & Material
Motivation.- to Modern Fortran.- A Pseudo Object-Oriented Style.- Implementing Computational Routines.- Developing a Console Application.- Creating and Using Dynamic-Link Libraries.- Creating COM Servers.- Creating COM Clients.