楼主: jethan
12254 27

Introduction to Time Series Using Stata 下载 [推广有奖]

  • 2关注
  • 46粉丝

硕士生

76%

还不是VIP/贵宾

-

威望
0
论坛币
70894 个
通用积分
72.9401
学术水平
73 点
热心指数
101 点
信用等级
64 点
经验
2379 点
帖子
72
精华
0
在线时间
306 小时
注册时间
2007-10-20
最后登录
2024-3-3

相似文件 换一批

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
Introduction to Time Series Using Stata
请悬赏的同学先买,然后降价!。感谢voodoo同学帮忙制作电子书。Voodoo同学还买,真不好意思啊...等那几个悬赏2000的同学赶紧买了,再调到合理的低价吧。
Becketti_2013_Introduction to Time Series Using Stata.pdf (14.83 MB, 需要: 5 个论坛币)
官方介绍链接: http://www.stata.com/bookstore/i ... series-using-stata/



Author:
Sean Becketti
Publisher:Stata Press
Copyright:2013
ISBN-13:978-1-59718-132-7
Pages:443; paperback
Price:$59.00
[url=]See a large photo of the front cover[/url]
[url=]See the back cover[/url]
Table of contents
Preface
Author index
Subject index
Errata
Download the datasets used in this book (from stata-press.com)
Download the brochure (PDF)


Comment from the Stata technical group

Introduction to Time Series Using Stata, by Sean Becketti, provides a practical guide to working with time-series data using Stata and will appeal to a broad range of users. The many examples, concise explanations that focus on intuition, and useful tips based on the author’s decades of experience using time-series methods make the book insightful not just for academic users but also for practitioners in industry and government.

The book is appropriate both for new Stata users and for experienced users who are new to time-series analysis.

Chapter 1 provides a mild yet fast-paced introduction to Stata, highlighting all the features a user needs to know to get started using Stata for time-series analysis. Chapter 2 is a quick refresher on regression and hypothesis testing, and it defines key concepts such as white noise, autocorrelation, and lag operators.

Chapter 3 begins the discussion of time series, using moving-average and Holt–Winters techniques to smooth and forecast the data. Becketti also introduces the concepts of trends, cyclicality, and seasonality and shows how they can be extracted from a series. Chapter 4 focuses on using these methods for forecasting and illustrates how the assumptions regarding trends and cycles underlying the various moving-average and Holt–Winters techniques affect the forecasts produced. Although these techniques are sometimes neglected in other time-series books, they are easy to implement, can be applied to many series quickly, often produce forecasts just as good as more complicated techniques, and as Becketti emphasizes, have the distinct advantage of being easily explained to colleagues and policy makers without backgrounds in statistics.

Chapters 5 through 8 encompass single-equation time-series models. Chapter 5 focuses on regression analysis in the presence of autocorrelated disturbances and details various approaches that can be used when all the regressors are strictly exogenous but the errors are autocorrelated, when the set of regressors includes a lagged dependent variable and independent errors, and when the set of regressors includes a lagged dependent variable and autocorrelated errors. Chapter 6 describes the ARIMA model and Box–Jenkins methodology, and chapter 7 applies those techniques to develop an ARIMA-based model of U.S. GDP. Chapter 7 in particular will appeal to practitioners because it goes step by step through a real-world example: here is my series, now how do I fit an ARIMA model to it? Chapter 8 is a self-contained summary of ARCH/GARCH modeling.

In the final portion of the book, Becketti discusses multiple-equation models, particularly VARs and VECs. Chapter 9 focuses on VAR models and illustrates all key concepts, including model specification, Granger causality, impulse-response analyses, and forecasting, using a simple model of the U.S. economy; structural VAR models are illustrated by imposing a Taylor rule on interest rates. Chapter 10 presents nonstationary time-series analysis. After describing nonstationarity and unit-root tests, Becketti masterfully navigates the reader through the often-confusing task of specifying a VEC model, using an example based on construction wages in Washington, DC, and surrounding states. Chapter 11 concludes.

Sean Becketti is a financial industry veteran with three decades of experience in academics, government, and private industry. He was a developer of Stata in its infancy, and he was Editor of the Stata Technical Bulletin, the precursor to the Stata Journal, between 1993 and 1996. He has been a regular Stata user since its inception, and he wrote many of the first time-series commands in Stata.

