Machine Learning for Econometrics and Related Topics

Download Machine Learning for Econometrics and Related Topics PDF Online Free

Author :
Publisher : Springer Nature
ISBN 13 : 3031436016
Total Pages : 491 pages
Book Rating : 4.0/5 (314 download)

DOWNLOAD NOW!


Book Synopsis Machine Learning for Econometrics and Related Topics by : Vladik Kreinovich

Download or read book Machine Learning for Econometrics and Related Topics written by Vladik Kreinovich and published by Springer Nature. This book was released on with total page 491 pages. Available in PDF, EPUB and Kindle. Book excerpt:

Selected Topics in Applied Econometrics

Download Selected Topics in Applied Econometrics PDF Online Free

Author :
Publisher : Peter Lang Gmbh, Internationaler Verlag Der Wissenschaften
ISBN 13 : 9783631795682
Total Pages : 0 pages
Book Rating : 4.7/5 (956 download)

DOWNLOAD NOW!


Book Synopsis Selected Topics in Applied Econometrics by : Ebru Çağlayan Akay

Download or read book Selected Topics in Applied Econometrics written by Ebru Çağlayan Akay and published by Peter Lang Gmbh, Internationaler Verlag Der Wissenschaften. This book was released on 2019 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: The book aims to bring together studies using different data types (panel data, cross-sectional data and time series data) and different methods (e.g., panel regression, nonlinear time series, chaos approach, among others) and to create a source for those interested in these topics and methods by addressing some selected applied econometrics topics.

Econometrics with Machine Learning

Download Econometrics with Machine Learning PDF Online Free

Author :
Publisher : Springer Nature
ISBN 13 : 3031151496
Total Pages : 385 pages
Book Rating : 4.0/5 (311 download)

DOWNLOAD NOW!


Book Synopsis Econometrics with Machine Learning by : Felix Chan

Download or read book Econometrics with Machine Learning written by Felix Chan and published by Springer Nature. This book was released on 2022-09-07 with total page 385 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book helps and promotes the use of machine learning tools and techniques in econometrics and explains how machine learning can enhance and expand the econometrics toolbox in theory and in practice. Throughout the volume, the authors raise and answer six questions: 1) What are the similarities between existing econometric and machine learning techniques? 2) To what extent can machine learning techniques assist econometric investigation? Specifically, how robust or stable is the prediction from machine learning algorithms given the ever-changing nature of human behavior? 3) Can machine learning techniques assist in testing statistical hypotheses and identifying causal relationships in ‘big data? 4) How can existing econometric techniques be extended by incorporating machine learning concepts? 5) How can new econometric tools and approaches be elaborated on based on machine learning techniques? 6) Is it possible to develop machine learning techniques further and make them even more readily applicable in econometrics? As the data structures in economic and financial data become more complex and models become more sophisticated, the book takes a multidisciplinary approach in developing both disciplines of machine learning and econometrics in conjunction, rather than in isolation. This volume is a must-read for scholars, researchers, students, policy-makers, and practitioners, who are using econometrics in theory or in practice.

Econometrics and Data Science

Download Econometrics and Data Science PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 9781484274330
Total Pages : 228 pages
Book Rating : 4.2/5 (743 download)

DOWNLOAD NOW!


Book Synopsis Econometrics and Data Science by : Tshepo Chris Nokeri

Download or read book Econometrics and Data Science written by Tshepo Chris Nokeri and published by Apress. This book was released on 2021-10-27 with total page 228 pages. Available in PDF, EPUB and Kindle. Book excerpt: Get up to speed on the application of machine learning approaches in macroeconomic research. This book brings together economics and data science. Author Tshepo Chris Nokeri begins by introducing you to covariance analysis, correlation analysis, cross-validation, hyperparameter optimization, regression analysis, and residual analysis. In addition, he presents an approach to contend with multi-collinearity. He then debunks a time series model recognized as the additive model. He reveals a technique for binarizing an economic feature to perform classification analysis using logistic regression. He brings in the Hidden Markov Model, used to discover hidden patterns and growth in the world economy. The author demonstrates unsupervised machine learning techniques such as principal component analysis and cluster analysis. Key deep learning concepts and ways of structuring artificial neural networks are explored along with training them and assessing their performance. The Monte Carlo simulation technique is applied to stimulate the purchasing power of money in an economy. Lastly, the Structural Equation Model (SEM) is considered to integrate correlation analysis, factor analysis, multivariate analysis, causal analysis, and path analysis. After reading this book, you should be able to recognize the connection between econometrics and data science. You will know how to apply a machine learning approach to modeling complex economic problems and others beyond this book. You will know how to circumvent and enhance model performance, together with the practical implications of a machine learning approach in econometrics, and you will be able to deal with pressing economic problems. What You Will Learn Examine complex, multivariate, linear-causal structures through the path and structural analysis technique, including non-linearity and hidden states Be familiar with practical applications of machine learning and deep learning in econometrics Understand theoretical framework and hypothesis development, and techniques for selecting appropriate models Develop, test, validate, and improve key supervised (i.e., regression and classification) and unsupervised (i.e., dimension reduction and cluster analysis) machine learning models, alongside neural networks, Markov, and SEM models Represent and interpret data and models Who This Book Is For Beginning and intermediate data scientists, economists, machine learning engineers, statisticians, and business executives

