1 / 471
文档名称:

069113314X.Princeton.University.Press.Modeling.with.Data.Tools.and.Techniques.for.Scientific.Computing.Oct.2008.pdf

格式:pdf   页数:471
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

069113314X.Princeton.University.Press.Modeling.with.Data.Tools.and.Techniques.for.Scientific.Computing.Oct.2008.pdf

上传人:kuo08091 2014/4/3 文件大小:0 KB

下载得到文件列表

069113314X.Princeton.University.Press.Modeling.with.Data.Tools.and.Techniques.for.Scientific.Computing.Oct.2008.pdf

文档介绍

文档介绍:gsl_stats July 10, 2008
Modeling with Data
gsl_stats July 10, 2008
gsl_stats July 10, 2008
Modeling with Data
Tools and Techniques for puting
Ben Klemens
PRINCETON UNIVERSITY PRESS
PRINCETON AND OXFORD
gsl_stats July 10, 2008
Copyright © 2009 by Princeton University Press
Published by Princeton University Press
41 William Street, Princeton, New Jersey 08540
In the United Kingdom: Princeton University Press
6 Oxford Street, Woodstock, Oxfordshire, OX20 1TW
All Rights Reserved
Klemens, Ben.
Modeling with data : tools and techniques for puting / Ben Klemens.
p. cm.
Includes bibliographical references and index.
ISBN 978-0-691-13314-0 (hardcover : alk. paper)
1. Mathematical statistics. 2. Mathematical models. I. Title.
2009
–dc22 2008028341
British Library Cataloging-in-Publication Data is available
This book has posed in LATEX
The publisher would like to acknowledge the author of this volume for providing the camera-ready
copy from which this book was printed.
Printed on acid-free paper. ∞

Printed in the United States of America
10 9 8 7 6 5 4 3 2 1
gsl_stats July 10, 2008
We believe that no one should be deprived of books for any reason.
—Russell Wattenberg, founder of the Book Thing
The author pledges to donate 25% of his royalties to the Book Thing
of Baltimore, a non-profit that gives books to schools, students,
libraries, and other readers of all kinds.
gsl_stats July 10, 2008
CONTENTS
Preface xi
Chapter 1. Statistics in the modern day 1
PART PUTING 15
Chapter 2. C 17
Lines 18
Variables and their declarations 28
Functions 34
The debugger 43
and running 48
Pointers 53
Arrays and other pointer tricks 59
Strings 65
ô Errors 69
Chapter 3. Databases 74
Basic queries 76
ô Doing more with queries 80
Joins and subqueries 87
On database design 94
Folding queries into C code 98
gsl_stats July 1