Numerical Methods Using Java: For Data Science, Analysis, and Engineering
Autor Haksun Li, PhDen Limba Engleză Paperback – 6 ian 2022
Numerical Methods Using Java covers a wide range of topics, including chapters on linear algebra, root finding, curve fitting, differentiation and integration, solving differential equations, random numbers and simulation, a whole suite of unconstrained and constrained optimization algorithms, statistics, regression and time series analysis. The mathematical concepts behind the algorithms are clearly explained, with plenty of code examples and illustrations to help even beginners get started.
What You Will Learn
- Program in Java using a high-performance numerical library
- Learn the mathematics for a wide range of numerical computing algorithms
- Convert ideas and equations into code
- Put together algorithms and classes to build your own engineering solution
- Build solvers for industrial optimization problems
- Do data analysis using basic and advanced statistics
Who This Book Is For
Programmers, data scientists, and analysts with prior experience with programming in any language, especially Java. Preț: 322.97 lei
Preț vechi: 403.71 lei
-20% Nou
Puncte Express: 484
Preț estimativ în valută:
61.81€ • 64.28$ • 51.73£
61.81€ • 64.28$ • 51.73£
Carte disponibilă
Livrare economică 21 februarie-07 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484267967
ISBN-10: 1484267966
Pagini: 840
Ilustrații: XIV, 1186 p. 342 illus.
Dimensiuni: 178 x 254 mm
Greutate: 2 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484267966
Pagini: 840
Ilustrații: XIV, 1186 p. 342 illus.
Dimensiuni: 178 x 254 mm
Greutate: 2 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
1: Introduction to Numerical Methods in Java.- 2: Linear Algebra.- 3: Finding Roots of Equations.- 4: Finding Roots of Systems of Equations.- 5: Curve Fitting and Interpolation.- 6: Numerical Differentiation and Integration.- 7: Ordinary Differential Equations.- 8: Partial Differential Equations.- 9: Unconstrained Optimization.- 10: Constrained Optimization.- 11: Heuristics.- 12: Basic Statistics.- 13: Random Numbers and Simulation.- 14: Linear Regression.- 15: Time Series Analysis.- References.
Recenzii
“The book is primarily a user’s guide to the NM DEV commercial software library … .” (Anthony J. Duben, Computing Reviews, December 6, 2022)
Notă biografică
Haksun Li, PhD, is founder of NM Group, a scientific and mathematical research company. He has the vision of “Making the World Better Using Mathematics”. Under his leadership, the firm serves worldwide brokerage houses and funds, multinational corporations and very high net worth individuals. Haksun is an expert in options trading, asset allocation, portfolio optimization and fixed-income product pricing. He has coded up a variety of numerical software, including SuanShu (a library of numerical methods), NM Dev (a library of numerical methods), AlgoQuant (a library for financial analytics), NMRMS (a portfolio management system for equities), and supercurve (a fixed-income options pricing system). Prior to this, Haksun was a quantitative trader/quantitative analyst with multiple investment banks. He has worked in New York, London, Tokyo, and Singapore.
Additionally, Haksun is the vice dean of the Big Data Finance and Investment Institute of Fudan University, China. He was an adjunct professor with multiple universities. He has taught at the National University of Singapore (mathematics), Nanyang Technological University (business school), Fudan University (economics), as well as Hong Kong University of Science and Technology (mathematics). Dr. Haksun Li has a B.S. and M.S. in pure and financial mathematics from the University of Chicago, and an M.S. and a PhD in computer science and engineering from the University of Michigan, Ann Arbor.
Textul de pe ultima copertă
Implement numerical algorithms in Java using the NM Dev, an object-oriented and high-performance programming library for mathematics.You’ll see how it can help you easily create a solution for your complex engineering problem by quickly putting together classes.
Numerical Methods Using Java covers a wide range of topics, including chapters on linear algebra, root finding, curve fitting, differentiation and integration, solving differential equations, random numbers and simulation, a whole suite of unconstrained and constrained optimization algorithms, statistics, regression and time series analysis. The mathematical concepts behind the algorithms are clearly explained, with plenty of code examples and illustrations to help even beginners get started.
You will:
Numerical Methods Using Java covers a wide range of topics, including chapters on linear algebra, root finding, curve fitting, differentiation and integration, solving differential equations, random numbers and simulation, a whole suite of unconstrained and constrained optimization algorithms, statistics, regression and time series analysis. The mathematical concepts behind the algorithms are clearly explained, with plenty of code examples and illustrations to help even beginners get started.
You will:
- Program in Java using a high-performance numerical library
- Learn the mathematics for a wide range of numerical computing algorithms
- Convert ideas and equations into code
- Put together algorithms and classes to build your own engineering solution
- Build solvers for industrial optimization problems
- Do data analysis using basic and advanced statistics
Caracteristici
The first contemporary book on numerical methods using Java A practical book with applications and examples found in data science, analysis, and engineering Download source code from https://github.com/Apress/numerical-methods-using-java