Deep Learning and the Game of Go

Download Deep Learning and the Game of Go PDF Online Free

Author :
Publisher : Simon and Schuster
ISBN 13 : 1638354014
Total Pages : 611 pages
Book Rating : 4.6/5 (383 download)

DOWNLOAD NOW!


Book Synopsis Deep Learning and the Game of Go by : Kevin Ferguson

Download or read book Deep Learning and the Game of Go written by Kevin Ferguson and published by Simon and Schuster. This book was released on 2019-01-06 with total page 611 pages. Available in PDF, EPUB and Kindle. Book excerpt: Summary Deep Learning and the Game of Go teaches you how to apply the power of deep learning to complex reasoning tasks by building a Go-playing AI. After exposing you to the foundations of machine and deep learning, you'll use Python to build a bot and then teach it the rules of the game. Foreword by Thore Graepel, DeepMind Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology The ancient strategy game of Go is an incredible case study for AI. In 2016, a deep learning-based system shocked the Go world by defeating a world champion. Shortly after that, the upgraded AlphaGo Zero crushed the original bot by using deep reinforcement learning to master the game. Now, you can learn those same deep learning techniques by building your own Go bot! About the Book Deep Learning and the Game of Go introduces deep learning by teaching you to build a Go-winning bot. As you progress, you'll apply increasingly complex training techniques and strategies using the Python deep learning library Keras. You'll enjoy watching your bot master the game of Go, and along the way, you'll discover how to apply your new deep learning skills to a wide range of other scenarios! What's inside Build and teach a self-improving game AI Enhance classical game AI systems with deep learning Implement neural networks for deep learning About the Reader All you need are basic Python skills and high school-level math. No deep learning experience required. About the Author Max Pumperla and Kevin Ferguson are experienced deep learning specialists skilled in distributed systems and data science. Together, Max and Kevin built the open source bot BetaGo. Table of Contents PART 1 - FOUNDATIONS Toward deep learning: a machine-learning introduction Go as a machine-learning problem Implementing your first Go bot PART 2 - MACHINE LEARNING AND GAME AI Playing games with tree search Getting started with neural networks Designing a neural network for Go data Learning from data: a deep-learning bot Deploying bots in the wild Learning by practice: reinforcement learning Reinforcement learning with policy gradients Reinforcement learning with value methods Reinforcement learning with actor-critic methods PART 3 - GREATER THAN THE SUM OF ITS PARTS AlphaGo: Bringing it all together AlphaGo Zero: Integrating tree search with reinforcement learning

The Economics of Artificial Intelligence

Download The Economics of Artificial Intelligence PDF Online Free

Author :
Publisher : University of Chicago Press
ISBN 13 : 0226833127
Total Pages : 172 pages
Book Rating : 4.2/5 (268 download)

DOWNLOAD NOW!


Book Synopsis The Economics of Artificial Intelligence by : Ajay Agrawal