Introduction to Time Series Using Stata, by Sean Becketti, is a first-rate, example-based guide to time-series analysis and forecasting using Stata. It can serve as both a reference for practitioners and a supplemental textbook for students in applied statistics courses.


Table of contentsList of tables
List of figures
Preface
Acknowledgments
1 Just enough Stata
1.1 Getting started
1.1.1 Action first, explanation later
1.1.2 Now some explanation
1.1.3 Navigating the interface
1.1.4 The gestalt of Stata
1.1.5 The parts of Stata speech

1.2 All about data
1.3 Looking at data
1.4 Statistics
1.4.1 Basics
1.4.2 Estimation

1.5 Odds and ends
1.6 Making a date
1.6.1 How to look good
1.6.2 Transformers

1.7 Typing dates and date variables
1.8 Looking ahead

2 Just enough statistics
2.1 Random variables and their moments
2.2 Hypothesis tests
2.3 Linear regression
2.3.1 Ordinary least squares
2.3.2 Instrumental variables
2.3.3 FGLS

2.4 Multiple-equation models
2.5 Time series
2.5.1 White noise, autocorrelation, and stationarity
2.5.2 ARMA models


3 Filtering time-series data
3.1 Preparing to analyze a time series
3.1.1 Questions for all types of data
How are the variables defined?
What is the relationship between the data and the phenomenon of interest?
Who compiled the data?
What processes generated the data?

3.1.2 Questions specifically for time-series data
What is the frequency of measurement?
Are the data seasonally adjusted?
Are the data revised?


3.2 The four components of a time series
Trend
Cycle
Seasonal

3.3 Some simple filters
3.3.1 Smoothing a trend
3.3.2 Smoothing a cycle
3.3.3 Smoothing a seasonal pattern
3.3.4 Smoothing real data

3.4 Additional filters
3.4.1 ma: Weighted moving averages
3.4.2 EWMAs
exponential: EWMAs
dexponential: Double-exponential moving averages

3.4.3 Holt–Winters smoothers
hwinters: Holt–Winters smoothers without a seasonal component
shwinters: Holt–Winters smoothers including a seasonal component


3.5 Points to remember

4 A first pass at forecasting
4.1 Forecast fundamentals
4.1.1 Types of forecasts
4.1.2 Measuring the quality of a forecast
4.1.3 Elements of a forecast

4.2 Filters that forecast
4.2.1 Forecasts based on EWMAs
4.2.2 Forecasting a trending series with a seasonal component

4.3 Points to remember
4.4 Looking ahead

5 Autocorrelated disturbances
5.1 Autocorrelation
5.1.1 Example: Mortgage rates

5.2 Regression models with autocorrelated disturbances
5.2.1 First-order autocorrelation
5.2.2 Example: Mortgage rates (cont.)

5.3 Testing for autocorrelation
5.3.1 Other tests

5.4 Estimation with first-order autocorrelated data
5.4.1 Model 1: Strictly exogenous regressors and autocorrelated disturbances
The OLS strategy
The transformation strategy
The FGLS strategy
Comparison of estimates of model

5.4.2 Model 2: A lagged dependent variable and i.i.d. errors
5.4.3 Model 3: A lagged dependent variable with AR(1) errors
The transformation strategy
The IV strategy


5.5 Estimating the mortgage rate equation
5.6 Points to remember

6 Univariate time-series models
6.1 The general linear process
6.2 Lag polynomials: Notation or prestidigitation?
6.3 The ARMA model
6.4 Stationarity and invertibility
6.5 What can ARMA models do?
6.6 Points to remember
6.7 Looking ahead

7 Modeling a real-world time series
7.1 Getting ready to model a time series
7.2 The Box–Jenkins approach
7.3 Specifying an ARMA model
7.3.1 Step 1: Induce stationarity (ARMA becomes ARIMA)
7.3.2 Step 2: Mind your p’s and q’s

7.4 Estimation
7.5 Looking for trouble: Model diagnostic checking
7.5.1 Overfitting
7.5.2 Tests of the residuals

7.6 Forecasting with ARIMA models
7.7 Comparing forecasts
7.8 Points to remember
7.9 What have we learned so far?
7.10 Looking ahead

8 Time-varying volatility
8.1 Examples of time-varying volatility
8.2 ARCH: A model of time-varying volatility
8.3 Extensions to the ARCH model
8.3.1 GARCH: Limiting the order of the model
8.3.2 Other extensions
Asymmetric responses to “news”
Variations in volatility affect the mean of the observable series
Nonnormal errors
Odds and ends


