Guest User

Untitled

a guest
Mar 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. documentclass[english]{scrartcl}
  2. usepackage[T1]{fontenc}
  3. usepackage[latin9]{inputenc}
  4. usepackage{textcomp}
  5. usepackage{amstext}
  6. usepackage{babel}
  7. begin{document}
  8. As an application of these results, consider the case in which $mathbf{X}_{1}$
  9. is $mathbf{i}$, a constant term that is a column of 1s in the first
  10. column of $mathbf{X}$. The solution for $b_{2}$ in this case will
  11. then be the slopes in a regression that contains a constant term.
  12. Using Theorem 3.2 the vector of residuals for any variable in $mathbf{X}_{2}$
  13. in this case will be
  14.  
  15. $mathbf{xtext{textasteriskcentered}}=mathbf{x}-mathbf{X}_{1}(mathbf{X}_{1}'mathbf{X}_{1})^{-1}mathbf{X}_{1}mathbf{x}$
  16.  
  17. $textrm{xtext{textasteriskcentered}}=textrm{x}-textrm{X}_{1}(textrm{X}_{1}'textrm{X}_{1})^{-1}textrm{X}_{1}textrm{x}$
  18. end{document}
  19.  
  20. documentclass{article}
  21. usepackage{amsmath}
  22.  
  23. begin{document}
  24.  
  25. $mathbf{x}text{textasteriskcentered}=mathbf{x}-mathbf{X}_{1}(mathbf{X}_{1}^{'}mathbf{X}_{2}')^{-1}mathbf{X}'_{1}mathbf{x}$
  26.  
  27.  
  28. $mathrm{x}text{textasteriskcentered}=mathrm{x}-mathrm{X}_{1}(mathrm{X}_{1}^{'}mathrm{X}_{2}')^{-1}mathrm{X}'_{1}mathrm{x}$
  29.  
  30. end{document}
  31.  
  32. documentclass[english]{scrartcl}
  33. usepackage[T1]{fontenc}
  34. usepackage[latin9]{inputenc}
  35. usepackage{textcomp}
  36. usepackage{amstext}
  37. usepackage{babel}
  38. %%%%%
  39. usepackage{scalerel,lmodern}
  40. input pdf-trans
  41. newboxqbox
  42. defusecolor#1{csnamestringcolor@#1endcsnamespace}
  43. newcommandoutline[1]{leavevmode%
  44. defmaltext{#1}%
  45. setboxqbox=hbox{maltext}%
  46. boxgs{Q q 2 Tr thicknessspace w 0 0 0 rg 0 G}{}%
  47. copyqbox%
  48. }
  49. newcommandmathbbf[2][.2]{%
  50. defthickness{#1}%
  51. ThisStyle{outline{$mathbf{SavedStyle#2}$}}%
  52. }
  53. %%%%%
  54. begin{document}
  55. $mathbbf{xtext{textasteriskcentered}}=mathbbf{x}-mathbbf{X}_{1}(mathbbf{X}_{1}'mathbbf{X}_{1})^{-1}mathbbf{X}_{1}mathbbf{x}$
  56.  
  57. $mathbf{xtext{textasteriskcentered}}=mathbf{x}-mathbf{X}_{1}(mathbf{X}_{1}'mathbf{X}_{1})^{-1}mathbf{X}_{1}mathbf{x}$
  58.  
  59. $textrm{xtext{textasteriskcentered}}=textrm{x}-textrm{X}_{1}(textrm{X}_{1}'textrm{X}_{1})^{-1}textrm{X}_{1}textrm{x}$
  60. end{document}
Add Comment
Please, Sign In to add comment