Download or read book The Economics of Artificial Intelligence written by Ajay Agrawal and published by University of Chicago Press. This book was released on 2024-03-05 with total page 172 pages. Available in PDF, EPUB and Kindle. Book excerpt: A timely investigation of the potential economic effects, both realized and unrealized, of artificial intelligence within the United States healthcare system. In sweeping conversations about the impact of artificial intelligence on many sectors of the economy, healthcare has received relatively little attention. Yet it seems unlikely that an industry that represents nearly one-fifth of the economy could escape the efficiency and cost-driven disruptions of AI. The Economics of Artificial Intelligence: Health Care Challenges brings together contributions from health economists, physicians, philosophers, and scholars in law, public health, and machine learning to identify the primary barriers to entry of AI in the healthcare sector. Across original papers and in wide-ranging responses, the contributors analyze barriers of four types: incentives, management, data availability, and regulation. They also suggest that AI has the potential to improve outcomes and lower costs. Understanding both the benefits of and barriers to AI adoption is essential for designing policies that will affect the evolution of the healthcare system.

Econometrics and Data Science

Download Econometrics and Data Science PDF Online Free

Author :
Publisher :
ISBN 13 : 9781484283707
Total Pages : 0 pages
Book Rating : 4.2/5 (837 download)

DOWNLOAD NOW!


Book Synopsis Econometrics and Data Science by : Tshepo Chris Nokeri

Download or read book Econometrics and Data Science written by Tshepo Chris Nokeri and published by . This book was released on 2022 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: Get up to speed on the application of machine learning approaches in macroeconomic research. This book brings together economics and data science. Author Tshepo Chris Nokeri begins by introducing you to covariance analysis, correlation analysis, cross-validation, hyperparameter optimization, regression analysis, and residual analysis. In addition, he presents an approach to contend with multi-collinearity. He then debunks a time series model recognized as the additive model. He reveals a technique for binarizing an economic feature to perform classification analysis using logistic regression. He brings in the Hidden Markov Model, used to discover hidden patterns and growth in the world economy. The author demonstrates unsupervised machine learning techniques such as principal component analysis and cluster analysis. Key deep learning concepts and ways of structuring artificial neural networks are explored along with training them and assessing their performance. The Monte Carlo simulation technique is applied to stimulate the purchasing power of money in an economy. Lastly, the Structural Equation Model (SEM) is considered to integrate correlation analysis, factor analysis, multivariate analysis, causal analysis, and path analysis. After reading this book, you should be able to recognize the connection between econometrics and data science. You will know how to apply a machine learning approach to modeling complex economic problems and others beyond this book. You will know how to circumvent and enhance model performance, together with the practical implications of a machine learning approach in econometrics, and you will be able to deal with pressing economic problems. What You Will Learn Examine complex, multivariate, linear-causal structures through the path and structural analysis technique, including non-linearity and hidden states Be familiar with practical applications of machine learning and deep learning in econometrics Understand theoretical framework and hypothesis development, and techniques for selecting appropriate models Develop, test, validate, and improve key supervised (i.e., regression and classification) and unsupervised (i.e., dimension reduction and cluster analysis) machine learning models, alongside neural networks, Markov, and SEM models Represent and interpret data and models .

Partial Identification in Econometrics and Related Topics

Download Partial Identification in Econometrics and Related Topics PDF Online Free

Author :
Publisher : Springer Nature
ISBN 13 : 3031591100
Total Pages : 724 pages
Book Rating : 4.0/5 (315 download)

DOWNLOAD NOW!


Book Synopsis Partial Identification in Econometrics and Related Topics by : Nguyen Ngoc Thach

Download or read book Partial Identification in Econometrics and Related Topics written by Nguyen Ngoc Thach and published by Springer Nature. This book was released on with total page 724 pages. Available in PDF, EPUB and Kindle. Book excerpt:

Financial Econometrics: Bayesian Analysis, Quantum Uncertainty, and Related Topics

Download Financial Econometrics: Bayesian Analysis, Quantum Uncertainty, and Related Topics PDF Online Free

Author :
Publisher : Springer Nature
ISBN 13 : 3030986896
Total Pages : 865 pages
Book Rating : 4.0/5 (39 download)

DOWNLOAD NOW!


Book Synopsis Financial Econometrics: Bayesian Analysis, Quantum Uncertainty, and Related Topics by : Nguyen Ngoc Thach

