Saturday, May 06, 2017

Distribution of Maximum Rate of Profits in Simulation

Figure 1: Blowup of Distribution of Maximum Rate of Profits

This post extends the results from my last post. I think of the results presented here as providing information about the implementation of my simulation. I do not claim any implications about actually existing economies. I did not have any definite anticipations about what I would see. I suppose it could be of interest to regenerate these results where coefficients of production are randomly generated from some non-uniform distribution.

I continue to use a capability to generate a random economy, where such an economy is characterized by a single technique. A technique is specified by a row vector of labor coefficients and a corresponding square Leontief input-output matrix. The labor coefficients are randomly generated from a uniform distribution on (0.0, 1.0]. Each coefficient in the Leontief input-output matrix is randomly generated from a uniform distribution on [0.0, 1.0). The random number generator is as provided by the class java.util.Random, in the Java programming language. I am running Java version 1.8.

Each random economy is tested for viability. Non-viable economies are discarded. Table 1 shows how many economies needed to be generated, given the number of produced commodities, to end up with a sample size of 300 viable economies. The maximum rate of profits is calculated for each viable economy. The maximum rate of profits occurs when the wage is zero, and the workers live on air. Thus, labor coefficients do not matter for the calculation of the maximum rate of profits.

Table 1: Number of Simulated Economies
Seed for
Random
Generator
Number of
Commodities
Number of
Economies
368,424,2342610
345,65736,124
4,566,8434826,471
547,5275> 231 - 1

I looked at the distribution of the maximum rate of profits, calculated as a percentage, in several ways. Figure 2 presents four histograms, superimposed on one another. Figure 1 expands the left tails of these histograms. I suppose Figure 2 is somewhat easier to make sense of than Figure 1, when you click on the image. Maybe the statistics in Tables 2 and 3 are clearer. One can see, for example, in random economies in which two commodities are produced, the mean of the maximum rate of profits is 43.9%. The minimum, in these 300 random economies, of the maximum rate of profits is about 0.03% and the maximum is 318%. If I wanted to be more thorough, I would have to review how skewness and kurtosis are calculated by default in the Java class org.apache.commons.math3.stat.descriptive.DescriptiveStatistics. The coefficient of variation is the ratio of the standard deviation to the mean. The nonparametric analogy, reported in the last row in Table 3, is the ratio of the Inter-Quartile Range to the median. Anyways, the distribution of the maximum rate of profits, in random viable economies generated by the simulation, is non-Gaussian and highly skewed, with a tail extending to the right.

Figure 2: Distribution of Maximum Rate of Profits

Table 2: Parametric Statistics
Number of Produced Commodities
TwoThree FourFive
Sample Size300300 300300
Mean43.915.7 8.284.95
Std. Dev.50.219.3 7.535.90
Skewness2.103.89 1.222.63
Kurtosis5.1422.2 0.8829.64
Coef. of Var.0.8750.811 1.100.839

Table 3: Nonparametric Statistics
Number of Produced Commodities
TwoThree FourFive
Minimum0.03270.113 0.01070.00405
1st Quartile9.354.51 2.521.17
Median25.39.72 5.702.99
3rd Quartile57.319.9 11.36.27
Maximum318168 36.244.2
IQR/Median1.901.58 1.541.70

With the simulation, the maximum rate of profits tends to be smaller, the more commodities are produced. I wish I could extend these results to a lot more produced commodities. National Income and Product Accounts (NIPAs), at the grossest level of aggregation have on the order of 100 produced commodities. Even if results with the assumption of an arbitrary probability distribution for coefficients of production could be directly applied empirically, one would like confirmation that trends seen with a very small number of produced commodities continue.

No comments: