<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.freecapitalists.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jrnewman</id>
	<title>The Austrian Economics Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.freecapitalists.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jrnewman"/>
	<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/wiki/Special:Contributions/Jrnewman"/>
	<updated>2026-08-11T17:22:34Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=User:Jrnewman&amp;diff=7453</id>
		<title>User:Jrnewman</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=User:Jrnewman&amp;diff=7453"/>
		<updated>2013-06-24T19:59:58Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Jonathan Newman&lt;br /&gt;
&lt;br /&gt;
Graduate economics student at Auburn University.  Attended Mises University 2009, 2011. Summer Research Fellow 2012, 2013.&lt;br /&gt;
&lt;br /&gt;
B.A. from Samford University (Birmingham, AL) in Psychology and Communication Studies (double major), Spanish minor.&lt;br /&gt;
&lt;br /&gt;
jrnewma1@gmail.com&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19395</id>
		<title>Econometrics</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19395"/>
		<updated>2012-07-19T12:53:45Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Econometrics&#039;&#039;&#039; is a major field in contemporary mainstream/[[Empiricism|empirical]] economic research.  It involves the use of statistical tools to analyze numerical data, estimate relationships between economic variables, and predict unobserved values of the given data based on the parameters estimated in the regression analysis.&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
The most basic, fundamental starting point of econometrics is linear regression by [http://en.wikipedia.org/wiki/Ordinary_least_squares Ordinary Least Squares] (OLS), in which econometricians estimate the slope(s) of a given linear mathematical function (called “regression analysis”) comprised of economic variables (both dependent and independent), represented by observed data points.  OLS is a tool for finding the “line of best fit” through a plotted data set, in which each entry in the given X data is paired with an entry in the Y data, i.e., the two are “observed” together.&lt;br /&gt;
&lt;br /&gt;
The linear regressions require at least one dependent variable (or “outcome variable” or “left-hand-side (LHS) variable”), at least one explanatory variable (or “independent variable” or “right-hand-side (RHS) variable”), an intercept term, and an error term.  These components are combined to make one equation showing y (dependent variable) as a function of x (explanatory variable):&lt;br /&gt;
&lt;br /&gt;
Y = α + βX + ε&lt;br /&gt;
&lt;br /&gt;
where α is the intercept, β is the slope, and ε is the error term (disturbance).&lt;br /&gt;
&lt;br /&gt;
[[File:Olsbasics.jpeg|550px]]&lt;br /&gt;
&lt;br /&gt;
The model can be expanded to include multiple explanatory variables, interaction terms (i.e., covarying explanatory variables explain the outcome variable), multiple dependent variables (panel models), time-series regression (observations over time, autoregressive (AR), moving average (MA), both (ARMA), vector autoregression (VAR), etc.), dummy variables (for variables with only two values, like yes/no, male/female, etc.), and many other considerations.  There are numerous estimation processes designed to deal with specific problems in the data (assumption violations) or to more correctly identify relationships between variables under different circumstances than those fitting for OLS.&lt;br /&gt;
===Least Squares===&lt;br /&gt;
Ordinary Least Squares, as implied by the name, seeks to minimize the sum of the squared residuals (squared distance between actual data points and the prediction (estimation) based on the linear relationship between the variables.  This process, given certain assumptions, yields statistically unbiased (best approximation of true relationship), consistent (estimates get closer to true relationship with an increasing number of observations), and efficient (distance between actual and predicted values are smallest) estimates for the regression parameters.&lt;br /&gt;
&lt;br /&gt;
====Assumptions====&lt;br /&gt;
For OLS to achieve unbiasedness, consistency, and efficiency (among other characteristics), a few assumptions about the regression model must hold.  These are listed below with brief descriptions.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;b&amp;gt;Linearity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The regression model correctly describes the functional relationship between the given variables.  If the relationship is non-linear, some transformation (e.g., log, semilog, translog) of the data is necessary.  Other implications of this assumption are that the data represent the variables in the model (i.e., the econometrician knows what he or she is observing), and that the variables are indeed related to each other (&amp;quot;X causes Y&amp;quot;).&lt;br /&gt;
*&amp;lt;b&amp;gt;No multicollinearity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The explanatory variables aren&#039;t perfectly (or closely) correlated with each other.&lt;br /&gt;
*&amp;lt;b&amp;gt;Homoskedasticity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The variance of the errors are constant across all observations and the covariance between errors is zero (nonautocorrelation).&lt;br /&gt;
*&amp;lt;b&amp;gt;Exogeneity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The explanatory variables are not correlated with the error term.  There is no &amp;quot;feedback loop&amp;quot; of causation between the Y and X variables.&lt;br /&gt;
*&amp;lt;b&amp;gt;Disturbances have zero mean&amp;lt;/b&amp;gt;&lt;br /&gt;
**The mean distance between the predicted and actual values is zero.&lt;br /&gt;
*&amp;lt;b&amp;gt;Normality&amp;lt;/b&amp;gt;&lt;br /&gt;
**The errors are normally distributed with mean zero and variance σ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Austrian Criticisms==&lt;br /&gt;
&lt;br /&gt;
===Hans-Hermann Hoppe===&lt;br /&gt;
[[Hoppe|Hans-Hermann Hoppe]] has criticized the widespread use of “mathematical and statistical techniques” and has specifically addressed issues arising from estimating parameters via linear regression analysis.&amp;lt;ref name=&amp;quot;HOP_EEPP&amp;quot;&amp;gt;Hoppe, Hans-Hermann - The Economics and Ethics of Private Property, pp. 295-304. [http://mises.org/document/860 &amp;quot;Is Research Based on Causal Scientific Principles Possible in the Social Sciences?&amp;quot;]&amp;lt;/ref&amp;gt;  He points out that the way the estimated parameters are interpreted normally would require assumptions that are “inappropriate in the social sciences”.  The innocuous and fair interpretation of the estimated parameters would amount to nothing more than “historico-mathematical facts” with “no significance beyond the historical data with respect to which their values were determined”.&amp;lt;ref name=&amp;quot;HOP_EEPP&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
His criticism of the inappropriate interpretation of linear regression centers around one fallacious assumption made by modern economists and econometricians: the constancy principle.&amp;lt;ref name=&amp;quot;HOP_EEPP&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Constancy Principle – “the conviction that observable phenomena are in principle determined by causes which are constant and are time-invariant in the way in which they operate, and that in principle contingency plays no part in the way in which causes operate.”&amp;lt;ref name=&amp;quot;HOP_EEPP&amp;quot; /&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Roger Garrison===&lt;br /&gt;
[[Roger_Garrison|Garrison]] points out that mathematics is unsuited for the task of identifying cause and effect relations.&amp;lt;ref name=&amp;quot;GAR_MM&amp;quot;&amp;gt;Garrison, Roger - in The Meaning of Ludwig von Mises: Contributions is Economics, Sociology, Epistemology, and Political Philosophy, ed. Herbener, pp. 102-117. [http://www.auburn.edu/~garriro/j2mismeth.htm &amp;quot;Mises and His Methods&amp;quot;]&amp;lt;/ref&amp;gt;  In an article outlining problems with the mathematical/empirical methodology, he explains:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;“The relevant question is: What sort of language—music, mathematics, or, say, English—allows economists best to communicate their ideas? […] And in particular the answer turns—both for Mises and for modern mathematical economists—on whether or not causality in economics is a worthy concern. For Mises causality was the central concern. His methodological individualism has as its goal the establishment of a causal linking of individual actions to observed economic phenomena. The very title of Mises&#039;s magnum opus identifies his starting point. Human action is the root cause of all economic phenomena.”&amp;lt;ref name=&amp;quot;GAR_MM&amp;quot; /&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And, like Hoppe, Garrison describes what the innocuous, but appropriate, interpretation of regression analysis results should be and how mainstream econometricians simply do not stop there, but make further assumptions to make inappropriate conclusions and interpretations: “Systems of equations can be suitably employed to describe the consequences of human action, but such mathematical descriptions are inherently blind to notions of intentionality and causality.”&amp;lt;ref name=&amp;quot;GAR_MM&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
He also sees a disconnect between what the textbooks &amp;lt;i&amp;gt;say&amp;lt;/i&amp;gt; and what the econometricians &amp;lt;i&amp;gt;do&amp;lt;/i&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;“All respectable texts on statistics and econometrics acknowledge that statistical inference can never identify cause and effect; they warn against interpreting correlation as causation.”&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;But,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;“In recent years it has become acceptable within the economics profession to ignore all such acknowledgments and warnings and to make claims about cause and effect on the basis of empirical tests. For a hypothetical example, the claim that a rising interest rate causes the wage rate to fall may be supported by time-series analysis in which an inverse relationship between wage rates and lagged interest rates is demonstrated. The long-respected strictures against reading causality into statistical patterns are flouted. Empirical causality tests are increasingly common in the professional literature.”&amp;lt;ref name=&amp;quot;GAR_MM&amp;quot; /&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Murray Rothbard===&lt;br /&gt;
In &amp;lt;i&amp;gt;Man, Economy, and State&amp;lt;/i&amp;gt;, [[Rothbard]] made some brief notes on econometricians&#039; inability to identify causal relationships from mere mathematical equations.&amp;lt;ref name=&amp;quot;MR_MES&amp;quot;&amp;gt;Rothbard, Murray - Man, Economy, and State, pp. 277-280 [http://mises.org/rothbard/mes/chap5a.asp#3._Structure_of_Production Man, Economy, and State, Chapter 5-Production: The Structure], [[Ludwig Von Mises Institute]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Mathematical equations, then, are appropriate and useful where there are constant quantitative relations among unmotivated variables. They are singularly inappropriate in praxeology and economics. In the latter fields, verbal, logical analysis of action and its processes through time is the appropriate method. It is not surprising that the main efforts of the &amp;quot;mathematical econo­mists&amp;quot; have been directed toward describing the final equilibrium state by means of equations. For in this state, since activities merely repeat themselves, there seems to be more scope for de­scribing conditions by means of functional equations. These equations, at best, however, can do no more than describe this equilibrium state.&amp;quot;&amp;lt;ref name=&amp;quot;MR_MES&amp;quot; /&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
* {{wplink}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Economic concepts]]&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19394</id>
		<title>Econometrics</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19394"/>
		<updated>2012-06-20T18:53:09Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Econometrics&#039;&#039;&#039; is a major field in contemporary mainstream/[[Empiricism|empirical]] economic research.  It involves the use of statistical tools to analyze numerical data, estimate relationships between economic variables, and predict unobserved values of the given data based on the parameters estimated in the regression analysis.{{Fact}}&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
The most basic, fundamental starting point of econometrics is linear regression by [http://en.wikipedia.org/wiki/Ordinary_least_squares Ordinary Least Squares] (OLS), in which econometricians estimate the slope(s) of a given linear mathematical function (called “regression analysis”) comprised of economic variables (both dependent and independent), represented by observed data points.  OLS is a tool for finding the “line of best fit” through a plotted data set, in which each entry in the given X data is paired with an entry in the Y data, i.e., the two are “observed” together.&lt;br /&gt;
&lt;br /&gt;
The linear regressions require at least one dependent variable (or “outcome variable” or “left-hand-side (LHS) variable”), at least one explanatory variable (or “independent variable” or “right-hand-side (RHS) variable”), an intercept term, and an error term.  These components are combined to make one equation showing y (dependent variable) as a function of x (explanatory variable):&lt;br /&gt;
&lt;br /&gt;
Y = α + βX + ε&lt;br /&gt;
&lt;br /&gt;
where α is the intercept, β is the slope, and ε is the error term (disturbance).&lt;br /&gt;
&lt;br /&gt;
[[File:Olsbasics.jpeg|550px]]&lt;br /&gt;
&lt;br /&gt;
The model can be expanded to include multiple explanatory variables, interaction terms (i.e., covarying explanatory variables explain the outcome variable), multiple dependent variables (panel models), time-series regression (observations over time, autoregressive (AR), moving average (MA), both (ARMA), vector autoregression (VAR), etc.), dummy variables (for variables with only two values, like yes/no, male/female, etc.), and many other considerations.  There are numerous estimation processes designed to deal with specific problems in the data (assumption violations) or to more correctly identify relationships between variables under different circumstances than those fitting for OLS.&lt;br /&gt;
===Least Squares===&lt;br /&gt;
Ordinary Least Squares, as implied by the name, seeks to minimize the sum of the squared residuals (squared distance between actual data points and the prediction (estimation) based on the linear relationship between the variables.  This process, given certain assumptions, yields statistically unbiased (best approximation of true relationship), consistent (estimates get closer to true relationship with an increasing number of observations), and efficient (distance between actual and predicted values are smallest) estimates for the regression parameters.&lt;br /&gt;
&lt;br /&gt;
====Assumptions====&lt;br /&gt;
For OLS to achieve unbiasedness, consistency, and efficiency (among other characteristics), a few assumptions about the regression model must hold.  These are listed below with brief descriptions.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;b&amp;gt;Linearity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The regression model correctly describes the functional relationship between the given variables.  If the relationship is non-linear, some transformation (e.g., log, semilog, translog) of the data is necessary.  Other implications of this assumption are that the data represent the variables in the model (i.e., the econometrician knows what he or she is observing), and that the variables are indeed related to each other (&amp;quot;X causes Y&amp;quot;).&lt;br /&gt;
*&amp;lt;b&amp;gt;No multicollinearity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The explanatory variables aren&#039;t perfectly (or closely) correlated with each other.&lt;br /&gt;
*&amp;lt;b&amp;gt;Homoskedasticity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The variance of the errors are constant across all observations and the covariance between errors is zero (nonautocorrelation).&lt;br /&gt;
*&amp;lt;b&amp;gt;Exogeneity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The explanatory variables are not correlated with the error term.  There is no &amp;quot;feedback loop&amp;quot; of causation between the Y and X variables.&lt;br /&gt;
*&amp;lt;b&amp;gt;Disturbances have zero mean&amp;lt;/b&amp;gt;&lt;br /&gt;
**The mean distance between the predicted and actual values is zero.&lt;br /&gt;
*&amp;lt;b&amp;gt;Normality&amp;lt;/b&amp;gt;&lt;br /&gt;
**The errors are normally distributed with mean zero and variance σ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Austrian Criticisms==&lt;br /&gt;
&lt;br /&gt;
===Hans-Hermann Hoppe===&lt;br /&gt;
[[Hoppe|Hans-Hermann Hoppe]] has criticized the widespread use of “mathematical and statistical techniques” and has specifically addressed issues arising from estimating parameters via linear regression analysis.&amp;lt;ref name=&amp;quot;HOP_EEPP&amp;quot;&amp;gt;Hoppe, Hans-Hermann - The Economics and Ethics of Private Property, pp. 295-304. [http://mises.org/document/860 &amp;quot;Is Research Based on Causal Scientific Principles Possible in the Social Sciences?&amp;quot;]&amp;lt;/ref&amp;gt;  He points out that the way the estimated parameters are interpreted normally would require assumptions that are “inappropriate in the social sciences”.  The innocuous and fair interpretation of the estimated parameters would amount to nothing more than “historico-mathematical facts” with “no significance beyond the historical data with respect to which their values were determined”.&amp;lt;ref name=&amp;quot;HOP_EEPP&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
His criticism of the inappropriate interpretation of linear regression centers around one fallacious assumption made by modern economists and econometricians: the constancy principle.&amp;lt;ref name=&amp;quot;HOP_EEPP&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Constancy Principle – “the conviction that observable phenomena are in principle determined by causes which are constant and are time-invariant in the way in which they operate, and that in principle contingency plays no part in the way in which causes operate.”&amp;lt;ref name=&amp;quot;HOP_EEPP&amp;quot; /&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Roger Garrison===&lt;br /&gt;
[[Roger_Garrison|Garrison]] points out that mathematics is unsuited for the task of identifying cause and effect relations.&amp;lt;ref name=&amp;quot;GAR_MM&amp;quot;&amp;gt;Garrison, Roger - in The Meaning of Ludwig von Mises: Contributions is Economics, Sociology, Epistemology, and Political Philosophy, ed. Herbener, pp. 102-117. [http://www.auburn.edu/~garriro/j2mismeth.htm &amp;quot;Mises and His Methods&amp;quot;]&amp;lt;/ref&amp;gt;  In an article outlining problems with the mathematical/empirical methodology, he explains:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;“The relevant question is: What sort of language—music, mathematics, or, say, English—allows economists best to communicate their ideas? […] And in particular the answer turns—both for Mises and for modern mathematical economists—on whether or not causality in economics is a worthy concern. For Mises causality was the central concern. His methodological individualism has as its goal the establishment of a causal linking of individual actions to observed economic phenomena. The very title of Mises&#039;s magnum opus identifies his starting point. Human action is the root cause of all economic phenomena.”&amp;lt;ref name=&amp;quot;GAR_MM&amp;quot; /&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And, like Hoppe, Garrison describes what the innocuous, but appropriate, interpretation of regression analysis results should be and how mainstream econometricians simply do not stop there, but make further assumptions to make inappropriate conclusions and interpretations: “Systems of equations can be suitably employed to describe the consequences of human action, but such mathematical descriptions are inherently blind to notions of intentionality and causality.”&amp;lt;ref name=&amp;quot;GAR_MM&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
He also sees a disconnect between what the textbooks &amp;lt;i&amp;gt;say&amp;lt;/i&amp;gt; and what the econometricians &amp;lt;i&amp;gt;do&amp;lt;/i&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;“All respectable texts on statistics and econometrics acknowledge that statistical inference can never identify cause and effect; they warn against interpreting correlation as causation.”&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;But,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;“In recent years it has become acceptable within the economics profession to ignore all such acknowledgments and warnings and to make claims about cause and effect on the basis of empirical tests. For a hypothetical example, the claim that a rising interest rate causes the wage rate to fall may be supported by time-series analysis in which an inverse relationship between wage rates and lagged interest rates is demonstrated. The long-respected strictures against reading causality into statistical patterns are flouted. Empirical causality tests are increasingly common in the professional literature.”&amp;lt;ref name=&amp;quot;GAR_MM&amp;quot; /&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Murray Rothbard===&lt;br /&gt;
In &amp;lt;i&amp;gt;Man, Economy, and State&amp;lt;/i&amp;gt;, [[Rothbard]] made some brief notes on econometricians&#039; inability to identify causal relationships from mere mathematical equations.&amp;lt;ref name=&amp;quot;MR_MES&amp;quot;&amp;gt;Rothbard, Murray - Man, Economy, and State, pp. 277-280 [http://mises.org/rothbard/mes/chap5a.asp#3._Structure_of_Production Man, Economy, and State, Chapter 5-Production: The Structure], [[Ludwig Von Mises Institute]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Mathematical equations, then, are appropriate and useful where there are constant quantitative relations among unmotivated variables. They are singularly inappropriate in praxeology and economics. In the latter fields, verbal, logical analysis of action and its processes through time is the appropriate method. It is not surprising that the main efforts of the &amp;quot;mathematical econo­mists&amp;quot; have been directed toward describing the final equilibrium state by means of equations. For in this state, since activities merely repeat themselves, there seems to be more scope for de­scribing conditions by means of functional equations. These equations, at best, however, can do no more than describe this equilibrium state.&amp;quot;&amp;lt;ref name=&amp;quot;MR_MES&amp;quot; /&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
* {{wplink}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Economic concepts]]&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=User:Jrnewman&amp;diff=7452</id>
		<title>User:Jrnewman</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=User:Jrnewman&amp;diff=7452"/>
		<updated>2012-06-19T20:19:49Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Jonathan Newman&lt;br /&gt;
&lt;br /&gt;
Graduate economics student at Auburn University.  Attended Mises University 2009, 2011. Summer Research Fellow 2012.&lt;br /&gt;
&lt;br /&gt;
B.A. from Samford University (Birmingham, AL) in Psychology and Communication Studies (double major), Spanish minor.&lt;br /&gt;
&lt;br /&gt;
jrnewma1@gmail.com&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19393</id>
		<title>Econometrics</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19393"/>
		<updated>2012-06-19T20:11:05Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: /* Austrian Criticisms */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Econometrics&#039;&#039;&#039; is a major field in contemporary mainstream/[[Empiricism|empirical]] economic research.  It involves the use of statistical tools to analyze numerical data, estimate relationships between economic variables, and predict unobserved values of the given data based on the parameters estimated in the regression analysis.{{Fact}}&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
The most basic, fundamental starting point of econometrics is linear regression by [http://en.wikipedia.org/wiki/Ordinary_least_squares Ordinary Least Squares] (OLS), in which econometricians estimate the slope(s) of a given linear mathematical function (called “regression analysis”) comprised of economic variables (both dependent and independent), represented by observed data points.  OLS is a tool for finding the “line of best fit” through a plotted data set, in which each entry in the given X data is paired with an entry in the Y data, i.e., the two are “observed” together.&lt;br /&gt;
&lt;br /&gt;
The linear regressions require at least one dependent variable (or “outcome variable” or “left-hand-side (LHS) variable”), at least one explanatory variable (or “independent variable” or “right-hand-side (RHS) variable”), an intercept term, and an error term.  These components are combined to make one equation showing y (dependent variable) as a function of x (explanatory variable):&lt;br /&gt;
&lt;br /&gt;
Y = α + βX + ε&lt;br /&gt;
&lt;br /&gt;
where α is the intercept, β is the slope, and ε is the error term (disturbance).&lt;br /&gt;
&lt;br /&gt;
[[File:Olsbasics.jpeg|550px]]&lt;br /&gt;
&lt;br /&gt;
The model can be expanded to include multiple explanatory variables, interaction terms (i.e., covarying explanatory variables explain the outcome variable), multiple dependent variables (panel models), time-series regression (observations over time, autoregressive (AR), moving average (MA), both (ARMA), vector autoregression (VAR), etc.), dummy variables (for variables with only two values, like yes/no, male/female, etc.), and many other considerations.  There are numerous estimation processes designed to deal with specific problems in the data (assumption violations) or to more correctly identify relationships between variables under different circumstances than those fitting for OLS.&lt;br /&gt;
===Least Squares===&lt;br /&gt;
Ordinary Least Squares, as implied by the name, seeks to minimize the sum of the squared residuals (squared distance between actual data points and the prediction (estimation) based on the linear relationship between the variables.  This process, given certain assumptions, yields statistically unbiased (best approximation of true relationship), consistent (estimates get closer to true relationship with an increasing number of observations), and efficient (distance between actual and predicted values are smallest) estimates for the regression parameters.&lt;br /&gt;
&lt;br /&gt;
====Assumptions====&lt;br /&gt;
For OLS to achieve unbiasedness, consistency, and efficiency (among other characteristics), a few assumptions about the regression model must hold.  These are listed below with brief descriptions.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;b&amp;gt;Linearity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The regression model correctly describes the functional relationship between the given variables.  If the relationship is non-linear, some transformation (e.g., log, semilog, translog) of the data is necessary.  Other implications of this assumption are that the data represent the variables in the model (i.e., the econometrician knows what he or she is observing), and that the variables are indeed related to each other (&amp;quot;X causes Y&amp;quot;).&lt;br /&gt;
*&amp;lt;b&amp;gt;No multicollinearity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The explanatory variables aren&#039;t perfectly (or closely) correlated with each other.&lt;br /&gt;
*&amp;lt;b&amp;gt;Homoskedasticity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The variance of the errors are constant across all observations and the covariance between errors is zero (nonautocorrelation).&lt;br /&gt;
*&amp;lt;b&amp;gt;Exogeneity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The explanatory variables are not correlated with the error term.  There is no &amp;quot;feedback loop&amp;quot; of causation between the Y and X variables.&lt;br /&gt;
*&amp;lt;b&amp;gt;Disturbances have zero mean&amp;lt;/b&amp;gt;&lt;br /&gt;
**The mean distance between the predicted and actual values is zero.&lt;br /&gt;
*&amp;lt;b&amp;gt;Normality&amp;lt;/b&amp;gt;&lt;br /&gt;
**The errors are normally distributed with mean zero and variance σ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Austrian Criticisms==&lt;br /&gt;
&lt;br /&gt;
===Hans-Hermann Hoppe===&lt;br /&gt;
[[MisesWiki:Hoppe|Hans-Hermann Hoppe]] has criticized the widespread use of “mathematical and statistical techniques” and has specifically addressed issues arising from estimating parameters via linear regression analysis.&amp;lt;ref name=&amp;quot;HOP_EEPP&amp;quot;&amp;gt;Hoppe, Hans-Hermann - The Economics and Ethics of Private Property, pp. 295-304. [http://mises.org/document/860 &amp;quot;Is Research Based on Causal Scientific Principles Possible in the Social Sciences?&amp;quot;]&amp;lt;/ref&amp;gt;  He points out that the way the estimated parameters are interpreted normally would require assumptions that are “inappropriate in the social sciences”.  The innocuous and fair interpretation of the estimated parameters would amount to nothing more than “historico-mathematical facts” with “no significance beyond the historical data with respect to which their values were determined”.&amp;lt;ref name=&amp;quot;HOP_EEPP&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
His criticism of the inappropriate interpretation of linear regression centers around one fallacious assumption made by modern economists and econometricians: the constancy principle.&amp;lt;ref name=&amp;quot;HOP_EEPP&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Constancy Principle – “the conviction that observable phenomena are in principle determined by causes which are constant and are time-invariant in the way in which they operate, and that in principle contingency plays no part in the way in which causes operate.”&amp;lt;ref name=&amp;quot;HOP_EEPP&amp;quot; /&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Roger Garrison===&lt;br /&gt;
[[MisesWiki:Roger_Garrison|Garrison]] points out that mathematics is unsuited for the task of identifying cause and effect relations.&amp;lt;ref name=&amp;quot;GAR_MM&amp;quot;&amp;gt;Garrison, Roger - in The Meaning of Ludwig von Mises: Contributions is Economics, Sociology, Epistemology, and Political Philosophy, ed. Herbener, pp. 102-117. [http://www.auburn.edu/~garriro/j2mismeth.htm &amp;quot;Mises and His Methods&amp;quot;]&amp;lt;/ref&amp;gt;  In an article outlining problems with the mathematical/empirical methodology, he explains:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;“The relevant question is: What sort of language—music, mathematics, or, say, English—allows economists best to communicate their ideas? […] And in particular the answer turns—both for Mises and for modern mathematical economists—on whether or not causality in economics is a worthy concern. For Mises causality was the central concern. His methodological individualism has as its goal the establishment of a causal linking of individual actions to observed economic phenomena. The very title of Mises&#039;s magnum opus identifies his starting point. Human action is the root cause of all economic phenomena.”&amp;lt;ref name=&amp;quot;GAR_MM&amp;quot; /&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And, like Hoppe, Garrison describes what the innocuous, but appropriate, interpretation of regression analysis results should be and how mainstream econometricians simply do not stop there, but make further assumptions to make inappropriate conclusions and interpretations: “Systems of equations can be suitably employed to describe the consequences of human action, but such mathematical descriptions are inherently blind to notions of intentionality and causality.”&amp;lt;ref name=&amp;quot;GAR_MM&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
He also sees a disconnect between what the textbooks &amp;lt;i&amp;gt;say&amp;lt;/i&amp;gt; and what the econometricians &amp;lt;i&amp;gt;do&amp;lt;/i&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;“All respectable texts on statistics and econometrics acknowledge that statistical inference can never identify cause and effect; they warn against interpreting correlation as causation.”&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;But,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;“In recent years it has become acceptable within the economics profession to ignore all such acknowledgments and warnings and to make claims about cause and effect on the basis of empirical tests. For a hypothetical example, the claim that a rising interest rate causes the wage rate to fall may be supported by time-series analysis in which an inverse relationship between wage rates and lagged interest rates is demonstrated. The long-respected strictures against reading causality into statistical patterns are flouted. Empirical causality tests are increasingly common in the professional literature.”&amp;lt;ref name=&amp;quot;GAR_MM&amp;quot; /&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Murray Rothbard===&lt;br /&gt;
In &amp;lt;i&amp;gt;Man, Economy, and State&amp;lt;/i&amp;gt;, Rothbard made some brief notes on econometricians&#039; inability to identify causal relationships from mere mathematical equations.&amp;lt;ref name=&amp;quot;MR_MES&amp;quot;&amp;gt;Rothbard, Murray - Man, Economy, and State, pp. 277-280 [http://mises.org/rothbard/mes/chap5a.asp#3._Structure_of_Production Man, Economy, and State, Chapter 5-Production: The Structure], [[Ludwig Von Mises Institute]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Mathematical equations, then, are appropriate and useful where there are constant quantitative relations among unmotivated variables. They are singularly inappropriate in praxeology and economics. In the latter fields, verbal, logical analysis of action and its processes through time is the appropriate method. It is not surprising that the main efforts of the &amp;quot;mathematical econo­mists&amp;quot; have been directed toward describing the final equilibrium state by means of equations. For in this state, since activities merely repeat themselves, there seems to be more scope for de­scribing conditions by means of functional equations. These equations, at best, however, can do no more than describe this equilibrium state.&amp;quot;&amp;lt;ref name=&amp;quot;MR_MES&amp;quot; /&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
* {{wplink}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Economic concepts]]&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19392</id>
		<title>Econometrics</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19392"/>
		<updated>2012-06-19T19:38:30Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Econometrics&#039;&#039;&#039; is a major field in contemporary mainstream/[[Empiricism|empirical]] economic research.  It involves the use of statistical tools to analyze numerical data, estimate relationships between economic variables, and predict unobserved values of the given data based on the parameters estimated in the regression analysis.{{Fact}}&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
The most basic, fundamental starting point of econometrics is linear regression by [http://en.wikipedia.org/wiki/Ordinary_least_squares Ordinary Least Squares] (OLS), in which econometricians estimate the slope(s) of a given linear mathematical function (called “regression analysis”) comprised of economic variables (both dependent and independent), represented by observed data points.  OLS is a tool for finding the “line of best fit” through a plotted data set, in which each entry in the given X data is paired with an entry in the Y data, i.e., the two are “observed” together.&lt;br /&gt;
&lt;br /&gt;
The linear regressions require at least one dependent variable (or “outcome variable” or “left-hand-side (LHS) variable”), at least one explanatory variable (or “independent variable” or “right-hand-side (RHS) variable”), an intercept term, and an error term.  These components are combined to make one equation showing y (dependent variable) as a function of x (explanatory variable):&lt;br /&gt;
&lt;br /&gt;
Y = α + βX + ε&lt;br /&gt;
&lt;br /&gt;
where α is the intercept, β is the slope, and ε is the error term (disturbance).&lt;br /&gt;
&lt;br /&gt;
[[File:Olsbasics.jpeg|550px]]&lt;br /&gt;
&lt;br /&gt;
The model can be expanded to include multiple explanatory variables, interaction terms (i.e., covarying explanatory variables explain the outcome variable), multiple dependent variables (panel models), time-series regression (observations over time, autoregressive (AR), moving average (MA), both (ARMA), vector autoregression (VAR), etc.), dummy variables (for variables with only two values, like yes/no, male/female, etc.), and many other considerations.  There are numerous estimation processes designed to deal with specific problems in the data (assumption violations) or to more correctly identify relationships between variables under different circumstances than those fitting for OLS.&lt;br /&gt;
===Least Squares===&lt;br /&gt;
Ordinary Least Squares, as implied by the name, seeks to minimize the sum of the squared residuals (squared distance between actual data points and the prediction (estimation) based on the linear relationship between the variables.  This process, given certain assumptions, yields statistically unbiased (best approximation of true relationship), consistent (estimates get closer to true relationship with an increasing number of observations), and efficient (distance between actual and predicted values are smallest) estimates for the regression parameters.&lt;br /&gt;
&lt;br /&gt;
====Assumptions====&lt;br /&gt;
For OLS to achieve unbiasedness, consistency, and efficiency (among other characteristics), a few assumptions about the regression model must hold.  These are listed below with brief descriptions.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;b&amp;gt;Linearity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The regression model correctly describes the functional relationship between the given variables.  If the relationship is non-linear, some transformation (e.g., log, semilog, translog) of the data is necessary.  Other implications of this assumption are that the data represent the variables in the model (i.e., the econometrician knows what he or she is observing), and that the variables are indeed related to each other (&amp;quot;X causes Y&amp;quot;).&lt;br /&gt;
*&amp;lt;b&amp;gt;No multicollinearity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The explanatory variables aren&#039;t perfectly (or closely) correlated with each other.&lt;br /&gt;
*&amp;lt;b&amp;gt;Homoskedasticity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The variance of the errors are constant across all observations and the covariance between errors is zero (nonautocorrelation).&lt;br /&gt;
*&amp;lt;b&amp;gt;Exogeneity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The explanatory variables are not correlated with the error term.  There is no &amp;quot;feedback loop&amp;quot; of causation between the Y and X variables.&lt;br /&gt;
*&amp;lt;b&amp;gt;Disturbances have zero mean&amp;lt;/b&amp;gt;&lt;br /&gt;
**The mean distance between the predicted and actual values is zero.&lt;br /&gt;
*&amp;lt;b&amp;gt;Normality&amp;lt;/b&amp;gt;&lt;br /&gt;
**The errors are normally distributed with mean zero and variance σ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Austrian Criticisms==&lt;br /&gt;
&lt;br /&gt;
===Hans-Hermann Hoppe===&lt;br /&gt;
[[MisesWiki:Hoppe|Hans-Hermann Hoppe]] has criticized the widespread use of “mathematical and statistical techniques” and has specifically addressed issues arising from estimating parameters via linear regression analysis.&amp;lt;ref name=&amp;quot;HOP_EEPP&amp;quot;&amp;gt;Hoppe, Hans-Hermann - The Economics and Ethics of Private Property, pp. 295-304. [http://mises.org/document/860 &amp;quot;Is Research Based on Causal Scientific Principles Possible in the Social Sciences?&amp;quot;]&amp;lt;/ref&amp;gt;  He points out that the way the estimated parameters are interpreted normally would require assumptions that are “inappropriate in the social sciences”.  The innocuous and fair interpretation of the estimated parameters would amount to nothing more than “historico-mathematical facts” with “no significance beyond the historical data with respect to which their values were determined”.&amp;lt;ref name=&amp;quot;HOP_EEPP&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
His criticism of the inappropriate interpretation of linear regression centers around one fallacious assumption made by modern economists and econometricians: the constancy principle.&amp;lt;ref name=&amp;quot;HOP_EEPP&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Constancy Principle – “the conviction that observable phenomena are in principle determined by causes which are constant and are time-invariant in the way in which they operate, and that in principle contingency plays no part in the way in which causes operate.”&amp;lt;ref name=&amp;quot;HOP_EEPP&amp;quot; /&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Roger Garrison===&lt;br /&gt;
[[MisesWiki:Roger_Garrison|Garrison]] points out that mathematics is unsuited for the task of identifying cause and effect relations.&amp;lt;ref name=&amp;quot;GAR_MM&amp;quot;&amp;gt;Garrison, Roger - in The Meaning of Ludwig von Mises: Contributions is Economics, Sociology, Epistemology, and Political Philosophy, ed. Herbener, pp. 102-117. [http://www.auburn.edu/~garriro/j2mismeth.htm &amp;quot;Mises and His Methods&amp;quot;]&amp;lt;/ref&amp;gt;  In an article outlining problems with the mathematical/empirical methodology, he explains:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;“The relevant question is: What sort of language—music, mathematics, or, say, English—allows economists best to communicate their ideas? […] And in particular the answer turns—both for Mises and for modern mathematical economists—on whether or not causality in economics is a worthy concern. For Mises causality was the central concern. His methodological individualism has as its goal the establishment of a causal linking of individual actions to observed economic phenomena. The very title of Mises&#039;s magnum opus identifies his starting point. Human action is the root cause of all economic phenomena.”&amp;lt;ref name=&amp;quot;GAR_MM&amp;quot; /&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And, like Hoppe, Garrison describes what the innocuous, but appropriate, interpretation of regression analysis results should be and how mainstream econometricians simply do not stop there, but make further assumptions to make inappropriate conclusions and interpretations: “Systems of equations can be suitably employed to describe the consequences of human action, but such mathematical descriptions are inherently blind to notions of intentionality and causality.”&amp;lt;ref name=&amp;quot;GAR_MM&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
He also sees a disconnect between what the textbooks &amp;lt;i&amp;gt;say&amp;lt;/i&amp;gt; and what the econometricians &amp;lt;i&amp;gt;do&amp;lt;/i&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;“All respectable texts on statistics and econometrics acknowledge that statistical inference can never identify cause and effect; they warn against interpreting correlation as causation.”&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;But,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;“In recent years it has become acceptable within the economics profession to ignore all such acknowledgments and warnings and to make claims about cause and effect on the basis of empirical tests. For a hypothetical example, the claim that a rising interest rate causes the wage rate to fall may be supported by time-series analysis in which an inverse relationship between wage rates and lagged interest rates is demonstrated. The long-respected strictures against reading causality into statistical patterns are flouted. Empirical causality tests are increasingly common in the professional literature.”&amp;lt;ref name=&amp;quot;GAR_MM&amp;quot; /&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
* {{wplink}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Economic concepts]]&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19390</id>
		<title>Econometrics</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19390"/>
		<updated>2012-06-19T17:13:20Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: /* Roger Garrison */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Econometrics is a major field in contemporary mainstream/[[Empiricism|empirical]] economic research.  It involves the use of statistical tools to analyze numerical data, estimate relationships between economic variables, and predict unobserved values of the given data based on the parameters estimated in the regression analysis.  &lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
The most basic, fundamental starting point of econometrics is linear regression by [http://en.wikipedia.org/wiki/Ordinary_least_squares Ordinary Least Squares] (OLS), in which econometricians estimate the slope(s) of a given linear mathematical function (called “regression analysis”) comprised of economic variables (both dependent and independent), represented by observed data points.  OLS is a tool for finding the “line of best fit” through a plotted data set, in which each entry in the given X data is paired with an entry in the Y data, i.e., the two are “observed” together.&lt;br /&gt;
&lt;br /&gt;
The linear regressions require at least one dependent variable (or “outcome variable” or “left-hand-side (LHS) variable”), at least one explanatory variable (or “independent variable” or “right-hand-side (RHS) variable”), an intercept term, and an error term.  These components are combined to make one equation showing y (dependent variable) as a function of x (explanatory variable):&lt;br /&gt;
&lt;br /&gt;
Y = α + βX + ε&lt;br /&gt;
&lt;br /&gt;
where α is the intercept, β is the slope, and ε is the error term (disturbance).&lt;br /&gt;
&lt;br /&gt;
[[File:Olsbasics.jpeg|550px]]&lt;br /&gt;
&lt;br /&gt;
The model can be expanded to include multiple explanatory variables, interaction terms (i.e., covarying explanatory variables explain the outcome variable), multiple dependent variables (panel models), time-series regression (observations over time, autoregressive (AR), moving average (MA), both (ARMA), vector autoregression (VAR), etc.), dummy variables (for variables with only two values, like yes/no, male/female, etc.), and many other considerations.  There are numerous estimation processes designed to deal with specific problems in the data (assumption violations) or to more correctly identify relationships between variables under different circumstances than those fitting for OLS.&lt;br /&gt;
===Least Squares===&lt;br /&gt;
Ordinary Least Squares, as implied by the name, seeks to minimize the sum of the squared residuals (squared distance between actual data points and the prediction (estimation) based on the linear relationship between the variables.  This process, given certain assumptions, yields statistically unbiased (best approximation of true relationship), consistent (estimates get closer to true relationship with an increasing number of observations), and efficient (distance between actual and predicted values are smallest) estimates for the regression parameters.&lt;br /&gt;
&lt;br /&gt;
====Assumptions====&lt;br /&gt;
For OLS to achieve unbiasedness, consistency, and efficiency (among other characteristics), a few assumptions about the regression model must hold.  These are listed below with brief descriptions.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;b&amp;gt;Linearity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The regression model correctly describes the functional relationship between the given variables.  If the relationship is non-linear, some transformation (e.g., log, semilog, translog) of the data is necessary.  Other implications of this assumption are that the data represent the variables in the model (i.e., the econometrician knows what he or she is observing), and that the variables are indeed related to each other (&amp;quot;X causes Y&amp;quot;).&lt;br /&gt;
*&amp;lt;b&amp;gt;No multicollinearity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The explanatory variables aren&#039;t perfectly (or closely) correlated with each other.&lt;br /&gt;
*&amp;lt;b&amp;gt;Homoskedasticity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The variance of the errors are constant across all observations and the covariance between errors is zero (nonautocorrelation).&lt;br /&gt;
*&amp;lt;b&amp;gt;Exogeneity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The explanatory variables are not correlated with the error term.  There is no &amp;quot;feedback loop&amp;quot; of causation between the Y and X variables.&lt;br /&gt;
*&amp;lt;b&amp;gt;Disturbances have zero mean&amp;lt;/b&amp;gt;&lt;br /&gt;
**The mean distance between the predicted and actual values is zero.&lt;br /&gt;
*&amp;lt;b&amp;gt;Normality&amp;lt;/b&amp;gt;&lt;br /&gt;
**The errors are normally distributed with mean zero and variance σ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Austrian Criticisms==&lt;br /&gt;
&lt;br /&gt;
===Hans-Hermann Hoppe===&lt;br /&gt;
[[MisesWiki:Hoppe|Hans-Hermann Hoppe]] has criticized the widespread use of “mathematical and statistical techniques” and has specifically addressed issues arising from estimating parameters via linear regression analysis.  He points out that the way the estimated parameters are interpreted normally would require assumptions that are “inappropriate in the social sciences”.  The innocuous and fair interpretation of the estimated parameters would amount to nothing more than “historico-mathematical facts” with “no significance beyond the historical data with respect to which their values were determined”.&lt;br /&gt;
&lt;br /&gt;
His criticism of the inappropriate interpretation of linear regression centers around one fallacious assumption made by modern economists and econometricians: the constancy principle.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Constancy Principle – “the conviction that observable phenomena are in principle determined by causes which are constant and are time-invariant in the way in which they operate, and that in principle contingency plays no part in the way in which causes operate.”&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Roger Garrison===&lt;br /&gt;
[[MisesWiki:Roger_Garrison|Garrison]] points out that mathematics is unsuited for the task of identifying cause and effect relations.  In an article outlining problems with the mathematical/empirical methodology, he explains:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;“The relevant question is: What sort of language—music, mathematics, or, say, English—allows economists best to communicate their ideas? […] And in particular the answer turns—both for Mises and for modern mathematical economists—on whether or not causality in economics is a worthy concern. For Mises causality was the central concern. His methodological individualism has as its goal the establishment of a causal linking of individual actions to observed economic phenomena. The very title of Mises&#039;s magnum opus identifies his starting point. Human action is the root cause of all economic phenomena.”&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And, like Hoppe, Garrison describes what the innocuous, but appropriate, interpretation of regression analysis results should be and how mainstream econometricians simply do not stop there, but make further assumptions to make inappropriate conclusions and interpretations: “Systems of equations can be suitably employed to describe the consequences of human action, but such mathematical descriptions are inherently blind to notions of intentionality and causality.”&lt;br /&gt;
&lt;br /&gt;
He also sees a disconnect between what the textbooks &amp;lt;i&amp;gt;say&amp;lt;/i&amp;gt; and what the econometricians &amp;lt;i&amp;gt;do&amp;lt;/i&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;“All respectable texts on statistics and econometrics acknowledge that statistical inference can never identify cause and effect; they warn against interpreting correlation as causation.”&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;But,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;“In recent years it has become acceptable within the economics profession to ignore all such acknowledgments and warnings and to make claims about cause and effect on the basis of empirical tests. For a hypothetical example, the claim that a rising interest rate causes the wage rate to fall may be supported by time-series analysis in which an inverse relationship between wage rates and lagged interest rates is demonstrated. The long-respected strictures against reading causality into statistical patterns are flouted. Empirical causality tests are increasingly common in the professional literature.”&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19389</id>
		<title>Econometrics</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19389"/>
		<updated>2012-06-19T17:10:53Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: /* Least Squares */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Econometrics is a major field in contemporary mainstream/[[Empiricism|empirical]] economic research.  It involves the use of statistical tools to analyze numerical data, estimate relationships between economic variables, and predict unobserved values of the given data based on the parameters estimated in the regression analysis.  &lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
The most basic, fundamental starting point of econometrics is linear regression by [http://en.wikipedia.org/wiki/Ordinary_least_squares Ordinary Least Squares] (OLS), in which econometricians estimate the slope(s) of a given linear mathematical function (called “regression analysis”) comprised of economic variables (both dependent and independent), represented by observed data points.  OLS is a tool for finding the “line of best fit” through a plotted data set, in which each entry in the given X data is paired with an entry in the Y data, i.e., the two are “observed” together.&lt;br /&gt;
&lt;br /&gt;
The linear regressions require at least one dependent variable (or “outcome variable” or “left-hand-side (LHS) variable”), at least one explanatory variable (or “independent variable” or “right-hand-side (RHS) variable”), an intercept term, and an error term.  These components are combined to make one equation showing y (dependent variable) as a function of x (explanatory variable):&lt;br /&gt;
&lt;br /&gt;
Y = α + βX + ε&lt;br /&gt;
&lt;br /&gt;
where α is the intercept, β is the slope, and ε is the error term (disturbance).&lt;br /&gt;
&lt;br /&gt;
[[File:Olsbasics.jpeg|550px]]&lt;br /&gt;
&lt;br /&gt;
The model can be expanded to include multiple explanatory variables, interaction terms (i.e., covarying explanatory variables explain the outcome variable), multiple dependent variables (panel models), time-series regression (observations over time, autoregressive (AR), moving average (MA), both (ARMA), vector autoregression (VAR), etc.), dummy variables (for variables with only two values, like yes/no, male/female, etc.), and many other considerations.  There are numerous estimation processes designed to deal with specific problems in the data (assumption violations) or to more correctly identify relationships between variables under different circumstances than those fitting for OLS.&lt;br /&gt;
===Least Squares===&lt;br /&gt;
Ordinary Least Squares, as implied by the name, seeks to minimize the sum of the squared residuals (squared distance between actual data points and the prediction (estimation) based on the linear relationship between the variables.  This process, given certain assumptions, yields statistically unbiased (best approximation of true relationship), consistent (estimates get closer to true relationship with an increasing number of observations), and efficient (distance between actual and predicted values are smallest) estimates for the regression parameters.&lt;br /&gt;
&lt;br /&gt;
====Assumptions====&lt;br /&gt;
For OLS to achieve unbiasedness, consistency, and efficiency (among other characteristics), a few assumptions about the regression model must hold.  These are listed below with brief descriptions.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;b&amp;gt;Linearity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The regression model correctly describes the functional relationship between the given variables.  If the relationship is non-linear, some transformation (e.g., log, semilog, translog) of the data is necessary.  Other implications of this assumption are that the data represent the variables in the model (i.e., the econometrician knows what he or she is observing), and that the variables are indeed related to each other (&amp;quot;X causes Y&amp;quot;).&lt;br /&gt;
*&amp;lt;b&amp;gt;No multicollinearity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The explanatory variables aren&#039;t perfectly (or closely) correlated with each other.&lt;br /&gt;
*&amp;lt;b&amp;gt;Homoskedasticity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The variance of the errors are constant across all observations and the covariance between errors is zero (nonautocorrelation).&lt;br /&gt;
*&amp;lt;b&amp;gt;Exogeneity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The explanatory variables are not correlated with the error term.  There is no &amp;quot;feedback loop&amp;quot; of causation between the Y and X variables.&lt;br /&gt;
*&amp;lt;b&amp;gt;Disturbances have zero mean&amp;lt;/b&amp;gt;&lt;br /&gt;
**The mean distance between the predicted and actual values is zero.&lt;br /&gt;
*&amp;lt;b&amp;gt;Normality&amp;lt;/b&amp;gt;&lt;br /&gt;
**The errors are normally distributed with mean zero and variance σ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Austrian Criticisms==&lt;br /&gt;
&lt;br /&gt;
===Hans-Hermann Hoppe===&lt;br /&gt;
[[MisesWiki:Hoppe|Hans-Hermann Hoppe]] has criticized the widespread use of “mathematical and statistical techniques” and has specifically addressed issues arising from estimating parameters via linear regression analysis.  He points out that the way the estimated parameters are interpreted normally would require assumptions that are “inappropriate in the social sciences”.  The innocuous and fair interpretation of the estimated parameters would amount to nothing more than “historico-mathematical facts” with “no significance beyond the historical data with respect to which their values were determined”.&lt;br /&gt;
&lt;br /&gt;
His criticism of the inappropriate interpretation of linear regression centers around one fallacious assumption made by modern economists and econometricians: the constancy principle.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Constancy Principle – “the conviction that observable phenomena are in principle determined by causes which are constant and are time-invariant in the way in which they operate, and that in principle contingency plays no part in the way in which causes operate.”&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Roger Garrison===&lt;br /&gt;
[[MisesWiki:Roger_Garrison|Garrison]] points out that mathematics is unsuited for the task of identifying cause and effect relations.  In an article outlining problems with the mathematical/empirical methodology, he explains:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;“The relevant question is: What sort of language—music, mathematics, or, say, English—allows economists best to communicate their ideas? […] And in particular the answer turns—both for Mises and for modern mathematical economists—on whether or not causality in economics is a worthy concern. For Mises causality was the central concern. His methodological individualism has as its goal the establishment of a causal linking of individual actions to observed economic phenomena. The very title of Mises&#039;s magnum opus identifies his starting point. Human action is the root cause of all economic phenomena.”&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And, like Hoppe, Garrison describes what the innocuous, but appropriate, interpretation of regression analysis results should be and how mainstream econometricians simply do not stop there, but make further assumptions to make inappropriate conclusions and interpretations.&lt;br /&gt;
&lt;br /&gt;
“Systems of equations can be suitably employed to describe the consequences of human action, but such mathematical descriptions are inherently blind to notions of intentionality and causality.”&lt;br /&gt;
&lt;br /&gt;
He also sees a disconnect between what the textbooks &amp;lt;i&amp;gt;say&amp;lt;/i&amp;gt; and what the econometricians &amp;lt;i&amp;gt;do&amp;lt;/i&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;“All respectable texts on statistics and econometrics acknowledge that statistical inference can never identify cause and effect; they warn against interpreting correlation as causation.”&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;But,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;“In recent years it has become acceptable within the economics profession to ignore all such acknowledgments and warnings and to make claims about cause and effect on the basis of empirical tests. For a hypothetical example, the claim that a rising interest rate causes the wage rate to fall may be supported by time-series analysis in which an inverse relationship between wage rates and lagged interest rates is demonstrated. The long-respected strictures against reading causality into statistical patterns are flouted. Empirical causality tests are increasingly common in the professional literature.”&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19388</id>
		<title>Econometrics</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19388"/>
		<updated>2012-06-19T16:28:04Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: /* Roger Garrison */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Econometrics is a major field in contemporary mainstream/[[Empiricism|empirical]] economic research.  It involves the use of statistical tools to analyze numerical data, estimate relationships between economic variables, and predict unobserved values of the given data based on the parameters estimated in the regression analysis.  &lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
The most basic, fundamental starting point of econometrics is linear regression by [http://en.wikipedia.org/wiki/Ordinary_least_squares Ordinary Least Squares] (OLS), in which econometricians estimate the slope(s) of a given linear mathematical function (called “regression analysis”) comprised of economic variables (both dependent and independent), represented by observed data points.  OLS is a tool for finding the “line of best fit” through a plotted data set, in which each entry in the given X data is paired with an entry in the Y data, i.e., the two are “observed” together.&lt;br /&gt;
&lt;br /&gt;
The linear regressions require at least one dependent variable (or “outcome variable” or “left-hand-side (LHS) variable”), at least one explanatory variable (or “independent variable” or “right-hand-side (RHS) variable”), an intercept term, and an error term.  These components are combined to make one equation showing y (dependent variable) as a function of x (explanatory variable):&lt;br /&gt;
&lt;br /&gt;
Y = α + βX + ε&lt;br /&gt;
&lt;br /&gt;
where α is the intercept, β is the slope, and ε is the error term (disturbance).&lt;br /&gt;
&lt;br /&gt;
[[File:Olsbasics.jpeg|550px]]&lt;br /&gt;
&lt;br /&gt;
The model can be expanded to include multiple explanatory variables, interaction terms (i.e., covarying explanatory variables explain the outcome variable), multiple dependent variables (panel models), time-series regression (observations over time, autoregressive (AR), moving average (MA), both (ARMA), vector autoregression (VAR), etc.), dummy variables (for variables with only two values, like yes/no, male/female, etc.), and many other considerations.  There are numerous estimation processes designed to deal with specific problems in the data (assumption violations) or to more correctly identify relationships between variables under different circumstances than those fitting for OLS.&lt;br /&gt;
===Least Squares===&lt;br /&gt;
Ordinary Least Squares, as implied by the name, seeks to minimize the sum of the squared residuals (squared distance between actual data points and the prediction (estimation) based on the linear relationship between the variables.  This process, given certain assumptions, yields statistically unbiased (best approximation of true relationship), consistent (estimates get closer to true relationship with an increasing number observations), and efficient (distance between actual and predicted values are smallest) estimates for the regression parameters.&lt;br /&gt;
&lt;br /&gt;
====Assumptions====&lt;br /&gt;
For OLS to achieve unbiasedness, consistency, and efficiency (among other characteristics), a few assumptions about the regression model must hold.  These are listed below with brief descriptions.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;b&amp;gt;Linearity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The regression model correctly describes the functional relationship between the given variables.  If the relationship is non-linear, some transformation (e.g., log, semilog, translog) of the data is necessary.  Other implications of this assumption are that the data represent the variables in the model (i.e., the econometrician knows what he or she is observing), and that the variables are indeed related to each other (&amp;quot;X causes Y&amp;quot;).&lt;br /&gt;
*&amp;lt;b&amp;gt;No multicollinearity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The explanatory variables aren&#039;t perfectly (or closely) correlated with each other.&lt;br /&gt;
*&amp;lt;b&amp;gt;Homoskedasticity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The variance of the errors are constant across all observations and the covariance between errors is zero (nonautocorrelation).&lt;br /&gt;
*&amp;lt;b&amp;gt;Exogeneity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The explanatory variables are not correlated with the error term.  There is no &amp;quot;feedback loop&amp;quot; of causation between the Y and X variables.&lt;br /&gt;
*&amp;lt;b&amp;gt;Disturbances have zero mean&amp;lt;/b&amp;gt;&lt;br /&gt;
**The mean distance between the predicted and actual values is zero.&lt;br /&gt;
*&amp;lt;b&amp;gt;Normality&amp;lt;/b&amp;gt;&lt;br /&gt;
**The errors are normally distributed with mean zero and variance σ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Austrian Criticisms==&lt;br /&gt;
&lt;br /&gt;
===Hans-Hermann Hoppe===&lt;br /&gt;
[[MisesWiki:Hoppe|Hans-Hermann Hoppe]] has criticized the widespread use of “mathematical and statistical techniques” and has specifically addressed issues arising from estimating parameters via linear regression analysis.  He points out that the way the estimated parameters are interpreted normally would require assumptions that are “inappropriate in the social sciences”.  The innocuous and fair interpretation of the estimated parameters would amount to nothing more than “historico-mathematical facts” with “no significance beyond the historical data with respect to which their values were determined”.&lt;br /&gt;
&lt;br /&gt;
His criticism of the inappropriate interpretation of linear regression centers around one fallacious assumption made by modern economists and econometricians: the constancy principle.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Constancy Principle – “the conviction that observable phenomena are in principle determined by causes which are constant and are time-invariant in the way in which they operate, and that in principle contingency plays no part in the way in which causes operate.”&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Roger Garrison===&lt;br /&gt;
[[MisesWiki:Roger_Garrison|Garrison]] points out that mathematics is unsuited for the task of identifying cause and effect relations.  In an article outlining problems with the mathematical/empirical methodology, he explains:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;“The relevant question is: What sort of language—music, mathematics, or, say, English—allows economists best to communicate their ideas? […] And in particular the answer turns—both for Mises and for modern mathematical economists—on whether or not causality in economics is a worthy concern. For Mises causality was the central concern. His methodological individualism has as its goal the establishment of a causal linking of individual actions to observed economic phenomena. The very title of Mises&#039;s magnum opus identifies his starting point. Human action is the root cause of all economic phenomena.”&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And, like Hoppe, Garrison describes what the innocuous, but appropriate, interpretation of regression analysis results should be and how mainstream econometricians simply do not stop there, but make further assumptions to make inappropriate conclusions and interpretations.&lt;br /&gt;
&lt;br /&gt;
“Systems of equations can be suitably employed to describe the consequences of human action, but such mathematical descriptions are inherently blind to notions of intentionality and causality.”&lt;br /&gt;
&lt;br /&gt;
He also sees a disconnect between what the textbooks &amp;lt;i&amp;gt;say&amp;lt;/i&amp;gt; and what the econometricians &amp;lt;i&amp;gt;do&amp;lt;/i&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;“All respectable texts on statistics and econometrics acknowledge that statistical inference can never identify cause and effect; they warn against interpreting correlation as causation.”&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;But,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;“In recent years it has become acceptable within the economics profession to ignore all such acknowledgments and warnings and to make claims about cause and effect on the basis of empirical tests. For a hypothetical example, the claim that a rising interest rate causes the wage rate to fall may be supported by time-series analysis in which an inverse relationship between wage rates and lagged interest rates is demonstrated. The long-respected strictures against reading causality into statistical patterns are flouted. Empirical causality tests are increasingly common in the professional literature.”&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19387</id>
		<title>Econometrics</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19387"/>
		<updated>2012-06-19T16:26:21Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Econometrics is a major field in contemporary mainstream/[[Empiricism|empirical]] economic research.  It involves the use of statistical tools to analyze numerical data, estimate relationships between economic variables, and predict unobserved values of the given data based on the parameters estimated in the regression analysis.  &lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
The most basic, fundamental starting point of econometrics is linear regression by [http://en.wikipedia.org/wiki/Ordinary_least_squares Ordinary Least Squares] (OLS), in which econometricians estimate the slope(s) of a given linear mathematical function (called “regression analysis”) comprised of economic variables (both dependent and independent), represented by observed data points.  OLS is a tool for finding the “line of best fit” through a plotted data set, in which each entry in the given X data is paired with an entry in the Y data, i.e., the two are “observed” together.&lt;br /&gt;
&lt;br /&gt;
The linear regressions require at least one dependent variable (or “outcome variable” or “left-hand-side (LHS) variable”), at least one explanatory variable (or “independent variable” or “right-hand-side (RHS) variable”), an intercept term, and an error term.  These components are combined to make one equation showing y (dependent variable) as a function of x (explanatory variable):&lt;br /&gt;
&lt;br /&gt;
Y = α + βX + ε&lt;br /&gt;
&lt;br /&gt;
where α is the intercept, β is the slope, and ε is the error term (disturbance).&lt;br /&gt;
&lt;br /&gt;
[[File:Olsbasics.jpeg|550px]]&lt;br /&gt;
&lt;br /&gt;
The model can be expanded to include multiple explanatory variables, interaction terms (i.e., covarying explanatory variables explain the outcome variable), multiple dependent variables (panel models), time-series regression (observations over time, autoregressive (AR), moving average (MA), both (ARMA), vector autoregression (VAR), etc.), dummy variables (for variables with only two values, like yes/no, male/female, etc.), and many other considerations.  There are numerous estimation processes designed to deal with specific problems in the data (assumption violations) or to more correctly identify relationships between variables under different circumstances than those fitting for OLS.&lt;br /&gt;
===Least Squares===&lt;br /&gt;
Ordinary Least Squares, as implied by the name, seeks to minimize the sum of the squared residuals (squared distance between actual data points and the prediction (estimation) based on the linear relationship between the variables.  This process, given certain assumptions, yields statistically unbiased (best approximation of true relationship), consistent (estimates get closer to true relationship with an increasing number observations), and efficient (distance between actual and predicted values are smallest) estimates for the regression parameters.&lt;br /&gt;
&lt;br /&gt;
====Assumptions====&lt;br /&gt;
For OLS to achieve unbiasedness, consistency, and efficiency (among other characteristics), a few assumptions about the regression model must hold.  These are listed below with brief descriptions.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;b&amp;gt;Linearity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The regression model correctly describes the functional relationship between the given variables.  If the relationship is non-linear, some transformation (e.g., log, semilog, translog) of the data is necessary.  Other implications of this assumption are that the data represent the variables in the model (i.e., the econometrician knows what he or she is observing), and that the variables are indeed related to each other (&amp;quot;X causes Y&amp;quot;).&lt;br /&gt;
*&amp;lt;b&amp;gt;No multicollinearity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The explanatory variables aren&#039;t perfectly (or closely) correlated with each other.&lt;br /&gt;
*&amp;lt;b&amp;gt;Homoskedasticity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The variance of the errors are constant across all observations and the covariance between errors is zero (nonautocorrelation).&lt;br /&gt;
*&amp;lt;b&amp;gt;Exogeneity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The explanatory variables are not correlated with the error term.  There is no &amp;quot;feedback loop&amp;quot; of causation between the Y and X variables.&lt;br /&gt;
*&amp;lt;b&amp;gt;Disturbances have zero mean&amp;lt;/b&amp;gt;&lt;br /&gt;
**The mean distance between the predicted and actual values is zero.&lt;br /&gt;
*&amp;lt;b&amp;gt;Normality&amp;lt;/b&amp;gt;&lt;br /&gt;
**The errors are normally distributed with mean zero and variance σ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Austrian Criticisms==&lt;br /&gt;
&lt;br /&gt;
===Hans-Hermann Hoppe===&lt;br /&gt;
[[MisesWiki:Hoppe|Hans-Hermann Hoppe]] has criticized the widespread use of “mathematical and statistical techniques” and has specifically addressed issues arising from estimating parameters via linear regression analysis.  He points out that the way the estimated parameters are interpreted normally would require assumptions that are “inappropriate in the social sciences”.  The innocuous and fair interpretation of the estimated parameters would amount to nothing more than “historico-mathematical facts” with “no significance beyond the historical data with respect to which their values were determined”.&lt;br /&gt;
&lt;br /&gt;
His criticism of the inappropriate interpretation of linear regression centers around one fallacious assumption made by modern economists and econometricians: the constancy principle.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Constancy Principle – “the conviction that observable phenomena are in principle determined by causes which are constant and are time-invariant in the way in which they operate, and that in principle contingency plays no part in the way in which causes operate.”&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Roger Garrison===&lt;br /&gt;
[[MisesWiki:Roger_Garrison|Garrison]] points out that mathematics is unsuited for the task of identifying cause and effect relations.  In an article outlining problems with the mathematical/empirical methodology, he explains:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;“The relevant question is: What sort of language—music, mathematics, or, say, English—allows economists best to communicate their ideas? […] And in particular the answer turns—both for Mises and for modern mathematical economists—on whether or not causality in economics is a worthy concern. For Mises causality was the central concern. His methodological individualism has as its goal the establishment of a causal linking of individual actions to observed economic phenomena. The very title of Mises&#039;s magnum opus identifies his starting point. Human action is the root cause of all economic phenomena.”&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And, like Hoppe, Garrison describes what the innocuous, but appropriate, interpretation of regression analysis results should be and how mainstream econometricians simply do not stop there, but make further assumptions to make inappropriate conclusions and interpretations.&lt;br /&gt;
&lt;br /&gt;
“Systems of equations can be suitably employed to describe the consequences of human action, but such mathematical descriptions are inherently blind to notions of intentionality and causality.”&lt;br /&gt;
&lt;br /&gt;
He also sees a disconnect between what the textbooks &amp;lt;i&amp;gt;say&amp;lt;/i&amp;gt; and what the econometricians &amp;lt;i&amp;gt;do&amp;lt;/i&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;“All respectable texts on statistics and econometrics acknowledge that statistical inference can never identify cause and effect; they warn against interpreting correlation as causation.”&lt;br /&gt;
&lt;br /&gt;
But,&lt;br /&gt;
&lt;br /&gt;
“In recent years it has become acceptable within the economics profession to ignore all such acknowledgments and warnings and to make claims about cause and effect on the basis of empirical tests. For a hypothetical example, the claim that a rising interest rate causes the wage rate to fall may be supported by time-series analysis in which an inverse relationship between wage rates and lagged interest rates is demonstrated. The long-respected strictures against reading causality into statistical patterns are flouted. Empirical causality tests are increasingly common in the professional literature.”&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19386</id>
		<title>Econometrics</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19386"/>
		<updated>2012-06-19T15:40:41Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Econometrics is a major field in contemporary mainstream/[[Empiricism|empirical]] economic research.  It involves the use of statistical tools to analyze numerical data, estimate relationships between economic variables, and predict unobserved values of the given data based on the parameters estimated in the regression analysis.  &lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
The most basic, fundamental starting point of econometrics is linear regression by [http://en.wikipedia.org/wiki/Ordinary_least_squares Ordinary Least Squares] (OLS), in which econometricians estimate the slope(s) of a given linear mathematical function (called “regression analysis”) comprised of economic variables (both dependent and independent), represented by observed data points.  OLS is a tool for finding the “line of best fit” through a plotted data set, in which each entry in the given X data is paired with an entry in the Y data, i.e., the two are “observed” together.&lt;br /&gt;
&lt;br /&gt;
The linear regressions require at least one dependent variable (or “outcome variable” or “left-hand-side (LHS) variable”), at least one explanatory variable (or “independent variable” or “right-hand-side (RHS) variable”), an intercept term, and an error term.  These components are combined to make one equation showing y (dependent variable) as a function of x (explanatory variable):&lt;br /&gt;
&lt;br /&gt;
Y = α + βX + ε&lt;br /&gt;
&lt;br /&gt;
where α is the intercept, β is the slope, and ε is the error term (disturbance).&lt;br /&gt;
&lt;br /&gt;
[[File:Olsbasics.jpeg|550px]]&lt;br /&gt;
&lt;br /&gt;
The model can be expanded to include multiple explanatory variables, interaction terms (i.e., covarying explanatory variables explain the outcome variable), multiple dependent variables (panel models), time-series regression (observations over time, autoregressive (AR), moving average (MA), both (ARMA), vector autoregression (VAR), etc.), dummy variables (for variables with only two values, like yes/no, male/female, etc.), and many other considerations.  There are numerous estimation processes designed to deal with specific problems in the data (assumption violations) or to more correctly identify relationships between variables under different circumstances than those fitting for OLS.&lt;br /&gt;
===Least Squares===&lt;br /&gt;
Ordinary Least Squares, as implied by the name, seeks to minimize the sum of the squared residuals (squared distance between actual data points and the prediction (estimation) based on the linear relationship between the variables.  This process, given certain assumptions, yields statistically unbiased (best approximation of true relationship), consistent (estimates get closer to true relationship with an increasing number observations), and efficient (distance between actual and predicted values are smallest) estimates for the regression parameters.&lt;br /&gt;
&lt;br /&gt;
====Assumptions====&lt;br /&gt;
For OLS to achieve unbiasedness, consistency, and efficiency (among other characteristics), a few assumptions about the regression model must hold.  These are listed below with brief descriptions.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;b&amp;gt;Linearity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The regression model correctly describes the functional relationship between the given variables.  If the relationship is non-linear, some transformation (e.g., log, semilog, translog) of the data is necessary.  Other implications of this assumption are that the data represent the variables in the model (i.e., the econometrician knows what he or she is observing), and that the variables are indeed related to each other (&amp;quot;X causes Y&amp;quot;).&lt;br /&gt;
*&amp;lt;b&amp;gt;No multicollinearity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The explanatory variables aren&#039;t perfectly (or closely) correlated with each other.&lt;br /&gt;
*&amp;lt;b&amp;gt;Homoskedasticity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The variance of the errors are constant across all observations and the covariance between errors is zero (nonautocorrelation).&lt;br /&gt;
*&amp;lt;b&amp;gt;Exogeneity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The explanatory variables are not correlated with the error term.  There is no &amp;quot;feedback loop&amp;quot; of causation between the Y and X variables.&lt;br /&gt;
*&amp;lt;b&amp;gt;Disturbances have zero mean&amp;lt;/b&amp;gt;&lt;br /&gt;
**The mean distance between the predicted and actual values is zero.&lt;br /&gt;
*&amp;lt;b&amp;gt;Normality&amp;lt;/b&amp;gt;&lt;br /&gt;
**The errors are normally distributed with mean zero and variance σ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19385</id>
		<title>Econometrics</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19385"/>
		<updated>2012-06-19T15:29:11Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Econometrics is a major field in contemporary mainstream/empirical economic research.  It involves the use of statistical tools to analyze numerical data, estimate relationships between economic variables, and predict unobserved values of the given data based on the parameters estimated in the regression analysis.  &lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
The most basic, fundamental starting point of econometrics is linear regression by Ordinary Least Squares (OLS), in which econometricians estimate the slope(s) of a given linear mathematical function (called “regression analysis”) comprised of economic variables (both dependent and independent), represented by observed data points.  OLS is a tool for finding the “line of best fit” through a plotted data set, in which each entry in the given X data is paired with an entry in the Y data, i.e., the two are “observed” together.&lt;br /&gt;
&lt;br /&gt;
The linear regressions require at least one dependent variable (or “outcome variable” or “left-hand-side (LHS) variable”), at least one explanatory variable (or “independent variable” or “right-hand-side (RHS) variable”), an intercept term, and an error term.  These components are combined to make one equation showing y (dependent variable) as a function of x (explanatory variable):&lt;br /&gt;
&lt;br /&gt;
Y = α + βX + ε&lt;br /&gt;
&lt;br /&gt;
where α is the intercept, β is the slope, and ε is the error term (disturbance).&lt;br /&gt;
&lt;br /&gt;
[[File:Olsbasics.jpeg|550px]]&lt;br /&gt;
&lt;br /&gt;
The model can be expanded to include multiple explanatory variables, interaction terms (i.e., covarying explanatory variables explain the outcome variable), multiple dependent variables (panel models), time-series regression (observations over time, autoregressive (AR), moving average (MA), both (ARMA), vector autoregression (VAR), etc.), dummy variables (for variables with only two values, like yes/no, male/female, etc.), and many other considerations.  There are numerous estimation processes designed to deal with specific problems in the data (assumption violations) or to more correctly identify relationships between variables under different circumstances than those fitting for OLS.&lt;br /&gt;
===Least Squares===&lt;br /&gt;
Ordinary Least Squares, as implied by the name, seeks to minimize the sum of the squared residuals (squared distance between actual data points and the prediction (estimation) based on the linear relationship between the variables.  This process, given certain assumptions, yields statistically unbiased (best approximation of true relationship), consistent (estimates get closer to true relationship with an increasing number observations), and efficient (distance between actual and predicted values are smallest) estimates for the regression parameters.&lt;br /&gt;
&lt;br /&gt;
====Assumptions====&lt;br /&gt;
For OLS to achieve unbiasedness, consistency, and efficiency (among other characteristics), a few assumptions about the regression model must hold.  These are listed below with brief descriptions.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;b&amp;gt;Linearity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The regression model correctly describes the functional relationship between the given variables.  If the relationship is non-linear, some transformation (e.g., log, semilog, translog) of the data is necessary.  Other implications of this assumption are that the data represent the variables in the model (i.e., the econometrician knows what he or she is observing), and that the variables are indeed related to each other (&amp;quot;X causes Y&amp;quot;).&lt;br /&gt;
*&amp;lt;b&amp;gt;No multicollinearity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The explanatory variables aren&#039;t perfectly (or closely) correlated with each other.&lt;br /&gt;
*&amp;lt;b&amp;gt;Homoskedasticity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The variance of the errors are constant across all observations and the covariance between errors is zero (nonautocorrelation).&lt;br /&gt;
*&amp;lt;b&amp;gt;Exogeneity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The explanatory variables are not correlated with the error term.  There is no &amp;quot;feedback loop&amp;quot; of causation between the Y and X variables.&lt;br /&gt;
*&amp;lt;b&amp;gt;Disturbances have zero mean&amp;lt;/b&amp;gt;&lt;br /&gt;
**The mean distance between the predicted and actual values is zero.&lt;br /&gt;
*&amp;lt;b&amp;gt;Normality&amp;lt;/b&amp;gt;&lt;br /&gt;
**The errors are normally distributed with mean zero and variance σ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19384</id>
		<title>Econometrics</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19384"/>
		<updated>2012-06-19T15:14:30Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: /* Least Squares */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Econometrics is a major field in contemporary mainstream/empirical economic research.  It involves the use of statistical tools to analyze numerical data, estimate relationships between economic variables, and predict unobserved values of the given data based on the parameters estimated in the regression analysis.  &lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
The most basic, fundamental starting point of econometrics is linear regression by Ordinary Least Squares (OLS), in which econometricians estimate the slope(s) of a given linear mathematical function (called “regression analysis”) comprised of economic variables (both dependent and independent), represented by observed data points.  OLS is a tool for finding the “line of best fit” through a plotted data set, in which each entry in the given X data is paired with an entry in the Y data, i.e., the two are “observed” together.&lt;br /&gt;
&lt;br /&gt;
The linear regressions require at least one dependent variable (or “outcome variable” or “left-hand-side (LHS) variable”), at least one explanatory variable (or “independent variable” or “right-hand-side (RHS) variable”), an intercept term, and an error term.  These components are combined to make one equation showing y (dependent variable) as a function of x (explanatory variable):&lt;br /&gt;
&lt;br /&gt;
Y = α + βX + ε&lt;br /&gt;
&lt;br /&gt;
where α is the intercept, β is the slope, and ε is the error term (disturbance).&lt;br /&gt;
&lt;br /&gt;
[[File:Olsbasics.jpeg|550px]]&lt;br /&gt;
===Least Squares===&lt;br /&gt;
Ordinary Least Squares, as implied by the name, seeks to minimize the sum of the squared residuals (squared distance between actual data points and the prediction (estimation) based on the linear relationship between the variables.  This process, given certain assumptions, yields statistically unbiased (best approximation of true relationship), consistent (estimates get closer to true relationship with an increasing number observations), and efficient (distance between actual and predicted values are smallest) estimates for the regression parameters.&lt;br /&gt;
&lt;br /&gt;
====Assumptions====&lt;br /&gt;
For OLS to achieve unbiasedness, consistency, and efficiency (among other characteristics), a few assumptions about the regression model must hold.  These are listed below with brief descriptions.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;b&amp;gt;Linearity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The regression model correctly describes the functional relationship between the given variables.  If the relationship is non-linear, some transformation (e.g., log, semilog, translog) of the data is necessary.  Other implications of this assumption are that the data represent the variables in the model (i.e., the econometrician knows what he or she is observing), and that the variables are indeed related to each other (&amp;quot;X causes Y&amp;quot;).&lt;br /&gt;
*&amp;lt;b&amp;gt;No multicollinearity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The explanatory variables aren&#039;t perfectly (or closely) correlated with each other.&lt;br /&gt;
*&amp;lt;b&amp;gt;Homoskedasticity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The variance of the errors are constant across all observations and the covariance between errors is zero (nonautocorrelation).&lt;br /&gt;
*&amp;lt;b&amp;gt;Exogeneity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The explanatory variables are not correlated with the error term.  There is no &amp;quot;feedback loop&amp;quot; of causation between the Y and X variables.&lt;br /&gt;
*&amp;lt;b&amp;gt;Disturbances have zero mean&amp;lt;/b&amp;gt;&lt;br /&gt;
**The mean distance between the predicted and actual values is zero.&lt;br /&gt;
*&amp;lt;b&amp;gt;Normality&amp;lt;/b&amp;gt;&lt;br /&gt;
**The errors are normally distributed with mean zero and variance σ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19383</id>
		<title>Econometrics</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19383"/>
		<updated>2012-06-19T15:12:14Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: /* Least Squares */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Econometrics is a major field in contemporary mainstream/empirical economic research.  It involves the use of statistical tools to analyze numerical data, estimate relationships between economic variables, and predict unobserved values of the given data based on the parameters estimated in the regression analysis.  &lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
The most basic, fundamental starting point of econometrics is linear regression by Ordinary Least Squares (OLS), in which econometricians estimate the slope(s) of a given linear mathematical function (called “regression analysis”) comprised of economic variables (both dependent and independent), represented by observed data points.  OLS is a tool for finding the “line of best fit” through a plotted data set, in which each entry in the given X data is paired with an entry in the Y data, i.e., the two are “observed” together.&lt;br /&gt;
&lt;br /&gt;
The linear regressions require at least one dependent variable (or “outcome variable” or “left-hand-side (LHS) variable”), at least one explanatory variable (or “independent variable” or “right-hand-side (RHS) variable”), an intercept term, and an error term.  These components are combined to make one equation showing y (dependent variable) as a function of x (explanatory variable):&lt;br /&gt;
&lt;br /&gt;
Y = α + βX + ε&lt;br /&gt;
&lt;br /&gt;
where α is the intercept, β is the slope, and ε is the error term (disturbance).&lt;br /&gt;
&lt;br /&gt;
[[File:Olsbasics.jpeg|550px]]&lt;br /&gt;
===Least Squares===&lt;br /&gt;
Ordinary Least Squares, as implied by the name, seeks to minimize the sum of the squared residuals (squared distance between actual data points and the prediction (estimation) based on the linear relationship between the variables.  This process, given certain assumptions, yields statistically unbiased (best approximation of true relationship), consistent (estimates get closer to true relationship with increasing observations), and efficient (distance between actual and predicted values are smallest) estimates for the regression parameters.&lt;br /&gt;
&lt;br /&gt;
====Assumptions====&lt;br /&gt;
For OLS to achieve unbiasedness, consistency, and efficiency (among other characteristics), a few assumptions about the regression model must hold.  These are listed below with brief descriptions.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;b&amp;gt;Linearity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The regression model correctly describes the functional relationship between the given variables.  If the relationship is non-linear, some transformation (e.g., log, semilog, translog) of the data is necessary.  Other implications of this assumption are that the data represent the variables in the model (i.e., the econometrician knows what he or she is observing), and that the variables are indeed related to each other (&amp;quot;X causes Y&amp;quot;).&lt;br /&gt;
*&amp;lt;b&amp;gt;No multicollinearity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The explanatory variables aren&#039;t perfectly (or closely) correlated with each other.&lt;br /&gt;
*&amp;lt;b&amp;gt;Homoskedasticity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The variance of the errors are constant across all observations and the covariance between errors is zero (nonautocorrelation).&lt;br /&gt;
*&amp;lt;b&amp;gt;Exogeneity&amp;lt;/b&amp;gt;&lt;br /&gt;
**The explanatory variables are not correlated with the error term.  There is no &amp;quot;feedback loop&amp;quot; of causation between the Y and X variables.&lt;br /&gt;
*&amp;lt;b&amp;gt;Disturbances have zero mean&amp;lt;/b&amp;gt;&lt;br /&gt;
**The mean distance between the predicted and actual values is zero.&lt;br /&gt;
*&amp;lt;b&amp;gt;Normality&amp;lt;/b&amp;gt;&lt;br /&gt;
**The errors are normally distributed with mean zero and variance σ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19382</id>
		<title>Econometrics</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Econometrics&amp;diff=19382"/>
		<updated>2012-06-19T14:36:13Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: Created page with &amp;quot;Econometrics is a major field in contemporary mainstream/empirical economic research.  It involves the use of statistical tools to analyze numerical data, estimate relationshi...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Econometrics is a major field in contemporary mainstream/empirical economic research.  It involves the use of statistical tools to analyze numerical data, estimate relationships between economic variables, and predict unobserved values of the given data based on the parameters estimated in the regression analysis.  &lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
The most basic, fundamental starting point of econometrics is linear regression by Ordinary Least Squares (OLS), in which econometricians estimate the slope(s) of a given linear mathematical function (called “regression analysis”) comprised of economic variables (both dependent and independent), represented by observed data points.  OLS is a tool for finding the “line of best fit” through a plotted data set, in which each entry in the given X data is paired with an entry in the Y data, i.e., the two are “observed” together.&lt;br /&gt;
&lt;br /&gt;
The linear regressions require at least one dependent variable (or “outcome variable” or “left-hand-side (LHS) variable”), at least one explanatory variable (or “independent variable” or “right-hand-side (RHS) variable”), an intercept term, and an error term.  These components are combined to make one equation showing y (dependent variable) as a function of x (explanatory variable):&lt;br /&gt;
&lt;br /&gt;
Y = α + βX + ε&lt;br /&gt;
&lt;br /&gt;
where α is the intercept, β is the slope, and ε is the error term (disturbance).&lt;br /&gt;
&lt;br /&gt;
[[File:Olsbasics.jpeg|550px]]&lt;br /&gt;
===Least Squares===&lt;br /&gt;
Ordinary Least Squares, as implied by the name, seeks to minimize the sum of the squared errors (distance between actual data points and the prediction (estimation) based on the linear relationship between the variables.&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=File:Olsbasics.jpeg&amp;diff=19381</id>
		<title>File:Olsbasics.jpeg</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=File:Olsbasics.jpeg&amp;diff=19381"/>
		<updated>2012-06-19T14:31:03Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: Simple Google drawing of the components of linear regression, by Jonathan Newman. No &amp;quot;intellectual property&amp;quot; claimed or implied.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Simple Google drawing of the components of linear regression, by Jonathan Newman. No &amp;quot;intellectual property&amp;quot; claimed or implied.&lt;br /&gt;
== Licensing ==&lt;br /&gt;
{{Public domain}}&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Hayekian_triangle&amp;diff=7447</id>
		<title>Hayekian triangle</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Hayekian_triangle&amp;diff=7447"/>
		<updated>2010-11-16T00:33:17Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Hayekian triangle.jpg|right|thumb|Hayekian triangle|300px]]&lt;br /&gt;
The &#039;&#039;&#039;Hayekian triangle&#039;&#039;&#039; is a diagram first presented in [[Friedrich Hayek]]&#039;s &#039;&#039;[[Prices and Production]]&#039;&#039; (1935) &amp;lt;ref&amp;gt;F. A. Hayek. [http://www.mises.org/books/pricesproduction.pdf &amp;quot;Prices and Production&amp;quot;] View page 39 for Hayek&#039;s presentation and exposition of the triangle.&amp;lt;/ref&amp;gt; that organizes all spending in an [[economy]] in the shape of a triangle.  It depicts [[production]] in stages, early (higher-order) to late (lower-order), ending with the final consumer good.  [[Time]] is a significant factor and is represented vertically.  In more recent replications and uses, the triangle has been turned 90 degrees counter-clockwise, so that time is represented horizontally, left to right.&amp;lt;ref&amp;gt;Roger Garrison. [http://www.auburn.edu/~garriro/cbm.htm &amp;quot;Chapter 9: The Austrian School: Capital-Based Macroeconomics&amp;quot;]&amp;lt;/ref&amp;gt;  This helps when juxtaposing the triangle&#039;s concept with other relevant diagrams, especially a production possibilities frontier of societal consumption and investment.&lt;br /&gt;
&lt;br /&gt;
Early stages of production include the very first processes involved in producing a good, such as mining, harvesting, and other ways to collect natural resources.  Late stages include the &amp;quot;final touches&amp;quot;, distribution, and putting the item on the shelf for sale, so to speak.  The very bottom (or rightmost, depending on how the triangle is oriented) depicts consumption, or money spent on consumer goods.&lt;br /&gt;
&lt;br /&gt;
The shape and size of the triangle depends on how an economy allocates resources in consumption and investment.  Here, interest rates are key.  If a society decreases current consumption and saves more, real interest rates are lowered.  With lower interest rates, entrepreneurs have more incentive to invest in earlier stages of production for two reasons: (1) consumers are spending less on retail goods, and (2) lower interest rates mean entrepreneurs can borrow more money, cheaper, for investment.  This causes Hayek&#039;s triangle to expand vertically and become more narrow (in the original orientation), with the earlier stages receiving more funding and with less spending on the lowest-order goods.  This primes the economy for even more opportunities for consumption in the future than was possible without the initial decrease in consumption that began the whole process.  When this happens, the whole triangle becomes larger, with more opportunity to invest in production &#039;&#039;and&#039;&#039; spend on final goods.&lt;br /&gt;
&lt;br /&gt;
If, however, the &#039;&#039;opposite&#039;&#039; occurs, and consumers increase spending on the final, lower-order goods, and society saves &#039;&#039;less&#039;&#039;, then interest rates are increased and less investment occurs in the earlier stages of production.  This causes the triangle to become shorter and fatter, with less resources going toward production and more resources going toward consumption.  A society that engages in this tradeoff sacrifices current investment and future consumption.&lt;br /&gt;
&lt;br /&gt;
The triangle is distorted when interest rates are controlled by a central bank.  A central bank can put downward pressure on interest rates by increasing the money supply whether or not society is saving more and consuming less.  When this happens, the triangle loses its straight hypotenuse.  Early stages of production expand, making the diagram taller, and the bottom of the diagram (consumption) also increases in size.  This distortion in the economy is represented by a distorted hypotenuse (usually depicted as bowing inward), instead of an overall increase in the size of the triangle.  This major societal malinvestment eventually causes the whole triangle to shrink, because resources were not being allocated through a real, market-dictated interest rate and society as a whole is now less able to save and less able to spend.  This is, in essence, the basis of [[Austrian Business Cycle Theory]].  The Hayekian triangle therefore helps depict the main components of ABCT.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Economic concepts]]&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=File:Hayekian_triangle.jpg&amp;diff=7439</id>
		<title>File:Hayekian triangle.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=File:Hayekian_triangle.jpg&amp;diff=7439"/>
		<updated>2010-11-16T00:16:05Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: /* Summary */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Hayekian triangle depicting the early to late stages of production.&lt;br /&gt;
Recreated by Jonathan Newman.  He neither claims nor assumes any intellectual &amp;quot;property&amp;quot; associated with this image.&lt;br /&gt;
&lt;br /&gt;
== Licensing ==&lt;br /&gt;
{{Other license}}&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Hayekian_triangle&amp;diff=7446</id>
		<title>Hayekian triangle</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Hayekian_triangle&amp;diff=7446"/>
		<updated>2010-11-16T00:12:47Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Hayekian triangle.jpg|right|thumb|Hayekian triangle|300px]]&lt;br /&gt;
The &#039;&#039;&#039;Hayekian triangle&#039;&#039;&#039; is a diagram first presented in [[Friedrich Hayek]]&#039;s &#039;&#039;[[Prices and Production]]&#039;&#039; (1935) &amp;lt;ref&amp;gt;F. A. Hayek. [http://www.mises.org/books/pricesproduction.pdf &amp;quot;Prices and Production&amp;quot;] View page 39 for Hayek&#039;s presentation and exposition of the triangle.&amp;lt;/ref&amp;gt; that organizes all spending in an [[economy]] in the shape of a triangle.  It depicts [[production]] in stages, early (higher-order) to late (lower-order), ending with the final consumer good.  [[Time]] is a significant factor and is represented vertically.  In more recent replications and uses, the triangle has been turned 90 degrees counter-clockwise, so that time is represented horizontally, left to right.&amp;lt;ref&amp;gt;Roger Garrison. [http://www.auburn.edu/~garriro/cbm.htm &amp;quot;Chapter 9: The Austrian School: Capital-Based Macroeconomics&amp;quot;]&amp;lt;/ref&amp;gt;  This helps when juxtaposing the triangle&#039;s concept with other relevant diagrams, especially a production possibilities frontier of societal consumption and investment.&lt;br /&gt;
&lt;br /&gt;
Early stages of production include the very first processes involved in producing a good, such as mining, harvesting, and other ways to collect natural resources.  Late stages include the &amp;quot;final touches&amp;quot;, distribution, and putting the item on the shelf for sale, so to speak.  The very bottom (or rightmost, depending on how the triangle is oriented) depicts consumption, or money spent on consumer goods.&lt;br /&gt;
&lt;br /&gt;
The shape and size of the triangle depends on how an economy allocates resources in consumption and investment.  Here, interest rates are key.  If a society decreases current consumption and saves more, real interest rates are lowered.  With lower interest rates, entrepreneurs have more incentive to invest in earlier stages of production for two reasons: (1) consumers are spending less on retail goods, and (2) lower interest rates mean entrepreneurs can borrow more money, cheaper, for investment.  This causes Hayek&#039;s triangle to expand vertically and become more narrow (in the original orientation), with the earlier stages receiving more funding and with less spending on the lowest-order goods.  This primes the economy for even more opportunities for consumption in the future than was possible without the initial decrease in consumption that began the whole process.  When this happens, the whole triangle becomes larger, with more opportunity to invest in production &#039;&#039;and&#039;&#039; spend on final goods.&lt;br /&gt;
&lt;br /&gt;
If, however, the &#039;&#039;opposite&#039;&#039; occurs, and consumers increase spending on the final, lower-order goods, and society saves &#039;&#039;less&#039;&#039;, then interest rates are increased and less investment occurs in the earlier stages of production.  This causes the triangle to become shorter and fatter, with less resources going toward production and more resources going toward consumption.  A society that engages in this tradeoff sacrifices current investment and future consumption.&lt;br /&gt;
&lt;br /&gt;
The triangle is distorted when interest rates are controlled by a central bank.  A central bank can put downward pressure on interest rates by increasing the money supply whether or not society is saving more and consuming less.  When this happens, the triangle loses its straight hypotenuse.  Early stages of production expand, making the diagram taller, and the bottom of the diagram (consumption) also increases in size.  This distortion in the economy is represented by a distorted hypotenuse (usually depicted as bowing inward), instead of an overall increase in the size of the triangle.  This major societal malinvestment eventually causes the whole triangle to shrink, because resources were not being allocated through a real, market-dictated interest rate and society as a whole is now less able to save and less able to spend.  This is, in essence, the basis of [[Austrian Business Cycle Theory]].  The Hayekian triangle therefore helps depict the main components of ABCT.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Economic concepts]]&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Hayekian_triangle&amp;diff=7445</id>
		<title>Hayekian triangle</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Hayekian_triangle&amp;diff=7445"/>
		<updated>2010-11-16T00:12:06Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Hayekian triangle.jpg|right|thumb|Hayekian triangle|300px]]&lt;br /&gt;
The &#039;&#039;&#039;Hayekian triangle&#039;&#039;&#039; is a diagram first presented in [[Friedrich Hayek]]&#039;s &#039;&#039;[[Prices and Production]]&#039;&#039; (1935) &amp;lt;ref&amp;gt;F. A. Hayek. [mises.org/books/pricesproduction.pdf &amp;quot;Prices and Production&amp;quot;] View page 39 for Hayek&#039;s presentation and exposition of the triangle.&amp;lt;/ref&amp;gt; that organizes all spending in an [[economy]] in the shape of a triangle.  It depicts [[production]] in stages, early (higher-order) to late (lower-order), ending with the final consumer good.  [[Time]] is a significant factor and is represented vertically.  In more recent replications and uses, the triangle has been turned 90 degrees counter-clockwise, so that time is represented horizontally, left to right.&amp;lt;ref&amp;gt;Roger Garrison. [http://www.auburn.edu/~garriro/cbm.htm &amp;quot;Chapter 9: The Austrian School: Capital-Based Macroeconomics&amp;quot;]&amp;lt;/ref&amp;gt;  This helps when juxtaposing the triangle&#039;s concept with other relevant diagrams, especially a production possibilities frontier of societal consumption and investment.&lt;br /&gt;
&lt;br /&gt;
Early stages of production include the very first processes involved in producing a good, such as mining, harvesting, and other ways to collect natural resources.  Late stages include the &amp;quot;final touches&amp;quot;, distribution, and putting the item on the shelf for sale, so to speak.  The very bottom (or rightmost, depending on how the triangle is oriented) depicts consumption, or money spent on consumer goods.&lt;br /&gt;
&lt;br /&gt;
The shape and size of the triangle depends on how an economy allocates resources in consumption and investment.  Here, interest rates are key.  If a society decreases current consumption and saves more, real interest rates are lowered.  With lower interest rates, entrepreneurs have more incentive to invest in earlier stages of production for two reasons: (1) consumers are spending less on retail goods, and (2) lower interest rates mean entrepreneurs can borrow more money, cheaper, for investment.  This causes Hayek&#039;s triangle to expand vertically and become more narrow (in the original orientation), with the earlier stages receiving more funding and with less spending on the lowest-order goods.  This primes the economy for even more opportunities for consumption in the future than was possible without the initial decrease in consumption that began the whole process.  When this happens, the whole triangle becomes larger, with more opportunity to invest in production &#039;&#039;and&#039;&#039; spend on final goods.&lt;br /&gt;
&lt;br /&gt;
If, however, the &#039;&#039;opposite&#039;&#039; occurs, and consumers increase spending on the final, lower-order goods, and society saves &#039;&#039;less&#039;&#039;, then interest rates are increased and less investment occurs in the earlier stages of production.  This causes the triangle to become shorter and fatter, with less resources going toward production and more resources going toward consumption.  A society that engages in this tradeoff sacrifices current investment and future consumption.&lt;br /&gt;
&lt;br /&gt;
The triangle is distorted when interest rates are controlled by a central bank.  A central bank can put downward pressure on interest rates by increasing the money supply whether or not society is saving more and consuming less.  When this happens, the triangle loses its straight hypotenuse.  Early stages of production expand, making the diagram taller, and the bottom of the diagram (consumption) also increases in size.  This distortion in the economy is represented by a distorted hypotenuse (usually depicted as bowing inward), instead of an overall increase in the size of the triangle.  This major societal malinvestment eventually causes the whole triangle to shrink, because resources were not being allocated through a real, market-dictated interest rate and society as a whole is now less able to save and less able to spend.  This is, in essence, the basis of [[Austrian Business Cycle Theory]].  The Hayekian triangle therefore helps depict the main components of ABCT.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Economic concepts]]&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Hayekian_triangle&amp;diff=7444</id>
		<title>Hayekian triangle</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Hayekian_triangle&amp;diff=7444"/>
		<updated>2010-11-15T23:54:24Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Hayekian triangle.jpg|right|thumb|Hayekian triangle|300px]]&lt;br /&gt;
The &#039;&#039;&#039;Hayekian triangle&#039;&#039;&#039; is a diagram first presented in [[Friedrich Hayek]]&#039;s &#039;&#039;[[Prices and Production]]&#039;&#039; (1935) that organizes all spending in an [[economy]] in the shape of a triangle.  It depicts [[production]] in stages, early (higher-order) to late (lower-order), ending with the final consumer good.  [[Time]] is a significant factor and is represented vertically.  In more recent replications and uses, the triangle has been turned 90 degrees counter-clockwise, so that time is represented horizontally, left to right.&amp;lt;ref&amp;gt;Roger Garrison. [http://www.auburn.edu/~garriro/cbm.htm &amp;quot;Chapter 9: The Austrian School: Capital-Based Macroeconomics&amp;quot;]&amp;lt;/ref&amp;gt;  This helps when juxtaposing the triangle&#039;s concept with other relevant diagrams, especially a production possibilities frontier of societal consumption and investment.&lt;br /&gt;
&lt;br /&gt;
Early stages of production include the very first processes involved in producing a good, such as mining, harvesting, and other ways to collect natural resources.  Late stages include the &amp;quot;final touches&amp;quot;, distribution, and putting the item on the shelf for sale, so to speak.  The very bottom (or rightmost, depending on how the triangle is oriented) depicts consumption, or money spent on consumer goods.&lt;br /&gt;
&lt;br /&gt;
The shape and size of the triangle depends on how an economy allocates resources in consumption and investment.  Here, interest rates are key.  If a society decreases current consumption and saves more, real interest rates are lowered.  With lower interest rates, entrepreneurs have more incentive to invest in earlier stages of production for two reasons: (1) consumers are spending less on retail goods, and (2) lower interest rates mean entrepreneurs can borrow more money, cheaper, for investment.  This causes Hayek&#039;s triangle to expand vertically and become more narrow (in the original orientation), with the earlier stages receiving more funding and with less spending on the lowest-order goods.  This primes the economy for even more opportunities for consumption in the future than was possible without the initial decrease in consumption that began the whole process.  When this happens, the whole triangle becomes larger, with more opportunity to invest in production &#039;&#039;and&#039;&#039; spend on final goods.&lt;br /&gt;
&lt;br /&gt;
If, however, the &#039;&#039;opposite&#039;&#039; occurs, and consumers increase spending on the final, lower-order goods, and society saves &#039;&#039;less&#039;&#039;, then interest rates are increased and less investment occurs in the earlier stages of production.  This causes the triangle to become shorter and fatter, with less resources going toward production and more resources going toward consumption.  A society that engages in this tradeoff sacrifices current investment and future consumption.&lt;br /&gt;
&lt;br /&gt;
The triangle is distorted when interest rates are controlled by a central bank.  A central bank can put downward pressure on interest rates by increasing the money supply whether or not society is saving more and consuming less.  When this happens, the triangle loses its straight hypotenuse.  Early stages of production expand, making the diagram taller, and the bottom of the diagram (consumption) also increases in size.  This distortion in the economy is represented by a distorted hypotenuse (usually depicted as bowing inward), instead of an overall increase in the size of the triangle.  This major societal malinvestment eventually causes the whole triangle to shrink, because resources were not being allocated through a real, market-dictated interest rate and society as a whole is now less able to save and less able to spend.  This is, in essence, the basis of [[Austrian Business Cycle Theory]].  The Hayekian triangle therefore helps depict the main components of ABCT.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Economic concepts]]&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Austrian_Economics_Wiki:Sandbox&amp;diff=5896</id>
		<title>Austrian Economics Wiki:Sandbox</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Austrian_Economics_Wiki:Sandbox&amp;diff=5896"/>
		<updated>2010-11-15T23:51:49Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Please do not edit this line}}&lt;br /&gt;
&lt;br /&gt;
== The Strange Case of Doctor Malthusian ==&lt;br /&gt;
&lt;br /&gt;
This is how to make a reference. &amp;lt;ref&amp;gt;Reference. [http://www.example.com &amp;quot;Link&amp;quot;] Extra info about the source.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Bold text&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Italic text&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
[[Internal link]] &lt;br /&gt;
&lt;br /&gt;
[http://www.example.com External link]&lt;br /&gt;
&lt;br /&gt;
*Bulleted&lt;br /&gt;
*List&lt;br /&gt;
&lt;br /&gt;
[[File:Frédéric Bastiat.jpg|100px]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Austrian_Economics_Wiki:Sandbox&amp;diff=5895</id>
		<title>Austrian Economics Wiki:Sandbox</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Austrian_Economics_Wiki:Sandbox&amp;diff=5895"/>
		<updated>2010-11-15T23:50:51Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Please do not edit this line}}&lt;br /&gt;
&lt;br /&gt;
== The Strange Case of Doctor Malthusian ==&lt;br /&gt;
&lt;br /&gt;
This is how to make a reference. &amp;lt;ref name=&amp;quot;reference&amp;quot;&amp;gt;Reference. [http://www.example.com &amp;quot;Link&amp;quot;] Extra info about the source.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Bold text&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Italic text&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
[[Internal link]] &lt;br /&gt;
&lt;br /&gt;
[http://www.example.com External link]&lt;br /&gt;
&lt;br /&gt;
*Bulleted&lt;br /&gt;
*List&lt;br /&gt;
&lt;br /&gt;
[[File:Frédéric Bastiat.jpg|100px]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Hayekian_triangle&amp;diff=7443</id>
		<title>Hayekian triangle</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Hayekian_triangle&amp;diff=7443"/>
		<updated>2010-11-15T22:41:15Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Hayekian triangle.jpg|right|thumb|Hayekian triangle|300px]]&lt;br /&gt;
The &#039;&#039;&#039;Hayekian triangle&#039;&#039;&#039; is a diagram first presented in [[Friedrich Hayek]]&#039;s &#039;&#039;[[Prices and Production]]&#039;&#039; (1935) that organizes all spending in an [[economy]] in the shape of a triangle.  It depicts [[production]] in stages, early (higher-order) to late (lower-order), ending with the final consumer good.  [[Time]] is a significant factor and is represented vertically.  In more recent replications and uses, the triangle has been turned 90 degrees counter-clockwise, so that time is represented horizontally, left to right.  This helps when juxtaposing the triangle&#039;s concept with other relevant diagrams, especially a production possibilities frontier of societal consumption and investment.&lt;br /&gt;
&lt;br /&gt;
Early stages of production include the very first processes involved in producing a good, such as mining, harvesting, and other ways to collect natural resources.  Late stages include the &amp;quot;final touches&amp;quot;, distribution, and putting the item on the shelf for sale, so to speak.  The very bottom (or rightmost, depending on how the triangle is oriented) depicts consumption, or money spent on consumer goods.&lt;br /&gt;
&lt;br /&gt;
The shape and size of the triangle depends on how an economy allocates resources in consumption and investment.  Here, interest rates are key.  If a society decreases current consumption and saves more, real interest rates are lowered.  With lower interest rates, entrepreneurs have more incentive to invest in earlier stages of production for two reasons: (1) consumers are spending less on retail goods, and (2) lower interest rates mean entrepreneurs can borrow more money, cheaper, for investment.  This causes Hayek&#039;s triangle to expand vertically and become more narrow (in the original orientation), with the earlier stages receiving more funding and with less spending on the lowest-order goods.  This primes the economy for even more opportunities for consumption in the future than was possible without the initial decrease in consumption that began the whole process.  When this happens, the whole triangle becomes larger, with more opportunity to invest in production &#039;&#039;and&#039;&#039; spend on final goods.&lt;br /&gt;
&lt;br /&gt;
If, however, the &#039;&#039;opposite&#039;&#039; occurs, and consumers increase spending on the final, lower-order goods, and society saves &#039;&#039;less&#039;&#039;, then interest rates are increased and less investment occurs in the earlier stages of production.  This causes the triangle to become shorter and fatter, with less resources going toward production and more resources going toward consumption.  A society that engages in this tradeoff sacrifices current investment and future consumption.&lt;br /&gt;
&lt;br /&gt;
The triangle is distorted when interest rates are controlled by a central bank.  A central bank can put downward pressure on interest rates by increasing the money supply whether or not society is saving more and consuming less.  When this happens, the triangle loses its straight hypotenuse.  Early stages of production expand, making the diagram taller, and the bottom of the diagram (consumption) also increases in size.  This distortion in the economy is represented by a distorted hypotenuse (usually depicted as bowing inward), instead of an overall increase in the size of the triangle.  This major societal malinvestment eventually causes the whole triangle to shrink, because resources were not being allocated through a real, market-dictated interest rate and society as a whole is now less able to save and less able to spend.  This is, in essence, the basis of [[Austrian Business Cycle Theory]].  The Hayekian triangle therefore helps depict the main components of ABCT.&lt;br /&gt;
&lt;br /&gt;
[[Category:Economic concepts]]&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Template:New_articles&amp;diff=5731</id>
		<title>Template:New articles</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Template:New_articles&amp;diff=5731"/>
		<updated>2010-11-15T20:47:29Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
Add new texts to the top of the list below.  Include a bit of interesting information from the article.&lt;br /&gt;
&lt;br /&gt;
Remove items as required to keep the main page balanced.&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
*The &#039;&#039;&#039;[[Hayekian triangle]]&#039;&#039;&#039; is a depiction of all spending in an economy, specifically showing the time-structure of production and consumption.&lt;br /&gt;
*&#039;&#039;&#039;[[Stefan Molyneux]]&#039;&#039;&#039; is a Canadian philosopher, blogger, essayist, author, and host of the Freedomain Radio series of podcasts, living in Mississauga, Canada.&lt;br /&gt;
*&#039;&#039;&#039;[[Bitcoin]]&#039;&#039;&#039; is an open source peer-to-peer electronic cash system with no central server or trusted parties. Users hold the cryptographic keys to their own money and transact directly with each other, with the help of the network to check for double-spending.&lt;br /&gt;
*&#039;&#039;&#039;[[Intellectual property]]&#039;&#039;&#039; is [[property]] in [[ideas]] or patterns.  Intellectual property laws are a grant of [[legal privilege]] to originators of ideas, giving them a legal [[right]] to initiate [[force]] against anyone making use of the idea without the permission.&lt;br /&gt;
*&#039;&#039;&#039;&#039;[[Regime uncertainty]]&#039;&#039;&#039;&#039; is a factor behind the continuing drag on economic growth in the United States. &lt;br /&gt;
*The &#039;&#039;&#039;&#039;&#039;[[Quarterly Journal of Austrian Economics]]&#039;&#039;&#039;&#039;&#039;&#039;s mission is &amp;quot;to promote the development and extension of Austrian economics and to promote the analysis of contemporary issues in the mainstream of economics from an Austrian perspective.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- *** DON&#039;T edit below this line. ***&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&amp;lt;div align=&amp;quot;center&amp;quot; class=&amp;quot;plainlinks&amp;quot; style=&amp;quot;margin: 0.5em auto 0.25; text-align: right; font-size: 92%;&amp;quot;&amp;gt;[http://wiki.mises.org/mediawiki/index.php?title=Template:New_articles&amp;amp;action=edit Add a new article to this box] – [[Special:NewPages|More new articles]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Main Page]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Template:New_articles&amp;diff=5730</id>
		<title>Template:New articles</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Template:New_articles&amp;diff=5730"/>
		<updated>2010-11-15T20:46:58Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
Add new texts to the top of the list below.  Include a bit of interesting information from the article.&lt;br /&gt;
&lt;br /&gt;
Remove items as required to keep the main page balanced.&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
*The &#039;&#039;&#039;[[Hayekian triangle]]&#039;&#039;&#039; is a depiction of all spending in an economy, specifically the time-structure of production and consumption.&lt;br /&gt;
*&#039;&#039;&#039;[[Stefan Molyneux]]&#039;&#039;&#039; is a Canadian philosopher, blogger, essayist, author, and host of the Freedomain Radio series of podcasts, living in Mississauga, Canada.&lt;br /&gt;
*&#039;&#039;&#039;[[Bitcoin]]&#039;&#039;&#039; is an open source peer-to-peer electronic cash system with no central server or trusted parties. Users hold the cryptographic keys to their own money and transact directly with each other, with the help of the network to check for double-spending.&lt;br /&gt;
*&#039;&#039;&#039;[[Intellectual property]]&#039;&#039;&#039; is [[property]] in [[ideas]] or patterns.  Intellectual property laws are a grant of [[legal privilege]] to originators of ideas, giving them a legal [[right]] to initiate [[force]] against anyone making use of the idea without the permission.&lt;br /&gt;
*&#039;&#039;&#039;&#039;[[Regime uncertainty]]&#039;&#039;&#039;&#039; is a factor behind the continuing drag on economic growth in the United States. &lt;br /&gt;
*The &#039;&#039;&#039;&#039;&#039;[[Quarterly Journal of Austrian Economics]]&#039;&#039;&#039;&#039;&#039;&#039;s mission is &amp;quot;to promote the development and extension of Austrian economics and to promote the analysis of contemporary issues in the mainstream of economics from an Austrian perspective.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- *** DON&#039;T edit below this line. ***&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&amp;lt;div align=&amp;quot;center&amp;quot; class=&amp;quot;plainlinks&amp;quot; style=&amp;quot;margin: 0.5em auto 0.25; text-align: right; font-size: 92%;&amp;quot;&amp;gt;[http://wiki.mises.org/mediawiki/index.php?title=Template:New_articles&amp;amp;action=edit Add a new article to this box] – [[Special:NewPages|More new articles]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Main Page]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Template:New_articles&amp;diff=5729</id>
		<title>Template:New articles</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Template:New_articles&amp;diff=5729"/>
		<updated>2010-11-15T20:45:15Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
Add new texts to the top of the list below.  Include a bit of interesting information from the article.&lt;br /&gt;
&lt;br /&gt;
Remove items as required to keep the main page balanced.&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;[[Stefan Molyneux]]&#039;&#039;&#039; is a Canadian philosopher, blogger, essayist, author, and host of the Freedomain Radio series of podcasts, living in Mississauga, Canada.&lt;br /&gt;
*&#039;&#039;&#039;[[Bitcoin]]&#039;&#039;&#039; is an open source peer-to-peer electronic cash system with no central server or trusted parties. Users hold the cryptographic keys to their own money and transact directly with each other, with the help of the network to check for double-spending.&lt;br /&gt;
*&#039;&#039;&#039;[[Intellectual property]]&#039;&#039;&#039; is [[property]] in [[ideas]] or patterns.  Intellectual property laws are a grant of [[legal privilege]] to originators of ideas, giving them a legal [[right]] to initiate [[force]] against anyone making use of the idea without the permission.&lt;br /&gt;
*&#039;&#039;&#039;&#039;[[Regime uncertainty]]&#039;&#039;&#039;&#039; is a factor behind the continuing drag on economic growth in the United States. &lt;br /&gt;
*The &#039;&#039;&#039;&#039;&#039;[[Quarterly Journal of Austrian Economics]]&#039;&#039;&#039;&#039;&#039;&#039;s mission is &amp;quot;to promote the development and extension of Austrian economics and to promote the analysis of contemporary issues in the mainstream of economics from an Austrian perspective.&amp;quot;&lt;br /&gt;
*The &#039;&#039;&#039;[[Hayekian triangle]]&#039;&#039;&#039; is a depiction of all spending in an economy, specifically the time-structure of production and consumption.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- *** DON&#039;T edit below this line. ***&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&amp;lt;div align=&amp;quot;center&amp;quot; class=&amp;quot;plainlinks&amp;quot; style=&amp;quot;margin: 0.5em auto 0.25; text-align: right; font-size: 92%;&amp;quot;&amp;gt;[http://wiki.mises.org/mediawiki/index.php?title=Template:New_articles&amp;amp;action=edit Add a new article to this box] – [[Special:NewPages|More new articles]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Main Page]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=User:Jrnewman&amp;diff=7451</id>
		<title>User:Jrnewman</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=User:Jrnewman&amp;diff=7451"/>
		<updated>2010-11-15T20:41:32Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: Created page with &amp;quot;Jonathan Newman  Undergraduate economics student at Auburn University.  Attended Mises University 2009.  B.A. from Samford University (Birmingham, AL) in Psychology and Communica...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Jonathan Newman&lt;br /&gt;
&lt;br /&gt;
Undergraduate economics student at Auburn University.  Attended Mises University 2009.&lt;br /&gt;
&lt;br /&gt;
B.A. from Samford University (Birmingham, AL) in Psychology and Communication Studies (double major), Spanish minor.&lt;br /&gt;
&lt;br /&gt;
jrnewma1@gmail.com&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=Hayekian_triangle&amp;diff=7441</id>
		<title>Hayekian triangle</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=Hayekian_triangle&amp;diff=7441"/>
		<updated>2010-11-15T20:36:45Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: Page creation - Jonathan Newman&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Hayekian triangle ==&lt;br /&gt;
&lt;br /&gt;
First presented in [[Friedrich Hayek]]&#039;s [[Prices and Production]] (1935), the diagram organizes all spending in an [[economy]] in the shape of a triangle.  It depicts [[production]] in stages, early (higher-order) to late (lower-order), ending with the final consumer good.  [[Time]] is a significant factor and is represented vertically.  In more recent replications and uses, the triangle has been turned 90 degrees counter-clockwise, so that time is represented horizontally, left to right.  This helps when juxtaposing the triangle&#039;s concept with other relevant diagrams, especially a production possibilities frontier of societal consumption and investment.&lt;br /&gt;
&lt;br /&gt;
Early stages of production include the very first processes involved in producing a good, such as mining, harvesting, and other ways to collect natural resources.  Late stages include the &amp;quot;final touches&amp;quot;, distribution, and putting the item on the shelf for sale, so to speak.  The very bottom (or rightmost, depending on how the triangle is oriented) depicts consumption, or money spent on consumer goods.&lt;br /&gt;
&lt;br /&gt;
The shape and size of the triangle depends on how an economy allocates resources in consumption and investment.  Here, interest rates are key.  If a society decreases current consumption and decides to save more, real interest rates are lowered.  With lower interest rates, entrepreneurs have more incentive to invest in earlier stages of production for two reasons: (1) consumers are spending less on retail goods, and (2) lower interest rates mean entrepreneurs can borrow more money, cheaper, for investment.  This causes Hayek&#039;s triangle to expand vertically and become more narrow (in the original orientation), with the earlier stages receiving more funding and with less spending on the lowest-order goods.  This primes the economy for even more opportunities for consumption in the future than was possible without the initial decrease in consumption that began the whole process.  When this happens, the whole triangle becomes larger, with more opportunity to invest in production &#039;&#039;and&#039;&#039; spend on final goods.&lt;br /&gt;
&lt;br /&gt;
If, however, the &#039;&#039;opposite&#039;&#039; occurs, and consumers increase spending on the final, lower-order goods, and society saves &#039;&#039;less&#039;&#039;, then interest rates are increased and less investment occurs in the earlier stages of production.  This causes the triangle to become shorter and fatter, with less resources going toward production and more resources going toward consumption.  A society that engages in this tradeoff sacrifices current investment and future consumption.&lt;br /&gt;
&lt;br /&gt;
The triangle is distorted when interest rates are controlled by a central bank.  A central bank can put downward pressure on interest rates by increasing the money supply whether or not society is saving more and consuming less.  When this happens, the triangle loses its straight hypotenuse.  Early stages of production expand, making the diagram taller, and the bottom of the diagram (consumption) also increases in size.  This distortion in the economy is represented by a distorted hypotenuse (usually depicted as bowing inward), instead of an overall increase in the size of the triangle.  This major societal malinvestment eventually causes the whole triangle to shrink, because resources were not being allocated through a real, market-dictated interest rate and society as a whole is now less able to save and less able to spend.  This is, in essence, the basis of Austrian Business Cycle Theory.  The Hayekian triangle therefore helps depict the main components of ABCT.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Hayekian triangle.jpg]]&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
	<entry>
		<id>https://wiki.freecapitalists.org/index.php?title=File:Hayekian_triangle.jpg&amp;diff=7438</id>
		<title>File:Hayekian triangle.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.freecapitalists.org/index.php?title=File:Hayekian_triangle.jpg&amp;diff=7438"/>
		<updated>2010-11-15T19:31:58Z</updated>

		<summary type="html">&lt;p&gt;Jrnewman: Hayekian triangle depicting the early to late stages of production.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Hayekian triangle depicting the early to late stages of production.&lt;br /&gt;
== Licensing ==&lt;br /&gt;
{{Other license}}&lt;/div&gt;</summary>
		<author><name>Jrnewman</name></author>
	</entry>
</feed>