Download or read book Financial Econometrics: Bayesian Analysis, Quantum Uncertainty, and Related Topics written by Nguyen Ngoc Thach and published by Springer Nature. This book was released on 2022-05-28 with total page 865 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book overviews latest ideas and developments in financial econometrics, with an emphasis on how to best use prior knowledge (e.g., Bayesian way) and how to best use successful data processing techniques from other application areas (e.g., from quantum physics). The book also covers applications to economy-related phenomena ranging from traditionally analyzed phenomena such as manufacturing, food industry, and taxes, to newer-to-analyze phenomena such as cryptocurrencies, influencer marketing, COVID-19 pandemic, financial fraud detection, corruption, and shadow economy. This book will inspire practitioners to learn how to apply state-of-the-art Bayesian, quantum, and related techniques to economic and financial problems and inspire researchers to further improve the existing techniques and come up with new techniques for studying economic and financial phenomena. The book will also be of interest to students interested in latest ideas and results.

Prediction and Causality in Econometrics and Related Topics

Download Prediction and Causality in Econometrics and Related Topics PDF Online Free

Author :
Publisher : Springer Nature
ISBN 13 : 303077094X
Total Pages : 691 pages
Book Rating : 4.0/5 (37 download)

DOWNLOAD NOW!


Book Synopsis Prediction and Causality in Econometrics and Related Topics by : Nguyen Ngoc Thach

Download or read book Prediction and Causality in Econometrics and Related Topics written by Nguyen Ngoc Thach and published by Springer Nature. This book was released on 2021-07-26 with total page 691 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book provides the ultimate goal of economic studies to predict how the economy develops—and what will happen if we implement different policies. To be able to do that, we need to have a good understanding of what causes what in economics. Prediction and causality in economics are the main topics of this book's chapters; they use both more traditional and more innovative techniques—including quantum ideas -- to make predictions about the world economy (international trade, exchange rates), about a country's economy (gross domestic product, stock index, inflation rate), and about individual enterprises, banks, and micro-finance institutions: their future performance (including the risk of bankruptcy), their stock prices, and their liquidity. Several papers study how COVID-19 has influenced the world economy. This book helps practitioners and researchers to learn more about prediction and causality in economics -- and to further develop this important research direction.

Fundamentals of Supervised Machine Learning

Download Fundamentals of Supervised Machine Learning PDF Online Free

Author :
Publisher : Springer Nature
ISBN 13 : 3031413377
Total Pages : 416 pages
Book Rating : 4.0/5 (314 download)

DOWNLOAD NOW!


Book Synopsis Fundamentals of Supervised Machine Learning by : Giovanni Cerulli

Download or read book Fundamentals of Supervised Machine Learning written by Giovanni Cerulli and published by Springer Nature. This book was released on 2023-11-14 with total page 416 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book presents the fundamental theoretical notions of supervised machine learning along with a wide range of applications using Python, R, and Stata. It provides a balance between theory and applications and fosters an understanding and awareness of the availability of machine learning methods over different software platforms. After introducing the machine learning basics, the focus turns to a broad spectrum of topics: model selection and regularization, discriminant analysis, nearest neighbors, support vector machines, tree modeling, artificial neural networks, deep learning, and sentiment analysis. Each chapter is self-contained and comprises an initial theoretical part, where the basics of the methodologies are explained, followed by an applicative part, where the methods are applied to real-world datasets. Numerous examples are included and, for ease of reproducibility, the Python, R, and Stata codes used in the text, along with the related datasets, are available online. The intended audience is PhD students, researchers and practitioners from various disciplines, including economics and other social sciences, medicine and epidemiology, who have a good understanding of basic statistics and a working knowledge of statistical software, and who want to apply machine learning methods in their work.

Applied Econometrics with R

Download Applied Econometrics with R PDF Online Free

Author :
Publisher : Springer Science & Business Media
ISBN 13 : 0387773185
Total Pages : 229 pages
Book Rating : 4.3/5 (877 download)

DOWNLOAD NOW!


Book Synopsis Applied Econometrics with R by : Christian Kleiber

Download or read book Applied Econometrics with R written by Christian Kleiber and published by Springer Science & Business Media. This book was released on 2008-12-10 with total page 229 pages. Available in PDF, EPUB and Kindle. Book excerpt: R is a language and environment for data analysis and graphics. It may be considered an implementation of S, an award-winning language initially - veloped at Bell Laboratories since the late 1970s. The R project was initiated by Robert Gentleman and Ross Ihaka at the University of Auckland, New Zealand, in the early 1990s, and has been developed by an international team since mid-1997. Historically, econometricians have favored other computing environments, some of which have fallen by the wayside, and also a variety of packages with canned routines. We believe that R has great potential in econometrics, both for research and for teaching. There are at least three reasons for this: (1) R is mostly platform independent and runs on Microsoft Windows, the Mac family of operating systems, and various ?avors of Unix/Linux, and also on some more exotic platforms. (2) R is free software that can be downloaded and installed at no cost from a family of mirror sites around the globe, the Comprehensive R Archive Network (CRAN); hence students can easily install it on their own machines. (3) R is open-source software, so that the full source code is available and can be inspected to understand what it really does, learn from it, and modify and extend it. We also like to think that platform independence and the open-source philosophy make R an ideal environment for reproducible econometric research.