8.4 Points to remember

9 Models of multiple time series
9.1 Vector autoregressions
9.1.1 Three types of VARs

9.2 A VAR of the U.S. macroeconomy
9.2.1 Using Stata to estimate a reduced-form VAR
9.2.2 Testing a VAR for stationarity
Other tests

9.2.3 Forecasting
Evaluating a VAR forecast


9.3 Who’s on first?
9.3.1 Cross correlations
9.3.2 Summarizing temporal relationships in a VAR
Granger causality
How to impose order
FEVDs
Using Stata to calculate IRFs and FEVDs


9.4 SVARs
9.4.1 Examples of a short-run SVAR
9.4.2 Examples of a long-run SVAR

9.5 Points to remember
9.6 Looking ahead

10 Models of nonstationary time series
10.1 Trends and unit roots
10.2 Testing for unit roots
10.3 Cointegration: Looking for a long-term relationship
10.4 Cointegrating relationships and VECMs
10.4.1 Deterministic components in the VECM
10.5 From intuition to VECM: An example
Step 1: Confirm the unit root
Step 2: Identify the number of lags
Step 3: Identify the number of cointegrating relationships
Step 4: Fit a VECM
Step 5: Test for stability and white-noise residuals
Step 6: Review the model implications for reasonableness

10.6 Points to remember
10.7 Looking ahead

11 Closing observations
11.1 Making sense of it all
11.2 What did we miss?
11.2.1 Advanced time-series topics
11.2.2 Additional Stata time-series features
Data management tools and utilities
Univariate models
Multivariate models


11.3 Farewell

References
Author index
Subject index

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:introduction Time Series troduction Series intro Series

已有 10 人评分经验 论坛币 学术水平 热心指数 信用等级 收起 理由
较拉峭 + 1 + 1 + 1 + 1 精彩帖子
newfei188 + 1 精彩帖子
crystal8832 + 10 + 10 + 2 + 2 + 2 精彩帖子
gjpig55 + 1 + 1 精彩帖子
hiderm + 5 + 5 奖励积极上传好的资料
农村固定观察点 + 1 + 1 + 1 精彩帖子
voodoo + 5 + 5 对论坛有贡献,买啦!
xingxf + 1 + 5 + 5 精彩帖子
Lisrelchen + 100 + 5 + 5 + 5 精彩帖子
Nicolle + 5 精彩帖子

总评分: 经验 + 170  论坛币 + 11  学术水平 + 16  热心指数 + 31  信用等级 + 29   查看全部评分

本帖被以下文库推荐

沙发
tmdxyz 发表于 2014-6-19 05:18:53 |只看作者 |坛友微信交流群
Introduction to Time Series Using Stata_Sean Becketti 2013
等降价了再买

使用道具

藤椅
rmatrix 发表于 2014-6-19 06:06:30 来自手机 |只看作者 |坛友微信交流群
jethan 发表于 2014-6-18 23:46
Introduction to Time Series Using Stata
请悬赏的同学先买,然后降价!。感谢voodoo同学帮忙制作电子书。 ...
哦,再等等

使用道具

板凳
auirzxp 学生认证  发表于 2014-6-19 07:13:50 |只看作者 |坛友微信交流群
等降价了再买

使用道具

报纸
不通 发表于 2014-6-19 09:44:57 |只看作者 |坛友微信交流群
Introduction to Time Series Using Stata_Sean Becketti 2013
等降价了再买

使用道具

地板
Nicolle 学生认证  发表于 2014-6-21 01:03:47 |只看作者 |坛友微信交流群
提示: 作者被禁止或删除 内容自动屏蔽

使用道具

7
hiderm 发表于 2014-6-23 08:42:34 |只看作者 |坛友微信交流群
非常感谢楼主的慷慨和热情帮助!对论坛的贡献那是相当的大!

使用道具

8
蓝色 发表于 2014-6-29 16:11:01 |只看作者 |坛友微信交流群
又有的看了
谢谢

使用道具

9
carweed 发表于 2014-7-9 14:18:10 |只看作者 |坛友微信交流群
谢谢楼主分享~!

使用道具

10
nathan2 发表于 2014-8-15 10:12:16 |只看作者 |坛友微信交流群
朋友,便宜点儿吧,这价格实在太高了有点

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注jltj
拉您入交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-4-20 05:10