File: empir.bib

package info (click to toggle)
r-cran-gmm 1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,592 kB
  • sloc: fortran: 131; ansic: 25; makefile: 2
file content (814 lines) | stat: -rw-r--r-- 20,252 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814

@article{jagannathan-skoulakis02,
  AUTHOR={Jagannathan, R. and Skoulakis, G.},
  TITLE={Generalized Method of Moments: Applications in Finance},
  JOURNAL={Journal of Business and Economic Statistics},
  VOLUME={20},
  PAGES={470-481},
  YEAR={2002},
  Number={4}
 } 

@article{garcia-renault-veredas06,
  AUTHOR={Garcia, R. and Renault, E. and Veredas, D.},
  TITLE={Estimation of Stable Distribution by Indirect Inference},
  JOURNAL={Working Paper: UCL and CORE},
  VOLUME={},
  PAGES={},
  YEAR={2006},
  Number={}
 } 

@book{nolan09,
author = {J. P. Nolan},
title = {Univariate Stable Distributions - Models for Heavy Tailed Data},
year = {2020},
publisher = {Springer Series in Operations Research and Financial Engineering}
} 

 @Manual{timeDate,
    title = {timeDate: Rmetrics - Chronological and Calendarical Objects},
    author = {Diethelm Wuertz and Yohan Chalabi with contributions from Martin Maechler and Joe W. Byers and others},
    year = {2009},
    note = {R package version 2100.86},
    url = {http://CRAN.R-project.org/package=timeDate},
  }

@Manual{timeSeries,
    title = {timeSeries: Rmetrics - Financial Time Series Objects},
    author = {Diethelm Wuertz and Yohan Chalabi},
    year = {2009},
    note = {R package version 2100.84},
    url = {http://CRAN.R-project.org/package=timeSeries},
  }



@Book{MASS,
    title = {Modern Applied Statistics with S},
    author = {W. N. Venables and B. D. Ripley},
    publisher = {Springer},
    edition = {Fourth},
    address = {New York},
    year = {2002},
    note = {ISBN 0-387-95457-0},
    url = {http://www.stats.ox.ac.uk/pub/MASS4}
      }

@book{hall05,
author = {A. R. Hall},
title = {Generalized Method of Moments (Advanced Texts in Econometrics)},
year = {2005},
publisher = {Oxford University Press},
address = {},
} 


@Book{wooldridge02,
author = {Wooldridge, J. M.},
title = {Econometric Analysis of Cross Section and Panel Data},
publisher = {Cambridge, MA: MIT Press},
year = {2002},
}

@Book{cochrane01,
author = {Cochrane, J. H.},
title = {Asset Pricing},
publisher = {Princeton University Press},
year = {2001},
}

@article{chausse09,
  AUTHOR={Chauss\'e, P.},
  TITLE={Computing Generalized Empirical Likelihood and Generalized Method of Moments with R},
  JOURNAL={Working Paper, University of Waterloo},
  VOLUME={},
  PAGES={},
  YEAR={2011},
  Number={}
 } 


@article{smith01,
  AUTHOR={Smith, R. J.},
  TITLE={GEL Criteria for Moment Condition Models},
  JOURNAL={Working Paper, University of Bristol},
  VOLUME={},
  PAGES={},
  YEAR={2001},
  Number={}
 } 



@article{chausse08,
  AUTHOR={Chauss\'e, P.},
  TITLE={Generalized Emprical Likelihood for a Continuum of Moment Conditons},
  JOURNAL={Working Paper, University of Waterloo},
  VOLUME={},
  PAGES={},
  YEAR={2011},
  Number={}
 } 

@Book{campbell-lo-mackinlay96,
author = {Campbell, J. Y. and Lo, A. W. and Mackinlay, A. C.},
title = {The Econometrics of Financial Markets},
publisher = {Princeton University Press},
year = {1996},
}

@article{newey-west94,
  AUTHOR={Newey, W. K. and West, K. D.},
  TITLE={Automatic Lag Selection in Covariance Matrix Estimation},
  JOURNAL={Review of Economic Studies},
  VOLUME={61},
  PAGES={631-653},
  YEAR={1994},
  Number={}
 }


@article{andrews-monahan92,
  AUTHOR={Andrews, W. K. and Monahan, J. C.},
  TITLE={An Improved Heteroskedasticity and Autocorrelation Consistent Covariance Matrix Estimator},
  JOURNAL={Econometrica},
  VOLUME={60},
  PAGES={953-966},
  YEAR={1992},
  Number={4}
 }

@Book{white84,
author = {White, H.},
title = {Asymptotic Theory for Econometricians},
publisher = {Academic Press},
year = {1984},
}

@Book{gallant87,
author = {Gallant, A. R.},
title = {Nonlinear Statistical Models},
publisher = {Wiley},
year = {1987},
}

@article{zeileis06,
  AUTHOR={Zeileis, A.},
  TITLE={Object-oriented Computation of Sandwich Estimator},
  JOURNAL={Journal of Statistical Software},
  VOLUME={16},
  PAGES={1-16},
  YEAR={2006},
  Number={9},
  url={http://www.jstatsoft.org/v16/i09/}
 }

@article{chausse10,
  title        = {Computing Generalized Method of Moments and Generalized Empirical Likelihood with R},
  author       = {Pierre Chauss{\'e}},
  journal      = {Journal of Statistical Software},
  year         = {2010},
  volume       = {34},
  number       = {11},
  pages        = {1-35},
  url          = {http://www.jstatsoft.org/v34/i11/}
}

@article{zeileis04,
  AUTHOR={Zeileis, A.},
  TITLE={Econometric Computing with HC and HAC Covariance Matrix Estimators},
  JOURNAL={Journal of Statistical Software},
  VOLUME={11},
  PAGES={1-17},
  YEAR={2004},
  Number={10},
  url={http://www.jstatsoft.org/v11/i10/}
 }

@Book{luenberger97,
author = {Luenberger, D. G.},
title = {Optimization by Vector Space Methods},
publisher = {Wiley and Sons},
year = {1997},
}

@article{smith04,
  AUTHOR={Smith, R. J.},
  TITLE={GEL Criteria for Moment Condition Models},
  JOURNAL={CeMMAP working papers, Institute for Fiscal Studies},
  VOLUME={},
  PAGES={},
  YEAR={2004},
  Number={}
 }

@article{kitamura-tripathi-ahn04,
  AUTHOR={Kitamura, Y. and Tripathi, G. and Ahn, H.},
  TITLE={Empirical Likelihood-Based Inference in Conditional Moment Restriction Models},
  JOURNAL={Econometrica},
  VOLUME={72},
  PAGES={1667-1714},
  YEAR={2004},
  Number={}
 }

@article{blaschke-neubauer-scherzer97,
  AUTHOR={Blaschke, B. and Neubauer, A. and Scherzer, O.},
  TITLE={On the Convergence Rates for the Iteratively Regularized Gauss-Newton Method},
  JOURNAL={IMA Journal of Numerical Analysis},
  VOLUME={17},
  PAGES={421-436},
  YEAR={1997},
  Number={}
 }

@article{carrasco-florens-renault07,
  AUTHOR={Carrasco, M. and Florens, J. P. and Renault, E.},
  TITLE={Linear Inverse Problems in Structural Econometrics Estimation Based on Spectral Decomposition and Regularization},
  JOURNAL={Handbook of Econometrics},
  VOLUME={6B},
  PAGES={5633-5751},
  YEAR={2007},
  Number={}
 }


@article{donald-imbens-newey03,
  AUTHOR={Donald, S. and Imbens, G. and Newey, W. K.},
  TITLE={Empirical Likelihood Estimation and Consistent Tests with Conditional Moment Restrictions},
  JOURNAL={Journal of Econometrics},
  VOLUME={117},
  PAGES={55-93},
  YEAR={2003},
  Number={}
 }

@article{carrasco07,
  AUTHOR={Carrasco, M.},
  TITLE={A Regularization Approach to the Many Instruments Problem},
  JOURNAL={Forthcoming in the Journal of Econometrics},
  VOLUME={},
  PAGES={},
  YEAR={2009},
  Number={}
 }

@article{parzen70,
  AUTHOR={Parzen, E.},
  TITLE={Statistical inference on time series by RKHS methods},
  JOURNAL={Canadian Mathematical Congress},
  VOLUME={Edited by R. Pyke},
  PAGES={1-37},
  YEAR={1970},
  Number={}
 }

@article{qi-nian00,
  AUTHOR={Qi-Nian, J.},
  TITLE={On the Iterative Regularized Gauss-Newton Method for Solving Nonlinear Ill-posed Problem},
  JOURNAL={Mathematics of Computation},
  VOLUME={69},
  PAGES={1603-1623},
  YEAR={2000},
  Number={232}
 }

@article{schennach07,
  AUTHOR={Schennach, S. M.},
  TITLE={Point Estimation with Exponentially Tilted Empirical Likelihood},
  JOURNAL={Econometrica},
  VOLUME={35},
  PAGES={634-672},
  YEAR={2007},
  Number={2}
 }

@article{guggenberger08,
  AUTHOR={Guggenberger, P.},
  TITLE={Finite Sample Evidence Suggesting a Heavy Tail Problem of the Generalized Empirical Likelihood Estimator},
  JOURNAL={Econometric Reviews},
  VOLUME={26},
  PAGES={526-541},
  YEAR={2008},
  Number={}
 }


@article{guggenberger-hahn05,
  AUTHOR={Guggenberger, P. and Hahn, J.},
  TITLE={Finite Sample Properties of the Two-Step Empirical Likelihood Estimator},
  JOURNAL={Econometric Reviews},
  VOLUME={24},
  PAGES={247-263},
  YEAR={2005},
  Number={3}
 }


@article{groetsch93,
  AUTHOR={Groetsch, C.},
  TITLE={Inverse Problems in Mathematical Sciences},
  JOURNAL={Wiesbaden: Vieweg},
  VOLUME={},
  PAGES={},
  YEAR={1993}
 }

@article{carrasco-florents00,
  AUTHOR={Carrasco, M. and Florens, J. P.},
  TITLE={Generalization of GMM to a Continuum of Moment Conditions},
  JOURNAL={Econometric Theory},
  VOLUME={16},
  PAGES={655-673},
  YEAR={2000}
 }

@article{carrasco-florens00,
  AUTHOR={Carrasco, M. and Florens, J. P.},
  TITLE={Generalization of GMM to a Continuum of Moment Conditions},
  JOURNAL={Econometric Theory},
  VOLUME={16},
  PAGES={655-673},
  YEAR={2000}
 }

@article{carrasco-florens02,
  AUTHOR={Carrasco, M. and Florens, J. P.},
  TITLE={Efficient GMM Estimation Using the Empirical Characteristic Function},
  JOURNAL={Working Paper, Institut d'Économie Industrielle, Toulouse},
  VOLUME={},
  PAGES={},
  YEAR={2002}
 }

@article{anatolyev05,
  AUTHOR={Anatolyev, S.},
  TITLE={GMM, GEL, Serial Correlation, and Asymptotic Bias},
  JOURNAL={Econometrica},
  VOLUME={73},
  PAGES={983-1002},
  YEAR={2005}
 }

@article{hansen82,
  AUTHOR={Hansen, L. P.},
  TITLE={Large Sample Properties of Generalized Method of Moments Estimators},
  JOURNAL={Econometrica},
  VOLUME={50},
  PAGES={1029-1054},
  YEAR={1982}
 }

@article{hansen-heaton-yaron96,
  AUTHOR={Hansen, L. P. and Heaton, J. and Yaron, A.},
  TITLE={Finit-Sample Properties of Some Alternative GMM Estimators},
  JOURNAL={Journal of Business and Economic Statistics},
  VOLUME={14},
  PAGES={262-280},
  YEAR={1996}
 }
 
 
@article{pakes-pollard89,
  AUTHOR={Pakes, A. and Pollard, D.},
  TITLE={Simulation and the Asymptotics of Optimization Estimators},
  JOURNAL={Econometrica},
  VOLUME={57},
  PAGES={1027-1057},
  YEAR={1989}
 }
 
@article{imbens02,
  NUMBER={4},
  AUTHOR={Imbens, G. W.},
  TITLE={Generalized Method of Moments and Empirical Likelihood},
  JOURNAL={Journal of Business and Economic Statistics},
  VOLUME={20},
  PAGES={493-506},
  YEAR={2002}
 }

 @article{imbens97,
  AUTHOR={Imbens, G. W.},
  TITLE={One-Step Estimators for Over-Identified Generalized Method of Moments Models},
  JOURNAL={Review of Economics Studies},
  VOLUME={64},
  PAGES={359-383},
  YEAR={1997}
 }

  
 @article{smith97,
   AUTHOR={Smith, R. J.},
  TITLE={Alternative Semi-Parametric Likelihood Approaches to Generalized Method of Moments Estimation},
  JOURNAL={The Economic Journal},
  VOLUME={107},
  PAGES={503-519},
  YEAR={1997}
 }


@article{newey-smith04,
author = {Newey, W. K. and Smith, R. J.},
title = {Higher Order Properties of GMM and Generalized Empirical Likelihood Estimators},
  JOURNAL={Econometrica},
  VOLUME={72},
  PAGES={219-255},
YEAR={2004}
}


@article{kitamura97,
  NUMBER={5},
  AUTHOR={Kitamura, Y.},
  TITLE={Empirical Likelihood Methods With Weakly Dependent Processes},
  JOURNAL={The Annals of Statistics},
  VOLUME={25},
  PAGES={2084-2102},
  YEAR={1997}
 }

@article{kitamura-stutzer97,
  NUMBER={5},
  AUTHOR={Kitamura, Y. and Stutzer, M.},
  TITLE={An Information-Theoretic Alternative to Generalized Method of Moments Estimation},
  JOURNAL={Econometrica},
  VOLUME={65},
  PAGES={861-874},
  YEAR={1997}
 }

  
@article{owen88,
  NUMBER={},
  AUTHOR={Owen, A. B.},
  TITLE={Empirical Likelihood Ratio Confidence Intervals for a Single Functional},
  JOURNAL={Biometrika},
  VOLUME={75},
  PAGES={237-249},
  YEAR={1988}
 }

@article{singleton01,
  NUMBER={102},
  AUTHOR={Singleton, K.},
  TITLE={Estimation of Affine Pricing Models Using the Empirical Characteristic Function},
  JOURNAL={Journal of Econometrics},
  VOLUME={},
  PAGES={111-141},
  YEAR={2001}
 }

 
@Book{owen01,
author = {Owen, A. B.},
publisher = {Chapman and Hall},
title = {Empirical Likelihood},
year = {2001},
}

@article{carrasco-chernov-florens-ghysels07,
NUMBER={140},
AUTHOR = {Carrasco, M. and Chernov, M. and Florens, J. P. and Ghysels, E.},
TITLE = {Efficient of General Dynamic Models with Continuun of Moment Conditions},
JOURNAL = {Journal of Econometrics},
VOLUME={},
PAGES={529-573},
YEAR={2007}
}

@Unpublished{Bindelli05,
author = {Bindelli, L.},
title = {Testing the New Keynesian Phillips Curve: a Frequency Domain Approach},
note = {Université de Lausanne. Dernière version: 2005},
OPTkey = {},
OPTmonth = {},
OPTyear = {},
YEAR={2005},
OPTannote = {}
}

@article{chamberlain87,
  NUMBER={},
  AUTHOR={Chamberlain, G.},
  TITLE={Asymptotic Efficiency in Estimation with Conditional Moment Restrictions},
  JOURNAL={Journal of Econometrics},
  VOLUME={34},
  PAGES={304-334},
  YEAR={1987}
 }
 
 @article{nelson90,
  NUMBER={},
  AUTHOR={Nelson, D.},
  TITLE={ARCH Models as Diffusion Approximations},
  JOURNAL={Journal of Econometrics},
  VOLUME={45},
  PAGES={7-38},
  YEAR={1990}
 }
 
 @article{hull-white87,
  NUMBER={},
  AUTHOR={Hull, J. and White, A.},
  TITLE={The Pricing of Options on Assets with Stochastic Volatilities},
  JOURNAL={Journal of Finance},
  VOLUME={42},
  PAGES={281-300},
  YEAR={1987}
 }
 
  @article{nowman97,
  NUMBER={},
  AUTHOR={Nowman, K.},
  TITLE={Gaussian estimation of single-factor continuous time models of the term structure of interest rate},
  JOURNAL={Journal of Finance},
  VOLUME={52},
  PAGES={1695-1703},
  YEAR={1997}
 }
 
 @article{yu-phillips01,
  NUMBER={},
  AUTHOR={Yu, J. and Phillips, P. C. B.},
  TITLE={Gaussian estimation of continuous time models of the short term structure of interest rate},
  JOURNAL={Cowles Foundation Discussion Paper},
  VOLUME={1309},
  PAGES={},
  YEAR={2001}
 }
 
 @article{bandi-phillips03,
  NUMBER={},
  AUTHOR={Bandi, F. M. and Phillips, P. C. B.},
  TITLE={Fully nonparametric estimation of scalar diffusion models},
  JOURNAL={Econometrica},
  VOLUME={71},
  PAGES={241-283},
  YEAR={2003}
}

 @article{qin-lawless94,
  NUMBER={1},
  AUTHOR={Qin, J. and Lawless, J.},
  TITLE={Empirical Likelihood and General Estimating Equation},
  JOURNAL={The Annals of Statistics},
  VOLUME={22},
  PAGES={300-325},
  YEAR={1994}
}
 
 @Manual{gmm,
    title = {gmm: Generalized Method of Moments and Generalized Empirical Likelihood},
    author = {Pierre Chausse},
    year = {2009},
    note = {R package version 1.4-0},
  }
 @Manual{fBasics,
    title = {fBasics: Rmetrics - Markets and Basic Statistics},
    author = {Diethelm Wuertz},
    year = {2009},
    note = {R package version 2100.78},
    url = {http://CRAN.R-project.org/package=fBasics},
  }
 @Manual{stabledist,
    title = {stabledist: Stable Distribution Functions},
    author = {Diethelm Wuertz and Martin Maechler and Rmetrics core team members.},
    year = {2012},
    note = {R package version 0.6-4},
    url = {http://CRAN.R-project.org/package=stabledist},
  }

 @Manual{mvtnorm,
    title = {mvtnorm: Multivariate Normal and t Distributions},
    author = {Alan Genz and Frank Bretz and Tetsuhisa Miwa and Xuefei Mi and Friedrich Leisch and Fabian Scheipl and Torsten Hothorn},
    year = {2009},
    note = {R package version 0.9-8},
    url = {http://CRAN.R-project.org/package=mvtnorm},
  }

 @Article{plm,
    title = {Panel Data Econometrics in {R}: The {plm} Package},
    author = {Yves Croissant and Giovanni Millo},
    journal = {Journal of Statistical Software},
    year = {2008},
    volume = {27},
    number = {2},
    url = {http://www.jstatsoft.org/v27/i02/},
  }
 @Manual{car,
    title = {car: Companion to Applied Regression},
    author = {John Fox},
    year = {2009},
    note = {R package version 1.2-16},
    url = {http://CRAN.R-project.org/package=car},
  }






 @article{diciccio-hall-romano91,
  NUMBER={2},
  AUTHOR={DiCiccio, T. and Hall, P. and Romano, J.},
  TITLE={Empirical Likelihood is Bartlett-Correctable},
  JOURNAL={The Annals of Statistics},
  VOLUME={19},
  PAGES={1053-1061},
  YEAR={1991}
}

 @article{ramlau-teschke05,
  NUMBER={},
  AUTHOR={Ramlau, R. and Teschke, G.},
  TITLE={Tikhonov Replacement Functionals for Iteratively Solving Nonlinear Operator Equations},
  JOURNAL={Inverse Problems},
  VOLUME={21},
  PAGES={1571-1592},
  YEAR={2005}
}

 @article{brown-newey02,
  AUTHOR={Brown, B. and Newey, W. K.},
  TITLE={Generalized Method of Moments, Efficiency Bootsrapping, and Improved Inference},
  JOURNAL={Journal of Business and Economic Statistics},
  VOLUME={20},
  PAGES={507-517},
  YEAR={2002}
}

@article{newey-west87a,
  AUTHOR={Newey, W. K. and West, K. D.},
  TITLE={A Simple, Positive Semi-definite, Heteroskedasticity and Autocorrelation Consistent Covariance Matrix},
  JOURNAL={Econometrica},
  VOLUME={55},
  PAGES={703-708},
  YEAR={1987}
}

@article{andrews91,
  AUTHOR={Andrews, D. W. K.},
  TITLE={Heteroskedasticity and Autocorrelation Consistent Covariance Matrix Estimation},
  JOURNAL={Econometrica},
  VOLUME={59},
  PAGES={817-858},
  YEAR={1991}
}

@article{chesher-smith97,
  AUTHOR={Chesher, A. and Smith, R. J.},
  TITLE={Likelihood Ratio Specification Tests},
  JOURNAL={Econometrica},
  VOLUME={65},
  PAGES={627-646},
  YEAR={1997}
}

@article{horowitz02,
  AUTHOR={Horowitz, J.},
  TITLE={The Bootstrap in Econometrics},
  JOURNAL={Handbook of Econometrics},
  VOLUME={Vol. 5 eds. J. Heckman and E. Leamer, Amsterdam: North Holland},
  YEAR={2002}
}

@article{imbens-spady-johnson98,
  AUTHOR={Imbens, G. W. and Spady, R. H. and Johnson, P.},
  TITLE={Information Theoretic Approaches to Inference in Moment Condition Models},
  JOURNAL={Econometrica},
  VOLUME={66},
  PAGES={333-357},
  YEAR={1998}
}

@article{hullwhite87,
  NUMBER={},
  AUTHOR={Hull, J. and White, A.},
  TITLE={The Pricing of Options on Assets with Stochastic Volatilities},
  JOURNAL={Journal of Finance},
  VOLUME={42},
  PAGES={281-300},
  YEAR={1987}
 }
 
 
 @article{yu-phillips01,
  NUMBER={},
  AUTHOR={Yu, J. and Phillips, P. C. B.},
  TITLE={Gaussian estimation of continuous time models of the short term structure of interest rate},
  JOURNAL={Cowles Foundation Discussion Paper},
  VOLUME={1309},
  PAGES={},
  YEAR={2001}
 }

 @article{li-he05,
  NUMBER={4},
  AUTHOR={Li, K. and He, Y.},
  TITLE={Taylor Expansion Algorithme for the Branching Solution of the Navier-Stokes Equations},
  JOURNAL={International Journal Numerical Analysis and Modeling},
  VOLUME={2},
  PAGES={459-478},
  YEAR={2005}
 }


 @article{ramm04,
  NUMBER={N2},
  AUTHOR={Ramm, A. G.},
  TITLE={Dynamical systems method for solving operator equations},
  JOURNAL={Comm. Nonlinear Sci. and Numer. Simul.},
  VOLUME={9},
  PAGES={383-402},
  YEAR={2004a}
 }

 @article{airapetyan-ramm00,
  NUMBER={},
  AUTHOR={Airayetpan, R. G. and  Ramm, A. G.},
  TITLE={Dynamical systems and Discrete Methods for Solving Nonlinear Ill-posed Problem},
  JOURNAL={Applied Mathematics Review},
  VOLUME={1},
  PAGES={491-536},
  YEAR={2000}
 }

 @article{ramm04-2,
  NUMBER={},
  AUTHOR={Ramm, A. G.},
  TITLE={Dynamical systems method for solving nonlinear operator equations},
  JOURNAL={Int. J. Appl. Math. Sci.},
  VOLUME={1},
  PAGES={97-110},
  YEAR={2004b}
 }

@article{jin00,
  NUMBER={232},
  AUTHOR={Jin, Q. N.},
  TITLE={On the Iteratively Regularized Gauss-Newton Method for solving nonlinear Ill-Posed Problems},
  JOURNAL={Mathematics of Computation},
  VOLUME={69},
  PAGES={1603-1623},
  YEAR={2000}
 }

@article{watson93,
  NUMBER={6},
  AUTHOR={Watson, M. W.},
  TITLE={Measures of Fit for Calibrated Models},
  JOURNAL={The Journal of Political Economy},
  VOLUME={101},
  PAGES={1011-1041},
  YEAR={1993}
 }

@article{diebold-ohanian-berkowitz98,
  NUMBER={},
  AUTHOR={Diebold, F. X. and Ohanian, L. E. and Berkowitz, J.},
  TITLE={Dynamic Equilibrium Economies: A Framework for Comparing Models and Data},
  JOURNAL={Review of Economic Studies},
  VOLUME={65},
  PAGES={433-451},
  YEAR={1998}
 }

@article{Berkowitz01,
  NUMBER={},
  AUTHOR={Berkowitz, J.},
  TITLE={Generalized Spectral Estimation of the Consumption based Pricing Model},
  JOURNAL={Journal of Econometrics},
  VOLUME={104},
  PAGES={269-288},
  YEAR={2001}
 }

@article{christiano-vigfusson03,
  NUMBER={4},
  AUTHOR={Christiano, J. L. and Vigfusson, R. J.},
  TITLE={Maximum Likelihood in the Frequency Domain: The Importance of Time-to-Plan},
  JOURNAL={Journal of Monetary Economics},
  VOLUME={50},
  PAGES={},
  YEAR={2003}
 }


@article{seidman-vogel89,
  NUMBER={},
  AUTHOR={Seidman, T. I. and Vogel, C. R.},
  TITLE={Well Posedness and Convergence of some Regularisation Methods for Non-linear Ill-posed Problems},
  JOURNAL={Inverse Problems},
  VOLUME={5},
  PAGES={227-238},
  YEAR={1989}
 }

@Book{hamilton94,
author = {Hamilton, J. D.},
publisher = {Princeton University Press},
title = {Time Series Analysis},
year = {1994},
}