Data Science for Economics and Finance

Download Data Science for Economics and Finance PDF Online Free

Author :
Publisher : Springer Nature
ISBN 13 : 3030668916
Total Pages : 357 pages
Book Rating : 4.0/5 (36 download)

DOWNLOAD NOW!


Book Synopsis Data Science for Economics and Finance by : Sergio Consoli

Download or read book Data Science for Economics and Finance written by Sergio Consoli and published by Springer Nature. This book was released on 2021 with total page 357 pages. Available in PDF, EPUB and Kindle. Book excerpt: This open access book covers the use of data science, including advanced machine learning, big data analytics, Semantic Web technologies, natural language processing, social media analysis, time series analysis, among others, for applications in economics and finance. In addition, it shows some successful applications of advanced data science solutions used to extract new knowledge from data in order to improve economic forecasting models. The book starts with an introduction on the use of data science technologies in economics and finance and is followed by thirteen chapters showing success stories of the application of specific data science methodologies, touching on particular topics related to novel big data sources and technologies for economic analysis (e.g. social media and news); big data models leveraging on supervised/unsupervised (deep) machine learning; natural language processing to build economic and financial indicators; and forecasting and nowcasting of economic variables through time series analysis. This book is relevant to all stakeholders involved in digital and data-intensive research in economics and finance, helping them to understand the main opportunities and challenges, become familiar with the latest methodological findings, and learn how to use and evaluate the performances of novel tools and frameworks. It primarily targets data scientists and business analysts exploiting data science technologies, and it will also be a useful resource to research students in disciplines and courses related to these topics. Overall, readers will learn modern and effective data science solutions to create tangible innovations for economic and financial applications.

Machine-learning Techniques in Economics

Download Machine-learning Techniques in Economics PDF Online Free

Author :
Publisher : Springer
ISBN 13 : 3319690140
Total Pages : 97 pages
Book Rating : 4.3/5 (196 download)

DOWNLOAD NOW!


Book Synopsis Machine-learning Techniques in Economics by : Atin Basuchoudhary

Download or read book Machine-learning Techniques in Economics written by Atin Basuchoudhary and published by Springer. This book was released on 2017-12-28 with total page 97 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book develops a machine-learning framework for predicting economic growth. It can also be considered as a primer for using machine learning (also known as data mining or data analytics) to answer economic questions. While machine learning itself is not a new idea, advances in computing technology combined with a dawning realization of its applicability to economic questions makes it a new tool for economists.

Machine Learning and Econometrics. Supervised Learning Techniques with Eviews

Download Machine Learning and Econometrics. Supervised Learning Techniques with Eviews PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : 392 pages
Book Rating : 4.6/5 (389 download)

DOWNLOAD NOW!


Book Synopsis Machine Learning and Econometrics. Supervised Learning Techniques with Eviews by : F Marqués

Download or read book Machine Learning and Econometrics. Supervised Learning Techniques with Eviews written by F Marqués and published by . This book was released on 2020-04-20 with total page 392 pages. Available in PDF, EPUB and Kindle. Book excerpt: In this book, supervised learning techniques (econometrics techniques) related to regression will be developed. More specifically, we will go deeper into the linear models of uniecuational and multiecuational multiple regression with all their problems of identification, estimation and diagnosis. Dynamic models and univariate and multivariate time series models are also contemplated. An important part of the content is devoted to limited dependent variable, count and sample selection models, with special mention to Logit, Probit and Tobit models. Finally, non-linear predictive models and panel data models are also discussed.

Econometrics - Recent Advances and Applications

Download Econometrics - Recent Advances and Applications PDF Online Free

Author :
Publisher : BoD – Books on Demand
ISBN 13 : 1803565241
Total Pages : 128 pages
Book Rating : 4.8/5 (35 download)

DOWNLOAD NOW!


Book Synopsis Econometrics - Recent Advances and Applications by :

Download or read book Econometrics - Recent Advances and Applications written by and published by BoD – Books on Demand. This book was released on 2023-10-25 with total page 128 pages. Available in PDF, EPUB and Kindle. Book excerpt: Econometrics uses statistical methods and real-world data to predict and establish specific trends. This analytical method sustains limitless potential, but the necessary research for professionals to understand and implement this is often lacking. Econometrics - Recent Advances and Applications explores the theoretical and practical aspects of detailed econometric theories and applications within economics, policymaking, and finance. This book covers various topics such as dynamic stochastic general equilibrium (DSGE) models, machine learning, spatial econometrics, and time series analysis. This book is a useful resource for economists, policymakers, financial analysts, researchers, academicians, and graduate students seeking research on the various applications of econometrics.

Big Data for Twenty-First-Century Economic Statistics

Download Big Data for Twenty-First-Century Economic Statistics PDF Online Free

Author :
Publisher : University of Chicago Press
ISBN 13 : 022680125X
Total Pages : 502 pages
Book Rating : 4.2/5 (268 download)

DOWNLOAD NOW!


Book Synopsis Big Data for Twenty-First-Century Economic Statistics by : Katharine G. Abraham

Download or read book Big Data for Twenty-First-Century Economic Statistics written by Katharine G. Abraham and published by University of Chicago Press. This book was released on 2022-03-11 with total page 502 pages. Available in PDF, EPUB and Kindle. Book excerpt: Introduction.Big data for twenty-first-century economic statistics: the future is now /Katharine G. Abraham, Ron S. Jarmin, Brian C. Moyer, and Matthew D. Shapiro --Toward comprehensive use of big data in economic statistics.Reengineering key national economic indicators /Gabriel Ehrlich, John Haltiwanger, Ron S. Jarmin, David Johnson, and Matthew D. Shapiro ;Big data in the US consumer price index: experiences and plans /Crystal G. Konny, Brendan K. Williams, and David M. Friedman ;Improving retail trade data products using alternative data sources /Rebecca J. Hutchinson ;From transaction data to economic statistics: constructing real-time, high-frequency, geographic measures of consumer spending /Aditya Aladangady, Shifrah Aron-Dine, Wendy Dunn, Laura Feiveson, Paul Lengermann, and Claudia Sahm ;Improving the accuracy of economic measurement with multiple data sources: the case of payroll employment data /Tomaz Cajner, Leland D. Crane, Ryan A. Decker, Adrian Hamins-Puertolas, and Christopher Kurz --Uses of big data for classification.Transforming naturally occurring text data into economic statistics: the case of online job vacancy postings /Arthur Turrell, Bradley Speigner, Jyldyz Djumalieva, David Copple, and James Thurgood ;Automating response evaluation for franchising questions on the 2017 economic census /Joseph Staudt, Yifang Wei, Lisa Singh, Shawn Klimek, J. Bradford Jensen, and Andrew Baer ;Using public data to generate industrial classification codes /John Cuffe, Sudip Bhattacharjee, Ugochukwu Etudo, Justin C. Smith, Nevada Basdeo, Nathaniel Burbank, and Shawn R. Roberts --Uses of big data for sectoral measurement.Nowcasting the local economy: using Yelp data to measure economic activity /Edward L. Glaeser, Hyunjin Kim, and Michael Luca ;Unit values for import and export price indexes: a proof of concept /Don A. Fast and Susan E. Fleck ;Quantifying productivity growth in the delivery of important episodes of care within the Medicare program using insurance claims and administrative data /John A. Romley, Abe Dunn, Dana Goldman, and Neeraj Sood ;Valuing housing services in the era of big data: a user cost approach leveraging Zillow microdata /Marina Gindelsky, Jeremy G. Moulton, and Scott A. Wentland --Methodological challenges and advances.Off to the races: a comparison of machine learning and alternative data for predicting economic indicators /Jeffrey C. Chen, Abe Dunn, Kyle Hood, Alexander Driessen, and Andrea Batch ;A machine learning analysis of seasonal and cyclical sales in weekly scanner data /Rishab Guha and Serena Ng ;Estimating the benefits of new products /W. Erwin Diewert and Robert C. Feenstra.