www.egwald.com Egwald Web Services

Egwald Web Services
Domain Names
Web Site Design

Egwald Website Search Twitter - Follow Elmer Wiens Radio Podcasts - Geraldos Hour

 

Statistics Programs - Econometrics and Probability Economics - Microeconomics & Macroeconomics Operations Research - Linear Programming and Game Theory Egwald's Mathematics Egwald's Optimal Control
Egwald HomeEconomics Home PageOligopoly/Public Firm ModelRun Oligopoly ModelDerive Oligopoly ModelProduction FunctionsCost FunctionsDuality Production Cost FunctionsGraduate EssaysReferences & Links
 

Egwald Economics: Microeconomics

Cost Functions

by

Elmer G. Wiens

Egwald's popular web pages are provided without cost to users.
Follow Elmer Wiens on Twitter: Twitter - Follow Elmer Wiens

Cost Functions:  Cobb-Douglas Cost | Normalized Quadratic Cost | Translog Cost | Diewert Cost | Generalized CES-Translog Cost | Generalized CES-Diewert Cost | References and Links

J. Normalized Quadratic Cost Function

Linear Least Squares   |   Nonlinear Least Squares

Suppose we have a data set relating output quantities, q, to (cost minimizing) factor inputs, L, K, M, and input prices, wL, wK, and wM, and consequently data on the total cost of producing specific levels of outputs.

The three factor Normalized Quadratic (Total) Cost Function is:

C(q;wL,wK,wM) = h(q) * c(wL,wK,wM)         (**)

where the returns to scale function is:

h(q) = q^(1/nu1)

a continuous, increasing function of q (q >= 1), with h(0) = 0 and h(1) = 1,

and the unit cost function is:

c(wL,wK,wM) = cL * wL + cK * wK + cM * wM + (1/2) * [dLL * (wL*wL) + dLK*(wL*wK) + dLM * (wL*wM)      
           + dKL * (wK*wL) + dKK*(wK*wK) + dKM * (wK*wM)  
           + dML * (wM*wL) + dMK*(wM*wK) + dMM * (wM*wM)] * (wL + wK + wM)^-1

linear in its twelve parameters, cL, cK, cM, dLL, dLK, dLM, dKL, dKK, dKM, dML, dMK, and dMM.  Dividing the non-linear in variables, wL, wK, and wM, portion of the quadratic unit cost function by (wL + wK + wM) ensures that the unit cost function is homogeneous of degree one in prices, since c(t*wL, t*wK, t*wM) = t * c(wL,wK,wM) (Diewert and Wales, (1988), 327-342).  Multiplying the unit cost function by the returns to scale function to obtain the total cost function presumes that the production technology is homothetic.

It is convenient to express the normalized unit cost function in terms of vectors and matrices.

Define the vectors:

c = [cL, cK, cM]T, w = [wL, wK, wM]T, 1 = [1, 1, 1]T, and 0 = [0, 0, 0]T.

Define the matrix D by :

D = dLLdLKdLM
dKLdKKdKM
dMLdMKdMM

The unit cost function becomes:

c(w) = cT * w + (1/2) * wT * D * w / (1T * w),

a linear function in its parameters, c, and D.

Restrictions:

D = DT, and D * w* = 0,

where the reference vector w* = [wL*, wK*, wM*]T for the base prices, wL*, wK*, and wM*. The symmetry restriction D = DT ensures that dLK = dKL, dLM = dML, and dKM = dMK (Young's Theorem).

Consequently, as specified the Normalized Quadratic cost function apparently has 9 free parameters (actually only six free parameters — see below).

Using conventional matrix calculus (Intriligator, (1971), 497-500), the first and second order partial derivatives (Diewert and Fox, (2009), 158-164) of the unit cost function, c(w), are:

c(w) = c + D * w / ( 1T * w) - (1/2) * wT * D * w * 1 / (1T * w)2, and

2c(w) = D / ( 1T * w) - D * w * 1T / (1T * w)2 - 1 * wT * D / (1T * w)2 + wT * D * w * (1 * 1T) / (1T * w)3.

At the reference vector w*:

c(w*) = c,

2c(w*) = D / ( 1T * w*).

Shephard's lemma provides that the gradient vector of the unit cost function is the vector of unit input demand functions:

c(w) = [l(w), k(w), m(w)]T.

Re-write the factor prices as:

v = [vL, vK, vM] = [wL, wM, wK] / (wL + wM + wK).

The factor demands as functions of q, vL, vK, and vM are:

L(q; vL, vK, vM) / q^(1/nu1) = l(vL, vK, vM) = cL + dLL * vL + dLK * vK + dLM * vM - (1/2) * [dLL * vL * vL + dLK * vL * vK + dLM * vL * vM
          + dKL * vK * vL + dKK * vK * vK + dKM * vK * vM
          + dML * vM * vL + dMK * vM * vK + dMM * vM * vM]
K(q; vL, vK, vM) / q^(1/nu1) = k(vL, vK, vM) = cK + dKL * vL + dKK * vK + dKM * vM - (1/2) * [dLL * vL * vL + dLK * vL * vK + dLM * vL * vM
          + dKL * vK * vL + dKK * vK * vK + dKM * vK * vM
          + dML * vM * vL + dMK * vM * vK + dMM * vM * vM]
M(q; vL, vK, vM) / q^(1/nu1) = m(vL, vK, vM) = cM + dML * vL + dMK * vK + dMM * vM - (1/2) * [dLL * vL * vL + dLK * vL * vK + dLM * vL * vM
          + dKL * vK * vL + dKK * vK * vK + dKM * vK * vM
          + dML * vM * vL + dMK * vM * vK + dMM * vM * vM]


À1:   Estimate the factor demand equations using linear least squares.

I. Linear least squares with restrictions on the parameter values.

For the purpose of estimating the factor demand equations, re-write these functions:

L(q; vL, vK, vM) / q^(1/nu1) = l(vL, vK, vM) = cL + dLL * vL + dLK * vK + dLM * vM + [tdLL * vL * vL + tdLK * vL * vK + tdLM * vL * vM
  + tdKL * vK * vL + tdKK * vK * vK + tdKM * vK * vM
  + tdML * vM * vL + tdMK * vM * vK + tdMM * vM * vM]
K(q; vL, vK, vM) / q^(1/nu1) = k(vL, vK, vM) = cK + dKL * vL + dKK * vK + dKM * vM + [tdLL * vL * vL + tdLK * vL * vK + tdLM * vL * vM
  + tdKL * vK * vL + tdKK * vK * vK + tdKM * vK * vM
  + tdML * vM * vL + tdMK * vM * vK + tdMM * vM * vM]
M(q; vL, vK, vM) / q^(1/nu1) = m(vL, vK, vM) = cM + dML * vL + dMK * vK + dMM * vM + [tdLL * vL * vL + tdLK * vL * vK + tdLM * vL * vM
  + tdKL * vK * vL + tdKK * vK * vK + tdKM * vK * vM
  + tdML * vM * vL + tdMK * vM * vK + tdMM * vM * vM]

We can express the factor demands as functions of ten explanatory variables with their corresponding parameters:

12345678910
VariableconstantvLvKvMvL*vLvL*vKvL*vMvK*vKvK*vMvM*vM
LcLdLLdLKdLMtdLLtdLKtdLMtdKKtdKMtdMMβL
KcKdLKdKKdKMtdLLtdLKtdLMtdKKtdKMtdMMβK
LcLdLMdKMdMMtdLLtdLKtdLMtdKKtdKMtdMMβM

The construction of the variables along with their restrictions described below ensures the symmetry of the estimated matrix D, i.e. D = DT.

Suppose we have m observations on q, L , K, M, wL, wK, and wM.  Let V be the m x 10 matrix of observations of the explanatory variables constructed from v = [vL,vK,vM]T.  Let L, K, and M be the m-component vectors of observed factor demands.  Then we can estimate the factor demand equations as a group (Johnston, (1972), 238-241) along with the necessary constraints, D = DT, D * w* = 0, and the accounting constraints among the "d__" and "td__" parameters within and between the demand equations.

This group of equations can be represented as:

W*β=F
V*βL=L
V*βK=K
V*βM=M

Subject to the constraints on the thirty parameters, our objective is to find the values for the vector of parameters, β, that minimizes the distance between F and W * β, i.e. the norm || W * β - F ||.

Looking at the construction of the ten variables of the matrix V, one finds that the rank of V is six, i.e. V has six independent column vectors. Therefore, when one estimates the factor demand equations as a group, the 3*m by 30 matrix of observations, W, has 18 independent column vectors out of thirty.

Moreover, the matrix of restrictions, R, on the parameters has 24 rows, i.e. R is a 24 x 30 matrix, with a rank of 24. These restrictions can be expressed as:

R * β = r,

where r is a 24 component vector. The restrictions matrix, R, and restrictions vector, r:

cLdLLdLKdLMtdLLtdLKtdLMtdKKtdKMtdMMcKdLKdKKdKMtdLLtdLKtdLMtdKKtdKMtdMMcMdLMdKMdMMtdLLtdLKtdLMtdKKtdKMtdMMr
1010020000000000000000000000000 0
2001001000000000000000000000000 0
3000100100000000000000000000000 0
4000000000001000100000000000000 0
5000000000000100002000000000000 0
6000000000000010000100000000000 0
7000000000000000000000100001000 0
8000000000000000000000010000010 0
9000000000000000000000001000002 0
1000001000000000-1000000000000000 0
11000010000000000000000000-100000 0
12000001000000000-100000000000000 0
130000010000000000000000000-10000 0
140000001000000000-10000000000000 0
1500000010000000000000000000-1000 0
1600000001000000000-1000000000000 0
17000000010000000000000000000-100 0
18000000001000000000-100000000000 0
190000000010000000000000000000-10 0
200000000001000000000-10000000000 0
2100000000010000000000000000000-1 0
2200.2690.50.23100000000000000000000000000 0
23000000000000.2690.50.2310000000000000000 0
240000000000000000000000.2690.50.231000000 0



II. Objective: Solve the LSE problem:

Among all 30 component β vectors obeying:

R * β = r,

find the β vector that minimizes the norm:

|| W * β - F ||.

By construction the observation matrix W is rank deficient, making it infeasible to use the usual QR algorithm described on the web page, Linear and Restricted Multiple Regression, to solve the LS problem:

find the 30 component β vector that minimizes the norm:

|| W * β - F ||,

subject to the requirement:

R * β = r.



III. To determine the Normalized Quadratic cost function's efficacy in estimating the cost structure of a production technology, we shall use it to approximate cost data generated by a CES Production function. The estimated parameters of the Normalized Quadratic cost function will vary with the parameters sigma, nu, alpha, beta and gamma of the CES production function.

CES Production Function:

q = A * [alpha * (L^-rho) + beta * (K^-rho) + gamma *(M^-rho)]^(-nu/rho) = f(L,K,M).

where L = labour, K = capital, M = materials and supplies, and q = product. The parameter nu is a measure of the economies of scale, while the parameter rho yields the elasticity of substitution:

sigma = 1/(1 + rho).

Set the parameters below to re-run with your own CES parameters.

Restrictions: .7 < nu < 1.3; .5 < sigma < 1.5;
.25 < alpha < .45, .3 < beta < .5, .2 < gamma < .35
sigma = 1 → nu = alpha + beta + gamma (Cobb-Douglas)
sigma < 1 → inputs complements; sigma > 1 → inputs substitutes
.5 < nu1 < 2;
4 <= wL* <= 11,   7<= wK* <= 16,   4 <= wM* <= 10

CES Production Function Parameters
CES elasticity of scale parameter: nu
elasticity of substitution: sigma
alpha
beta
gamma
Normalized Quadratic elasticity of scale: nu1
Base Factor Prices
wL* wK* wM*
Distribution to Randomize Factor Prices
Use [-2, 2] Uniform distribution    
Use .25 * Normal (μ = 0, σ2 = 1)

The CES production function as specified:

q = 1 * [0.35 * (L^- 0.17647) + 0.4 * (K^- 0.17647) + 0.25 *(M^- 0.17647)]^(-1/0.17647)

The factor prices are distributed about the base factor prices, wL*, wK*, wM*, by adding a random number distributed uniformly in the [-2, 2] domain.




IV. For these coefficients of the CES production function, I generated a sequence (displayed in the "Normalized Quadratic Cost Function" table) of factor prices, outputs, and the corresponding cost minimizing inputs. Then I used these data to estimate the coefficients of the factor demand equations as a group.

I used the following method to solve the LSE problem:

Among all 30 component β vectors obeying:

R * β = r,

find the β vector that minimizes the norm:

|| W * β - F ||.

1. Start by obtaining the Householder QR factorization of the transpose matrix, RT, where the RT matrix has 30 rows and 24 columns, with rank 24:

RT = Q * U,

where Q is a 30 by 30 orthogonal matrix, and U is a 30 by 24 matrix.

2. Multiplying the matrix R by Q will produce a 24 by 24 lower triangular matrix, T, and a 24 by 6 zero matrix, 0:

R * Q = [T | 0].

3. Multiplying the matrix W by Q will produce a 3*m by 24 matrix, H1, and a 3*m by 6 matrix, H2:

W * Q = [H1 | H2].

4. Solve by forward substitution for the 24 component vector, Γ1, the lower triangular problem:

T * Γ1 = r.

5. Compute the 30 component vector, f:

f = F - H1 * Γ1.

If the vector r = 0, f = F.

6. Solve for the 6 component vector, Γ2, using Householder QR factorization, the least squares problem:

H2 * Γ2 = f.

7. After creating the 30 component vector, Γ = [Γ1, Γ2]T, obtain the solution vector, β, by:

β = Q * Γ.

Note: The solution vector, β, is unique since the augemented matrix:

M = | R  |
| W |

has full rank = 30, (Lawson and Hanson, (1974), 134-143).



V. The method described above obtains the unique solution vector, β.

I obtained the Covariance Matrix of the solution vector, β, as follows:

Form the matrix, tW, as:

tW = H2 * H2+ * W,

where H2+ is the pseudo-inverse matrix of H2.

The solution to the augmented least squares problem:

| R   |
| tW |
* β = | r  |
| F |

is also a solution to the original least squares problem:

|| W * β - F ||,

subject to the requirement:

R * β = r,

(Lawson and Hanson, (1974), 143).

I used the Covariance Matrix from the augmented system to obtain the t-statistics that are displayed below in the solution to the LSE problem. The reported "Observation Matrix Rank" is the rank of the augmented matrix of the augmented least squares problem.

LSE Restricted Least Squares
Parameter Estimates
Parameter Coefficient std error t-ratio
cL1.2310230.01494382.380672
dLL-2.7100880.062457-43.391358
dLK0.9024550.0322927.948212
dLM1.2064490.04715925.582776
tdLL1.3550440.03221842.058954
tdLK-0.9024550.033616-26.846213
tdLM-1.2064490.047243-25.537354
tdKK0.4034330.02152118.746221
tdKM-0.6953440.034792-19.985944
tdMM1.4570510.03517141.427756
cK0.8080530.01259964.137907
dLK0.9024550.03682724.505432
dKK-0.8068650.032897-24.527072
dKM0.6953440.03798118.307772
tdLL1.3550440.03521938.47434
tdLK-0.9024550.035367-25.516612
tdLM-1.2064490.049432-24.406354
tdKK0.4034330.01778622.682058
tdKM-0.6953440.036551-19.023921
tdMM1.4570510.03799938.343995
cM1.0647020.01586267.12482
dLM1.2064490.04711525.606578
dKM0.6953440.03185921.825676
dMM-2.9141030.06284-46.373373
tdLL1.3550440.03529938.387942
tdLK-0.9024550.036686-24.599388
tdLM-1.2064490.047235-25.541394
tdKK0.4034330.02560915.753798
tdKM-0.6953440.033221-20.930978
tdMM1.4570510.03241944.94447
R2 = 0.9971 R2b = 0.9956 # obs = 84
Observation Matrix Rank: 30



Check that the parameter estimates satisfy the restrictions matrix, R.

If the t-ratio = the parameter coefficient / std error seems large in absolute value
with nu = 1 & nu1 = 1 try setting nu = 1.3 & nu1 = 0.5.




VI. As estimated, the parameters of the Normalized Quadratic cost function are:

c = [cL, cK, cM]T = [1.231023, 0.808053, 1.064702], and

D = dLLdLKdLM
dKLdKKdKM
dMLdMKdMM
=
-2.7100880.9024551.206449
0.902455-0.8068650.695344
1.2064490.695344-2.914103

The Normalized Quadratic cost function is:

C(q;vL,vK,vM) / q^(1/1) = c(vL,vK,vM) = 1.231023 * vL + 0.808053 * vK + 1.064702 * vM + (1/2) *
[-2.710088 * (vL*vL) + 0.902455 * (vL*vK) + 1.206449 * (vL*vM)
+ 0.902455 * (vK*vL) + -0.806865 * (vK*vK) + 0.695344 * (vK*vM)
+ 1.206449 * (vM*vL) + 0.695344 * (vM*vK) + -2.914103 * (vM*vM)]

The factor demand functions are:

L(q;vL,vK,vM) / q^(1/1) = l(vL,vK,vM) = 1.231023 + -2.710088 * vL + 0.902455 * vK + 1.206449 * vM - (1/2) *
[-2.710088 * (vL*vL) + 0.902455 * (vL*vK) + 1.206449 * (vL*vM)
+ 0.902455 * (vK*vL) + -0.806865 * (vK*vK) + 0.695344 * (vK*vM)
+ 1.206449 * (vM*vL) + 0.695344 * (vM*vK) + -2.914103 * (vM*vM)]

K(q;vL,vK,vM) / q^(1/1) = k(vL,vK,vM) = 0.808053 + 0.902455 * vL + -0.806865 * vK + 0.695344 * vM - (1/2) *
[-2.710088 * (vL*vL) + 0.902455 * (vL*vK) + 1.206449 * (vL*vM)
+ 0.902455 * (vK*vL) + -0.806865 * (vK*vK) + 0.695344 * (vK*vM)
+ 1.206449 * (vM*vL) + 0.695344 * (vM*vK) + -2.914103 * (vM*vM)]

M(q;vL,vK,vM) / q^(1/1) = m(vL,vK,vM) = 1.064702 + 1.206449 * vL + 0.695344 * vK + -2.914103 * vM - (1/2) *
[-2.710088 * (vL*vL) + 0.902455 * (vL*vK) + 1.206449 * (vL*vM)
+ 0.902455 * (vK*vL) + -0.806865 * (vK*vK) + 0.695344 * (vK*vM)
+ 1.206449 * (vM*vL) + 0.695344 * (vM*vK) + -2.914103 * (vM*vM)]

The Uzawa Partial Elasticities of Substitution in terms of the w factor price vector:

uLK = C(q;wL,wK,wM) * ∂L(q;wL,wK,wM)/∂wK / (L(q;wL,wK,wM) * K(q;wL,wK,wM)),

uLM = C(q;wL,wK,wM) * ∂L(q;wL,wK,wM)/∂wM / (L(q;wL,wK,wM) * M(q;wL,wK,wM)),

uKL = C(q;wL,wK,wM) * ∂K(q;wL,wK,wM)/∂wL / (K(q;wL,wK,wM) * L(q;wL,wK,wM)),

uKM = C(q;wL,wK,wM) * ∂K(q;wL,wK,wM)/∂wM / (K(q;wL,wK,wM) * M(q;wL,wK,wM)),

uML = C(q;wL,wK,wM) * ∂M(q;wL,wK,wM)/∂wL / (M(q;wL,wK,wM) * L(q;wL,wK,wM)),

uMK = C(q;wL,wK,wM) * ∂M(q;wL,wK,wM)/∂wK / (M(q;wL,wK,wM) * M(q;wL,wK,wM)),




VII. Table of Results: check that the costs, factor inputs, and Uzawa elasticities from the estimated Normalized Quadratic cost function at given levels of output agree with those obtained from the CES cost function.

Normalized Quadratic Cost Function
CES Production Function:  Returns to Scale = 1, Elasticity of Substitution = 0.85
Normalized Quadratic:  Returns to Scale = 1;   Base Prices: wL* = 7, wK* = 13, wM* = 6
    —   —   CES Cost Data   —   —     —   Normalized Quadratic Cost Data   —  
Factor PricesFactor InputsFactor SharesUzawa Elasticities  Factor InputsFactor SharesUzawa Elasticities
obs #qwLwKwM LKMsLsKsM uLKuLMuKLuKMuMLuMKcostest costest Lest Kest MsLsKsMuLKuLMuKLuKMuMLuMK
1175.72 12.166.62 23.3713.79 15.510.3310.4150.2540.850.850.850.850.850.85404.07404.223.4213.815.470.3310.4150.2530.650.940.651.110.941.11
2188.18 14.845.18 20.6213.92 22.840.3420.4190.240.850.850.850.850.850.85493.5493.5120.6514.0122.520.3420.4210.2361.110.751.110.540.750.54
3197.28 11.325.04 20.9916.16 21.560.3440.4120.2440.850.850.850.850.850.85444.35444.2520.7116.1821.890.3390.4120.2481.070.991.070.570.990.57
4207.36 11.084.1 20.8916.53 25.810.3470.4140.2390.850.850.850.850.850.85442.72442.420.4116.8825.640.340.4230.2381.230.91.230.40.90.4
5216.64 11.367.32 26.4818.79 18.310.3360.4080.2560.850.850.850.850.850.85523.36523.6626.9318.7318.040.3410.4060.2520.661.220.661.051.221.05
6227.06 13.084.68 25.6216.99 27.30.3410.4190.2410.850.850.850.850.850.85530.98530.9525.6917.0527.040.3420.420.2381.070.751.070.580.750.58
7238.9 14.87.34 26.9819.62 23.880.340.4110.2480.850.850.850.850.850.85705.81706.0726.9219.4924.240.3390.4090.2520.921.020.920.741.020.74
8245.2 14.484.18 33.6815.8 30.470.330.4310.240.850.850.850.850.850.85531.28530.7734.0315.7230.180.3330.4290.2380.870.430.870.740.430.74
9255.04 14.14.56 36.0116.82 29.450.3280.4290.2430.850.850.850.850.850.85553.02552.5135.9716.7129.730.3280.4270.2450.810.480.810.830.480.83
10265.88 12.164.98 33.1320.01 28.660.3350.4190.2460.850.850.850.850.850.85580.87580.7733.2219.8728.890.3360.4160.2480.890.760.890.790.760.79
11277.02 12.366.72 33.3623.1 26.010.3370.4110.2520.850.850.850.850.850.85694.47694.8933.5322.9426.190.3390.4080.2530.791.060.790.91.060.9
12288.5 13.84.82 30.1522.37 36.680.3450.4160.2380.850.850.850.850.850.85741.74741.6329.8222.7836.070.3420.4240.2341.20.821.20.430.820.43
13295.94 14.065.5 39.5121.28 31.690.3310.4220.2460.850.850.850.850.850.85708.12707.8439.5121.1232.050.3320.4190.2490.820.660.820.870.660.87
14307 136 36.8924.42 31.590.3370.4150.2480.850.850.850.850.850.85765.17765.336.9324.2431.940.3380.4120.250.890.90.890.790.90.79
15315.26 14.026.48 46.8222.79 29.460.3250.4220.2520.850.850.850.850.850.85756.75757.2345.9722.929.980.3190.4240.2570.620.70.621.140.71.14
16328.08 13.964.68 35.3724.9 42.270.3440.4180.2380.850.850.850.850.850.85831.18831.3435.2925.2741.310.3430.4240.2331.170.761.170.460.760.46
17336.2 11.227.72 43.5829.48 27.170.3330.4080.2590.850.850.850.850.850.85810.74810.5444.5529.6426.130.3410.410.2490.561.240.561.211.241.21
18346.64 12.324.6 39.9826.48 41.040.340.4180.2420.850.850.850.850.850.85780.52780.4240.0526.540.880.3410.4180.2411.040.771.040.610.770.61
19356.44 12.65.3 43.4627.52 38.530.3370.4170.2460.850.850.850.850.850.85830.91830.8543.5527.3438.850.3380.4150.2480.920.810.920.760.810.76
20365 144.56 51.9524.26 42.210.3280.4290.2430.850.850.850.850.850.85791.85791.1351.8524.142.650.3280.4260.2460.80.480.80.840.480.84
21378.86 14.85.94 41.6430.16 43.940.3430.4150.2430.850.850.850.850.850.851076.31076.0641.3230.2644.120.340.4160.2441.080.881.080.560.880.56
22385.8 11.185.02 47.4430.42 40.30.3370.4160.2470.850.850.850.850.850.85817.55817.6147.5230.240.710.3370.4130.250.880.860.880.810.860.81
23395.98 12.266.66 52.531.95 35.990.3320.4140.2540.850.850.850.850.850.85945.39945.7252.7131.935.950.3330.4140.2530.680.960.681.070.961.07
24405.02 14.965.26 60.7826.91 43.890.3250.4290.2460.850.850.850.850.850.85938.61938.2559.7926.8245.030.320.4280.2520.720.490.720.950.490.95
25416.88 12.147.62 52.3136.16 36.030.3350.4090.2560.850.850.850.850.850.851073.45107453.0936.0735.550.340.4080.2520.661.170.661.061.171.06
26427 12.644.32 47.7732.38 54.090.3420.4190.2390.850.850.850.850.850.85977.42977.5247.8532.6753.130.3430.4220.2351.120.741.120.520.740.52
27437.6 13.246.98 52.4636.66 42.370.3380.4110.2510.850.850.850.850.850.851179.841180.552.6336.3942.80.3390.4080.2530.831.040.830.851.040.85
28448.32 14.567.1 52.9336.85 45.510.3390.4130.2490.850.850.850.850.850.851300.051300.4952.9436.5946.090.3390.410.2520.890.980.890.780.980.78
AVE:30.56.74 13.095.69 38.4624.15 33.320.3370.4170.2460.850.850.850.850.850.85758.21758.2338.4624.1533.320.3370.4170.2460.890.840.890.780.840.78




VIII. The Normalized Quadratic cost function as a flexible functional form.

Diewert (1976) defines a flexible function form as follows. Write c(w) as the unit Normalized Quadratic cost function, and c*(w) as the unit CES cost function. Then the unit Normalized Quadratic cost function, c(w), is a flexible functional form if it has enough free parameters to satisfy:

c(w) = c*(w),

c(w) = c*(w), and

2c(w) = 2c*(w),

at any factor price vector w = [wL, wK, wM]T in the domain of definition of c(w).

Since both c(w) and c*(w) are linear homogeneous functions (Diewert and Fox, (2009), 155), the 6 free parameters of c(w) classify the Normalized Quadratic cost function as a "parsimonious flexible functional form" within the present context.

However, when we estimate the unit Normalized Quadratic cost function, c(w), we choose these free parameters to minimize the distance between c(w) and c*(w) at the set of data points {q, wL, wK, wM, c*(w)}, subject to the augmented restrictions matrix, [R | r].

Consequently, 2c*(w) and 2c(w) can differ, as seen by comparing the Uzawa elasticities in the table above, and the second order partial derivatives of c*(w) and c(w) in the table below.



IX. Table of Results: check that second order partial derivatives of the estimated Normalized Quadratic cost function for a given level of output agree with the second order partial derivatives of the CES cost function. If all of the eigenvalues of 2c*(w) and 2c(w) are nonpositive, the cost functions c*(w*) and c(w*) are concave in factor prices.

(Write:   ∂(∂c(wL,wK,wM)/∂wL)/∂wL = cLL,   ∂(∂c(wL,wK,wM)/∂wL)/∂wK = cLK,   etc.)

Normalized Quadratic Cost Function
CES Production Function:  Returns to Scale = 1, Elasticity of Substitution = 0.85
Normalized Quadratic:  Returns to Scale = 1;   Base Prices: wL* = 7, wK* = 13, wM* = 6
    —     —   CES Cost Data   —     —     —     —   Normalized Quadratic Cost Data   —     —  
  Factor Prices2c*(w)Eigenvalues 2c(w)Eigenvalues
obs #qwLwKwM cLLcLKcLMcKKcKMcMMe1e2e3 cLLcLKcLMcKKcKMcMMe1e2e3
1175.7212.166.62 -0.1370.040.045-0.0330.026-0.087-0.167-0.09-0 -0.1230.0310.05-0.0330.035-0.106-0.165-0.097-0
2188.1814.845.18 -0.0780.0270.045-0.0260.03-0.158-0.18-0.082-0 -0.090.0360.039-0.0270.019-0.117-0.145-0.088-0
3197.2811.325.04 -0.0850.0340.046-0.0380.035-0.145-0.171-0.0960 -0.1030.0420.053-0.0380.024-0.131-0.172-0.099-0
4207.3611.084.1 -0.0790.0330.052-0.0370.041-0.204-0.226-0.093-0 -0.1020.0480.053-0.0390.02-0.149-0.184-0.105-0
5216.6411.367.32 -0.1070.0380.038-0.040.027-0.075-0.136-0.086-0 -0.1110.030.054-0.0390.032-0.099-0.159-0.089-0
6227.0613.084.68 -0.0920.0320.051-0.0290.034-0.171-0.198-0.095-0 -0.1040.040.045-0.030.023-0.131-0.164-0.1-0
7238.914.87.34 -0.0740.0280.034-0.0290.025-0.09-0.117-0.0760 -0.0830.030.041-0.0290.021-0.093-0.13-0.075-0
8245.214.484.18 -0.1540.0350.068-0.0220.032-0.196-0.247-0.1250 -0.1290.0360.035-0.0210.027-0.138-0.169-0.120
9255.0414.14.56 -0.1630.0370.065-0.0230.03-0.166-0.23-0.123-0 -0.1320.0350.037-0.0220.03-0.133-0.17-0.118-0
10265.8812.164.98 -0.1220.0370.053-0.0310.032-0.142-0.187-0.109-0 -0.1220.0390.048-0.0310.03-0.131-0.175-0.1090
11277.0212.366.72 -0.0990.0350.039-0.0350.027-0.091-0.135-0.090 -0.1050.0330.049-0.0340.029-0.104-0.154-0.089-0
12288.513.84.82 -0.070.0280.045-0.0290.034-0.176-0.196-0.0790 -0.0880.0390.042-0.030.017-0.124-0.152-0.089-0
13295.9414.065.5 -0.130.0350.052-0.0260.028-0.127-0.181-0.102-0 -0.1170.0330.041-0.0250.029-0.117-0.158-0.102-0
14307136 -0.0990.0330.043-0.0310.029-0.112-0.149-0.093-0 -0.1040.0350.046-0.0310.027-0.112-0.155-0.092-0
15315.2614.026.48 -0.1650.0390.05-0.0260.024-0.093-0.194-0.090 -0.1250.0280.041-0.0260.033-0.106-0.157-0.0990
16328.0813.964.68 -0.0760.0280.048-0.0280.034-0.183-0.204-0.083-0 -0.0920.0390.041-0.0290.018-0.126-0.154-0.0920
17336.211.227.72 -0.1210.0410.038-0.040.025-0.067-0.147-0.081-0 -0.1170.0280.054-0.0390.035-0.094-0.161-0.09-0
18346.6412.324.6 -0.0990.0340.053-0.0310.035-0.169-0.199-0.1010 -0.1110.0420.048-0.0320.025-0.135-0.172-0.105-0
19356.4412.65.3 -0.1090.0350.049-0.0310.031-0.133-0.171-0.1010 -0.1120.0380.047-0.0310.028-0.123-0.166-0.1010
20365144.56 -0.1650.0380.065-0.0230.031-0.165-0.231-0.1230 -0.1330.0350.037-0.0220.03-0.134-0.171-0.1180
21378.8614.85.94 -0.0710.0270.039-0.0270.028-0.129-0.15-0.0770 -0.0840.0340.04-0.0280.019-0.107-0.138-0.081-0
22385.811.185.02 -0.1210.0390.052-0.0360.034-0.135-0.181-0.1110 -0.1250.0410.054-0.0350.032-0.133-0.183-0.1110
23395.9812.266.66 -0.1280.0390.044-0.0330.027-0.088-0.159-0.090 -0.1190.0310.049-0.0330.033-0.106-0.162-0.095-0
24405.0214.965.26 -0.1740.0370.06-0.0220.027-0.134-0.218-0.1110 -0.1280.0310.035-0.0210.031-0.12-0.159-0.11-0
25416.8812.147.62 -0.1050.0370.036-0.0360.025-0.073-0.132-0.082-0 -0.1070.0290.05-0.0360.031-0.095-0.151-0.0860
2642712.644.32 -0.0910.0320.054-0.030.036-0.193-0.218-0.0960 -0.1050.0430.046-0.0310.022-0.138-0.171-0.104-0
27437.613.246.98 -0.090.0320.037-0.0320.026-0.09-0.128-0.085-0 -0.0970.0310.046-0.0320.026-0.1-0.145-0.084-0
28448.3214.567.1 -0.0810.0290.036-0.0290.025-0.093-0.123-0.08-0 -0.0890.030.042-0.0280.023-0.096-0.134-0.079-0
AVE:30.56.74 13.095.69 -0.110.0340.048-0.030.03-0.132-0.178-0.095-0 -0.1090.0350.045-0.030.027-0.118-0.16-0.097-0



X. The Factor Demand Price Elasticities of the Normalized Quadratic cost function

The estimated factor demand elasticities are obtained by:

εL,wL = ∂ln(l(wL,wK,wM))/∂ln(wL) = wL * cLL / l(wL,wK,wM),

εL,wK = ∂ln(l(wL,wK,wM))/∂ln(wK) = wK * cLK / l(wL,wK,wM),

εL,wM = ∂ln(l(wL,wK,wM))/∂ln(wM) = wM * cLM / l(wL,wK,wM),

εK,wL = ∂ln(k(wL,wK,wM))/∂ln(wL) = wL * cKL / k(wL,wK,wM), etc.




XI. Table of Results: check that factor demand price elasticities of the estimated Normalized Quadratic cost function for a given level of output and factor prices agree with the factor demand price elasticities of the CES cost function.

Normalized Quadratic Cost Function
CES Production Function:  Returns to Scale = 1, Elasticity of Substitution = 0.85
Normalized Quadratic:  Returns to Scale = 1;   Base Prices: wL* = 7, wK* = 13, wM* = 6
       —     —   CES Cost Data   —     —       —     —   Normalized Quadratic Cost Data   —     —
  Factor PricesFactor Demand Price ElasticitiesFactor Demand Price Elasticities
obs #qwLwKwM εL,wLεL,wKεL,wMεK,wKεK,wMεM,wM εL,wLεL,wKεL,wMεK,wKεK,wMεM,wM
1175.7212.166.62 -0.5690.3530.216-0.4970.216-0.634 -0.5090.2710.238-0.2930.166-0.511
2188.1814.845.18 -0.560.3560.204-0.4940.204-0.646 -0.6430.4660.177-0.3430.086-0.526
3197.2811.325.04 -0.5580.350.208-0.50.208-0.642 -0.6860.4390.247-0.3930.11-0.604
4207.3611.084.1 -0.5550.3520.203-0.4980.203-0.647 -0.7320.5190.214-0.4230.079-0.597
5216.6411.367.32 -0.5640.3470.218-0.5030.218-0.632 -0.5750.2680.307-0.3410.184-0.564
6227.0613.084.68 -0.560.3560.205-0.4940.205-0.645 -0.6290.4510.178-0.3340.091-0.524
7238.914.87.34 -0.5610.350.211-0.50.211-0.639 -0.6340.3760.258-0.3610.135-0.584
8245.214.484.18 -0.570.3660.204-0.4840.204-0.646 -0.4740.3720.102-0.2150.081-0.408
9255.0414.14.56 -0.5710.3650.206-0.4850.206-0.644 -0.4620.3450.117-0.2180.095-0.423
10265.8812.164.98 -0.5650.3560.209-0.4940.209-0.641 -0.560.3720.189-0.2970.117-0.509
11277.0212.366.72 -0.5630.3490.214-0.5010.214-0.636 -0.5920.3240.267-0.3390.155-0.565
12288.513.84.82 -0.5560.3540.203-0.4960.203-0.647 -0.70.5080.192-0.3910.078-0.561
13295.9414.065.5 -0.5680.3590.209-0.4910.209-0.641 -0.5080.3440.164-0.2620.116-0.474
14307136 -0.5630.3530.211-0.4970.211-0.639 -0.5930.3670.226-0.3280.13-0.546
15315.2614.026.48 -0.5730.3590.214-0.4910.214-0.636 -0.4430.2640.178-0.2450.146-0.461
16328.0813.964.68 -0.5580.3550.202-0.4950.202-0.648 -0.6730.4970.176-0.3650.077-0.535
17336.211.227.72 -0.5670.3470.22-0.5030.22-0.63 -0.5390.2290.309-0.3260.2-0.539
18346.6412.324.6 -0.5610.3550.206-0.4950.206-0.644 -0.6230.4370.186-0.3330.097-0.529
19356.4412.65.3 -0.5640.3550.209-0.4950.209-0.641 -0.5820.3810.201-0.3130.118-0.526
20365144.56 -0.5710.3650.207-0.4850.207-0.643 -0.4610.3430.118-0.2180.096-0.424
21378.8614.85.94 -0.5590.3520.206-0.4980.206-0.644 -0.6650.4510.214-0.370.1-0.57
22385.811.185.02 -0.5640.3540.21-0.4960.21-0.64 -0.580.3640.215-0.3170.128-0.534
23395.9812.266.66 -0.5680.3520.216-0.4980.216-0.634 -0.5240.2810.243-0.3010.164-0.52
24405.0214.965.26 -0.5740.3650.209-0.4850.209-0.641 -0.4310.3080.123-0.2110.108-0.423
25416.8812.147.62 -0.5650.3480.217-0.5020.217-0.633 -0.5660.270.296-0.3340.181-0.556
2642712.644.32 -0.5590.3560.203-0.4940.203-0.647 -0.6480.4740.174-0.3460.083-0.525
27437.613.246.98 -0.5630.350.213-0.50.213-0.637 -0.6020.3390.263-0.3430.149-0.569
28448.3214.567.1 -0.5620.3510.211-0.4990.211-0.639 -0.6120.3660.246-0.3450.136-0.567
AVE:30.56.74 13.095.69 -0.5640.3550.209-0.4950.209-0.641 -0.580.3720.208-0.3180.122-0.524



XII. Curvature of the Normalized Quadratic cost function.

Approximating a CES cost function with a Normalized Quadratic cost function provides a "best of all possible worlds" test for the effectiveness of the Normalized Quadratic cost function. Diewert and Wales (1987) prove that a necessary and sufficient condition for the estimated cost function, c(w), to be concave in factor prices is that the estimated matrix:

D = dLLdLKdLM
dKLdKKdKM
dMLdMKdMM
=
-2.7100880.9024551.206449
0.902455-0.8068650.695344
1.2064490.695344-2.914103

be a symmetric, negative semidefinite matrix.

The eigenvalues of the matrix D are:

e1 = -4.026, e2 = -2.405, e3 = -0.

The matrix D is negative semidefinite, since its three eigenvalues are nonpositive.

Furthermore, at the (constant) reference vector, v*, of base prices:

v* = w* / (wL* + wK* + wM*) = [vL*, vK*, vM*]T = [0.2692, 0.5, 0.2308]T = [7, 13, 6]T / 26, and

D * v* = 0,

making v* the eigenvector corresponding to the zero eigenvalue of the D matrix.

If D is a symmetric, negative semidefinite matrix, then -D is a symmetric, positive semidefinite matrix that can be decomposed into the product of a lower triangular matrix L and its transpose LT:

-D = L * LT, where

L = bLL00
bKLbKK0
bMLbMKbMM
LT = bLLbKLbML
0bKKbMK
00bMM

Applying the reference vector, v*, to LT, we get the equations:

bLL * vL* + bKL * vK* + bML * vM* = 0,

bKK * vK* + bMK * vM* = 0,

bMM * vM* = 0.
  bMM = 0,

bMK = - bKK * vK* / vM*,

bML = -(bLL * vL* + bKL * vK*) / vM*.

Consequently, the matrices L, LT, -D, and D can be expressed in terms of three parameters, bLL, bKL, and bKK.

-D = B = bLL^2bLL*bKLbLL*(-bLL*vL* - bKL*vK*)/vM*
bLL*bKLbKL^2 + bKK^2bKL*(-bLL*vL*-bKL*vK*)/vM* - bKK^2 * vK*/vM*
bLL*(-bLL*vL* - bKL*vK*)/vM*bKL*(-bLL*vL* - bKL*vK*)/vM* - bKK^2 * vK*/vM*(bLL*vL* + bKL*vK*)^2 /vM*^2 + bKK^2 * vK*^2 /vM*^2
=
bLL00
bKLbKK0
-(bLL*vL*+bKL*vK*)/vM* -bKK*vK*/vM*0
*
bLLbKL -(bLL*vL*+bKL*vK*)/vM*
0bKK-bKK*vK*/vM*
000

The -B matrix is a reparameterization of the of the D matrix. By construction -B contains all the restrictions inherent in the restrictions matrix and vector, R, r, of the original parameters, and by construction the -B matrix is a symmetric, negative semidefinite matrix.

The reparameterized unit normalized quadratic cost function can be written as:

ç(w) = bT * w + (1/2) * wT * (-B) * w / (1T * w),

a nonlinear function in its parameters, b = [bL, bK, bM]T, and (-B), i.e. parameters bL, bK, bM, bLL, bKL, and bKK.

If c*(w) represents the unit cost function that we want to approximate at the set of data points {q, wL, wK, wM, c*(w)}, our objective is to use a nonlinear regression algorithm to obtain values for these six free parameters that minimize the distance between ç(w) and c*(w) at the set of data points.

Of course, if the symmetric matrix D as estimated is already a negative semidefinite matrix, the reparameterization of the unit cost function, c(w), and the reestimation of ç(w) with a nonlinear regression algorithm are unnecessary.

Equating the parameters of the normalized quadratic cost function as estimated, c(w), and its reparameterization, ç(w), we determine:

bL = cL, bK = cK, bM = cM, and

bLL^2 = -dLL,

bLL*bKL = - dKL, and

bKL^2 + bKK^2 = -dKK.
  bLL = (-dLL)^1/2,

bKL = - dKL / bLL, and

bKK = (-dKK - bKL^2)^1/2.

If restricted to using real numbers, we can always transform the estimated b and -B parameters into c and D parameters, and the estimated c and D parameters into b and -B parameters if the matrix D is negative semidefinite. If the matrix D is not negative semidefinite, the transformation from the estimated c and D parameters into b and -B parameters will require the use of complex numbers.

Transforming the estimated c and D parameters into b and B parameters, we obtain:

bL = 1.231023, bK = 0.808053, bM = 1.064702, and

bLL = (-dLL)^1/2 = 1.6462345 + 0*i,

bKL = - dKL / bLL = -0.5481936 + 0*i, and

bKK = (-dKK - bKL^2)^1/2 = (0.5063491 + -0*i)^1/2 = 0.7115821 + 0*i.



À2:   Estimate the factor demand equations using nonlinear least squares.

XIII. Nonlinear Estimation of the Normalized Quadratic cost function.

The reparameterized unit normalized quadratic cost function::

ç(w) = bT * w + (1/2) * wT * (-B) * w / (1T * w),

is a nonlinear function in its parameters, b = [bL, bK, bM]T, and (-B), i.e. in its free parameters bL, bK, bM, bLL, bKL, and bKK.

We will approximate the CES unit cost function, c*(w), at the set of data points {q, wL, wK, wM, c*(w)}, with the normalized quadratic cost function, ç(w), by using a nonlinear regression algorithm to obtain values for the b,and (-B) parameters that minimize the distance between ç(w) and c*(w) at the set of data points. Having obtained estimates of the six free parameters, bL, bK, bM, bLL, bKL, and bKK, we will transform them into estimates of the c, and D parameters using c = b, and D = (-B).

Shephard's lemma provides that the gradient vector of the unit cost function is the vector of unit input demand functions:

ç(w) = [l(w), k(w), m(w)]T =b + (-B) * w / ( 1T * w) - (1/2) * wT * (-B) * w * 1 / (1T * w)2.

The reparameterized factor demands as functions of q, vL, vK, and vM are:

L(q; vL, vK, vM) / q^(1/nu1) = l(vL, vK, vM) = bL + (-bLL^2 * vL - bLL*bKL * vK - (bLL*(-bLL*vL*-bKL*vK*)/vM*) * vM - (1/2) * vT * (-B) * v
K(q; vL, vK, vM) / q^(1/nu1) = k(vL, vK, vM) = bK + (-bLL*bKL * vL + (-bKL^2-bKK^2) * vK
          + ((-bKL*(-bLL*vL*-bKL*vK*)/vM*)+bKK^2*vK*/vM*)* vM
- (1/2) * vT * (-B) * v
M(q; vL, vK, vM) / q^(1/nu1) = m(vL, vK, vM) = bM + ((-bLL*(-bLL*vL*-bKL*vK*)/vM*) * vL
      + ((-bKL*(-bLL*vL*-bKL*vK*)/vM*)+(bKK^2*vK*)/vM*) * vK
          + (-(-bLL*vL*-bKL*vK*)^2/vM*^2-bKK^2*vK*^2/vM*^2) * vM)
- (1/2) * vT * (-B) * v

where the (constant) reference vector, v*, of base prices is:

v* = w* / (wL* + wK* + wM*) = [vL*, vK*, vM*]T = [0.2692, 0.5, 0.2308]T = [7, 13, 6]T / 26.

XIV. Newton's Nonlinear Least Squares Method.

Newton's nonlinear least squares method is a generalization of Newton's method for finding a root of the equation, g(x) = 0, where g is a function of the 1-dimensional real variable x. Newton's method calculates a sequence of approximations {xn: n = 0, 1, 2, ...} to g(xn) ~= 0, beginning with a starting value, x0. At each iteration, the new approximation, xn+1, is calculated according to the formula:

xn+1 = xn - g(xn) / g'(xn).

where g'(x) is the derivative of the function g evaluated at the value of the variable x.

Newton's method generalizes for a system of n equations:

G(x) = [g1(x), g2(x), ... , gn(x)]T = 0

where G, and thus g1, g2, ... , gn are functions of the n-dimension real variable (vector) x = [x1, x2, ..., xn]T. Newton's method calculates a sequence of vector approximations {xn: n = 0, 1, 2, ...} to G(xn) ~= 0, beginning with a vector of starting values, x0. At each iteration, the new vector, xn+1, is calculated according to the formula:

xn+1 = xn - J(xn)^-1 * G(xn)

where J(x) is the nxn Jacobian matrix of G(x) defined by:

J(x) = [∂gi / ∂xj],   i, j = 1, ..., n.

At each iteration, Newton's algorithm solves the system of linear equations for the vector y:

J(xn) * y = - G(xn),

and computes the new vector, xn+1, by:

xn+1 = xn + y.

The algorithm stops when the norm of y is less than some tolerance value, TOL, i.e, ||y|| < TOL.

We will use Newton's algorithm to obtain the "least squares fit" between the gradient of the CES unit cost function, c*(w), and the gradient of the normalized quadratic unit cost function, ç(w) at the set of data points {q, wL, wK, wM, c*(w)}.

Let {[li, ki, mi]T = c*(wi)} be the CES factor demands at the data set {qi, wi = [wLi, wKi, wMi]T}.

Objective: Choose parameters bL, bK bM, bLL, bKL, bKK that minimize:

S(bL, bK, bM, bLL, bKL, bKK) = i [ (li - l(wi))^2 + (ki - k(wi))^2 + (mi - m(wi))^2]

over the data set {qi, wi}.

The first order conditions are the system of six equations:

[∂S/∂bL, ∂S/∂bK, ∂S/∂bM, ∂S/∂bLL, ∂S/∂bKL, ∂S/∂bKK]T = 0.

For example:

∂S/∂bL = 2 * i [ (li - l(wi)) * ∂l(wi)/∂bL + (ki - k(wi)) * ∂k(wi)/∂bL + (mi - m(wi)) * ∂m(wi)/∂bL] = 0.

The Jacobian of the first order conditions, also the Hessian matrix of the function S(bL, bK, bM, bLL, bKL, bKK), is the 6 by 6 matrix of second order partial derivatives:

J(bL, bK, bM, bLL, bKL, bKK) = [ ∂2S / ∂b_∂b_ ]

for all b_ ∈ {bL, bK, bM, bLL, bKL, bKK}.

(In practice, only the first order partial derivatives of l(wi), k(wi), and m(wi) of the Jacobian are used.)

Using Newton's nonlinear regression algorithm as discussed, we get the following estimates:

Nonlinear Least Squares: Newton's Method
Parameter Estimates
Iter #bLbKbMbLLbKLbKK
0 1111-11
11.2298480.8089851.0639311.886453-0.0429141.364483
21.2298480.8089851.0639311.678179-0.4973910.965846
31.2298480.8089851.0639311.665255-0.5576250.745633
41.2298480.8089851.0639311.665205-0.558110.71032
51.2298480.8089851.0639311.665205-0.558110.709442
61.2298480.8089851.0639311.665205-0.558110.709442
71.2298480.8089851.0639311.665205-0.558110.709442

Next, we transform these estimates of the six free parameters, bL, bK, bM, bLL, bKL, and bKK into estimates of the c, and D parameters using c = b, and D = (-B). By construction, the estimated matrix D is negative semidefinite.



XV. As estimated using nonlinear least squares, the parameters of the Normalized Quadratic cost function are:

c = [cL, cK, cM]T = [1.229848, 0.808985, 1.063931], and

D = dLLdLKdLM
dKLdKKdKM
dMLdMKdMM
=
-2.7729070.9293671.221429
0.929367-0.8147940.681125
1.2214290.681125-2.900772

The eigenvalues of the matrix D are:

e1 = -4.068, e2 = -2.421, e3 = -0.

The matrix D is negative semidefinite, since its three eigenvalues are nonpositive.

The Normalized Quadratic cost function is:

C(q;vL,vK,vM) / q^(1/1) = c(vL,vK,vM) = 1.229848 * vL + 0.808985 * vK + 1.063931 * vM + (1/2) *
[-2.772907 * (vL*vL) + 0.929367 * (vL*vK) + 1.221429 * (vL*vM)
+ 0.929367 * (vK*vL) + -0.814794 * (vK*vK) + 0.681125 * (vK*vM)
+ 1.221429 * (vM*vL) + 0.681125 * (vM*vK) + -2.900772 * (vM*vM)]

The factor demand functions are:

L(q;vL,vK,vM) / q^(1/1) = l(vL,vK,vM) = 1.229848 + -2.772907 * vL + 0.929367 * vK + 1.221429 * vM - (1/2) *
[-2.772907 * (vL*vL) + 0.929367 * (vL*vK) + 1.221429 * (vL*vM)
+ 0.929367 * (vK*vL) + -0.814794 * (vK*vK) + 0.681125 * (vK*vM)
+ 1.221429 * (vM*vL) + 0.681125 * (vM*vK) + -2.900772 * (vM*vM)]

K(q;vL,vK,vM) / q^(1/1) = k(vL,vK,vM) = 0.808985 + 0.929367 * vL + -0.814794 * vK + 0.681125 * vM - (1/2) *
[-2.772907 * (vL*vL) + 0.929367 * (vL*vK) + 1.221429 * (vL*vM)
+ 0.929367 * (vK*vL) + -0.814794 * (vK*vK) + 0.681125 * (vK*vM)
+ 1.221429 * (vM*vL) + 0.681125 * (vM*vK) + -2.900772 * (vM*vM)]

M(q;vL,vK,vM) / q^(1/1) = m(vL,vK,vM) = 1.063931 + 1.221429 * vL + 0.681125 * vK + -2.900772 * vM - (1/2) *
[-2.772907 * (vL*vL) + 0.929367 * (vL*vK) + 1.221429 * (vL*vM)
+ 0.929367 * (vK*vL) + -0.814794 * (vK*vK) + 0.681125 * (vK*vM)
+ 1.221429 * (vM*vL) + 0.681125 * (vM*vK) + -2.900772 * (vM*vM)]



XVI. Table of Results: check that the costs, factor inputs, and Uzawa elasticities from the estimated Normalized Quadratic cost function at given levels of output agree with those obtained from the CES cost function.

Normalized Quadratic Cost Function
CES Production Function:  Returns to Scale = 1, Elasticity of Substitution = 0.85
Normalized Quadratic:  Returns to Scale = 1;   Base Prices: wL* = 7, wK* = 13, wM* = 6
    —   —   CES Cost Data   —   —     —   Normalized Quadratic Cost Data   —  
Factor PricesFactor InputsFactor SharesUzawa Elasticities  Factor InputsFactor SharesUzawa Elasticities
obs #qwLwKwM LKMsLsKsM uLKuLMuKLuKMuMLuMKcostest costest Lest Kest MsLsKsMuLKuLMuKLuKMuMLuMK
1175.72 12.166.62 23.3713.79 15.510.3310.4150.2540.850.850.850.850.850.85404.07404.1723.4513.7915.450.3320.4150.2530.670.950.671.10.951.1
2188.18 14.845.18 20.6213.92 22.840.3420.4190.240.850.850.850.850.850.85493.5493.5220.614.0522.490.3410.4220.2361.140.761.140.520.760.52
3197.28 11.325.04 20.9916.16 21.560.3440.4120.2440.850.850.850.850.850.85444.35444.1720.6216.2321.880.3380.4140.2481.11.011.10.551.010.55
4207.36 11.084.1 20.8916.53 25.810.3470.4140.2390.850.850.850.850.850.85442.72442.320.316.9525.630.3380.4250.2381.260.921.260.380.920.38
5216.64 11.367.32 26.4818.79 18.310.3360.4080.2560.850.850.850.850.850.85523.36523.6326.918.7418.050.3410.4070.2520.681.230.681.031.231.03
6227.06 13.084.68 25.6216.99 27.30.3410.4190.2410.850.850.850.850.850.85530.98530.9625.6417.0927.010.3410.4210.2381.10.761.10.560.760.56
7238.9 14.87.34 26.9819.62 23.880.340.4110.2480.850.850.850.850.850.85705.8170626.8619.5324.240.3390.4090.2520.951.040.950.721.040.72
8245.2 14.484.18 33.6815.8 30.470.330.4310.240.850.850.850.850.850.85531.28530.834.1315.7230.090.3340.4290.2370.890.440.890.730.440.73
9255.04 14.14.56 36.0116.82 29.450.3280.4290.2430.850.850.850.850.850.85553.02552.4936.0816.729.650.3290.4260.2450.830.480.830.820.480.82
10265.88 12.164.98 33.1320.01 28.660.3350.4190.2460.850.850.850.850.850.85580.87580.7833.2319.8828.850.3360.4160.2470.920.770.920.780.770.78
11277.02 12.366.72 33.3623.1 26.010.3370.4110.2520.850.850.850.850.850.85694.47694.8533.4922.9626.190.3380.4080.2530.821.070.820.881.070.88
12288.5 13.84.82 30.1522.37 36.680.3450.4160.2380.850.850.850.850.850.85741.74741.5629.6922.8636.050.340.4250.2341.230.841.230.420.840.42
13295.94 14.065.5 39.5121.28 31.690.3310.4220.2460.850.850.850.850.850.85708.12707.8439.5721.1131.990.3320.4190.2490.840.670.840.860.670.86
14307 136 36.8924.42 31.590.3370.4150.2480.850.850.850.850.850.85765.17765.2836.924.2731.920.3370.4120.250.920.920.920.780.920.78
15315.26 14.026.48 46.8222.79 29.460.3250.4220.2520.850.850.850.850.850.85756.75757.0946.1222.8729.930.320.4230.2560.640.70.641.130.71.13
16328.08 13.964.68 35.3724.9 42.270.3440.4180.2380.850.850.850.850.850.85831.18831.3435.1825.3541.270.3420.4260.2321.20.771.20.450.770.45
17336.2 11.227.72 43.5829.48 27.170.3330.4080.2590.850.850.850.850.850.85810.74810.5144.5529.6326.150.3410.410.2490.581.250.581.191.251.19
18346.64 12.324.6 39.9826.48 41.040.340.4180.2420.850.850.850.850.850.85780.52780.4439.9826.5540.840.340.4190.2411.070.791.070.590.790.59
19356.44 12.65.3 43.4627.52 38.530.3370.4170.2460.850.850.850.850.850.85830.91830.8543.5327.3738.80.3370.4150.2480.950.820.950.750.820.75
20365 144.56 51.9524.26 42.210.3280.4290.2430.850.850.850.850.850.85791.85791.152.0224.0842.530.3290.4260.2450.820.490.820.830.490.83
21378.86 14.85.94 41.6430.16 43.940.3430.4150.2430.850.850.850.850.850.851076.31075.9741.1930.3444.090.3390.4170.2431.110.91.110.550.90.55
22385.8 11.185.02 47.4430.42 40.30.3370.4160.2470.850.850.850.850.850.85817.55817.647.530.2340.670.3370.4130.250.910.870.910.790.870.79
23395.98 12.266.66 52.531.95 35.990.3320.4140.2540.850.850.850.850.850.85945.39945.6752.7531.8935.930.3340.4130.2530.70.970.71.050.971.05
24405.02 14.965.26 60.7826.91 43.890.3250.4290.2460.850.850.850.850.850.85938.61938.160.0126.7844.910.3210.4270.2520.740.490.740.940.490.94
25416.88 12.147.62 52.3136.16 36.030.3350.4090.2560.850.850.850.850.850.851073.451073.9453.0536.0735.560.340.4080.2520.691.190.691.041.191.04
26427 12.644.32 47.7732.38 54.090.3420.4190.2390.850.850.850.850.850.85977.42977.5447.7432.7653.070.3420.4240.2351.150.751.150.50.750.5
27437.6 13.246.98 52.4636.66 42.370.3380.4110.2510.850.850.850.850.850.851179.841180.4252.5636.4342.790.3380.4090.2530.861.050.860.831.050.83
28448.32 14.567.1 52.9336.85 45.510.3390.4130.2490.850.850.850.850.850.851300.051300.4152.8636.6446.070.3380.410.2520.920.990.920.760.990.76
AVE:30.56.74 13.095.69 38.4524.17 33.290.3370.4170.2460.850.850.850.850.850.85758.21758.1938.4524.1733.290.3360.4180.2460.920.850.920.770.850.77



XVII. Table of Results: check that second order partial derivatives of the estimated Normalized Quadratic cost function for a given level of output agree with the second order partial derivatives of the CES cost function. If all of the eigenvalues of 2c*(w) and 2c(w) are nonpositive, the cost functions c*(w*) and c(w*) are concave in factor prices.

Normalized Quadratic Cost Function
CES Production Function:  Returns to Scale = 1, Elasticity of Substitution = 0.85
Normalized Quadratic:  Returns to Scale = 1;   Base Prices: wL* = 7, wK* = 13, wM* = 6
    —     —   CES Cost Data   —     —     —     —   Normalized Quadratic Cost Data   —     —  
  Factor Prices2c*(w)Eigenvalues 2c(w)Eigenvalues
obs #qwLwKwM cLLcLKcLMcKKcKMcMMe1e2e3 cLLcLKcLMcKKcKMcMMe1e2e3
1175.7212.166.62 -0.1370.040.045-0.0330.026-0.087-0.167-0.09-0 -0.1250.0320.05-0.0330.034-0.106-0.167-0.098-0
2188.1814.845.18 -0.0780.0270.045-0.0260.03-0.158-0.18-0.082-0 -0.0920.0370.04-0.0270.019-0.116-0.146-0.089-0
3197.2811.325.04 -0.0850.0340.046-0.0380.035-0.145-0.171-0.0960 -0.1050.0440.054-0.0380.023-0.13-0.174-0.10
4207.3611.084.1 -0.0790.0330.052-0.0370.041-0.204-0.226-0.093-0 -0.1040.0490.054-0.040.019-0.148-0.185-0.106-0
5216.6411.367.32 -0.1070.0380.038-0.040.027-0.075-0.136-0.086-0 -0.1140.0310.054-0.0390.032-0.098-0.161-0.09-0
6227.0613.084.68 -0.0920.0320.051-0.0290.034-0.171-0.198-0.095-0 -0.1070.0410.045-0.030.022-0.13-0.166-0.1010
7238.914.87.34 -0.0740.0280.034-0.0290.025-0.09-0.117-0.0760 -0.0850.0310.042-0.0290.021-0.093-0.131-0.076-0
8245.214.484.18 -0.1540.0350.068-0.0220.032-0.196-0.247-0.1250 -0.1320.0370.035-0.0210.027-0.137-0.17-0.121-0
9255.0414.14.56 -0.1630.0370.065-0.0230.03-0.166-0.23-0.123-0 -0.1350.0360.037-0.0220.03-0.133-0.171-0.119-0
10265.8812.164.98 -0.1220.0370.053-0.0310.032-0.142-0.187-0.109-0 -0.1250.040.049-0.0320.03-0.13-0.177-0.1090
11277.0212.366.72 -0.0990.0350.039-0.0350.027-0.091-0.135-0.090 -0.1070.0340.05-0.0340.028-0.104-0.156-0.090
12288.513.84.82 -0.070.0280.045-0.0290.034-0.176-0.196-0.0790 -0.090.040.043-0.0310.017-0.123-0.154-0.090
13295.9414.065.5 -0.130.0350.052-0.0260.028-0.127-0.181-0.102-0 -0.1190.0340.041-0.0260.028-0.117-0.159-0.1020
14307136 -0.0990.0330.043-0.0310.029-0.112-0.149-0.093-0 -0.1070.0360.047-0.0310.026-0.112-0.156-0.0930
15315.2614.026.48 -0.1650.0390.05-0.0260.024-0.093-0.194-0.090 -0.1280.0290.041-0.0260.033-0.105-0.159-0.10
16328.0813.964.68 -0.0760.0280.048-0.0280.034-0.183-0.204-0.083-0 -0.0940.040.042-0.0290.018-0.125-0.155-0.0930
17336.211.227.72 -0.1210.0410.038-0.040.025-0.067-0.147-0.081-0 -0.120.0290.055-0.0390.034-0.094-0.163-0.09-0
18346.6412.324.6 -0.0990.0340.053-0.0310.035-0.169-0.199-0.1010 -0.1130.0430.048-0.0320.024-0.135-0.174-0.1060
19356.4412.65.3 -0.1090.0350.049-0.0310.031-0.133-0.171-0.1010 -0.1150.0390.048-0.0310.027-0.123-0.167-0.102-0
20365144.56 -0.1650.0380.065-0.0230.031-0.165-0.231-0.1230 -0.1360.0360.038-0.0230.03-0.133-0.173-0.1190
21378.8614.85.94 -0.0710.0270.039-0.0270.028-0.129-0.15-0.0770 -0.0860.0350.041-0.0280.018-0.107-0.139-0.082-0
22385.811.185.02 -0.1210.0390.052-0.0360.034-0.135-0.181-0.1110 -0.1280.0420.054-0.0360.031-0.132-0.185-0.1110
23395.9812.266.66 -0.1280.0390.044-0.0330.027-0.088-0.159-0.090 -0.1210.0320.05-0.0330.033-0.105-0.164-0.096-0
24405.0214.965.26 -0.1740.0370.06-0.0220.027-0.134-0.218-0.1110 -0.1310.0320.035-0.0210.03-0.12-0.161-0.111-0
25416.8812.147.62 -0.1050.0370.036-0.0360.025-0.073-0.132-0.082-0 -0.1090.030.051-0.0360.03-0.094-0.153-0.086-0
2642712.644.32 -0.0910.0320.054-0.030.036-0.193-0.218-0.0960 -0.1080.0440.047-0.0320.021-0.138-0.172-0.1050
27437.613.246.98 -0.090.0320.037-0.0320.026-0.09-0.128-0.085-0 -0.0990.0320.047-0.0320.026-0.099-0.146-0.0840
28448.3214.567.1 -0.0810.0290.036-0.0290.025-0.093-0.123-0.08-0 -0.0910.0310.042-0.0290.022-0.096-0.136-0.079-0
AVE:30.56.74 13.095.69 -0.110.0340.048-0.030.03-0.132-0.178-0.095-0 -0.1120.0360.046-0.0310.026-0.117-0.161-0.098-0




XVIII. Table of Results: check that factor demand price elasticities of the estimated Normalized Quadratic cost function for a given level of output and factor prices agree with the factor demand price elasticities of the CES cost function.

Normalized Quadratic Cost Function
CES Production Function:  Returns to Scale = 1, Elasticity of Substitution = 0.85
Normalized Quadratic:  Returns to Scale = 1;   Base Prices: wL* = 7, wK* = 13, wM* = 6
       —     —   CES Cost Data   —     —       —     —   Normalized Quadratic Cost Data   —     —
  Factor PricesFactor Demand Price ElasticitiesFactor Demand Price Elasticities
obs #qwLwKwM εL,wLεL,wKεL,wMεK,wKεK,wMεM,wM εL,wLεL,wKεL,wMεK,wKεK,wMεM,wM
1175.7212.166.62 -0.5690.3530.216-0.4970.216-0.634 -0.520.280.24-0.2950.163-0.508
2188.1814.845.18 -0.560.3560.204-0.4940.204-0.646 -0.660.480.18-0.3480.084-0.525
3197.2811.325.04 -0.5580.350.208-0.50.208-0.642 -0.7050.4540.251-0.3990.108-0.604
4207.3611.084.1 -0.5550.3520.203-0.4980.203-0.647 -0.7540.5350.218-0.4320.076-0.598
5216.6411.367.32 -0.5640.3470.218-0.5030.218-0.632 -0.5890.2780.31-0.3440.181-0.562
6227.0613.084.68 -0.560.3560.205-0.4940.205-0.645 -0.6450.4640.181-0.3390.089-0.522
7238.914.87.34 -0.5610.350.211-0.50.211-0.639 -0.650.3880.262-0.3650.132-0.583
8245.214.484.18 -0.570.3660.204-0.4840.204-0.646 -0.4840.380.103-0.2160.08-0.404
9255.0414.14.56 -0.5710.3650.206-0.4850.206-0.644 -0.4710.3530.118-0.220.093-0.419
10265.8812.164.98 -0.5650.3560.209-0.4940.209-0.641 -0.5730.3830.191-0.30.115-0.506
11277.0212.366.72 -0.5630.3490.214-0.5010.214-0.636 -0.6060.3350.271-0.3430.152-0.563
12288.513.84.82 -0.5560.3540.203-0.4960.203-0.647 -0.7190.5240.196-0.3980.075-0.561
13295.9414.065.5 -0.5680.3590.209-0.4910.209-0.641 -0.5190.3540.166-0.2640.114-0.471
14307136 -0.5630.3530.211-0.4970.211-0.639 -0.6070.3780.229-0.3310.128-0.544
15315.2614.026.48 -0.5730.3590.214-0.4910.214-0.636 -0.4510.2720.18-0.2460.144-0.457
16328.0813.964.68 -0.5580.3550.202-0.4950.202-0.648 -0.6910.5120.179-0.3710.075-0.534
17336.211.227.72 -0.5670.3470.22-0.5030.22-0.63 -0.550.2380.312-0.3280.196-0.536
18346.6412.324.6 -0.5610.3550.206-0.4950.206-0.644 -0.6390.450.189-0.3370.095-0.527
19356.4412.65.3 -0.5640.3550.209-0.4950.209-0.641 -0.5960.3920.204-0.3170.116-0.523
20365144.56 -0.5710.3650.207-0.4850.207-0.643 -0.470.3510.119-0.220.094-0.42
21378.8614.85.94 -0.5590.3520.206-0.4980.206-0.644 -0.6830.4650.218-0.3760.098-0.569
22385.811.185.02 -0.5640.3540.21-0.4960.21-0.64 -0.5930.3750.218-0.320.126-0.532
23395.9812.266.66 -0.5680.3520.216-0.4980.216-0.634 -0.5360.290.245-0.3030.161-0.517
24405.0214.965.26 -0.5740.3650.209-0.4850.209-0.641 -0.4390.3150.124-0.2120.106-0.419
25416.8812.147.62 -0.5650.3480.217-0.5020.217-0.633 -0.5790.280.299-0.3370.178-0.554
2642712.644.32 -0.5590.3560.203-0.4940.203-0.647 -0.6650.4880.177-0.3510.081-0.523
27437.613.246.98 -0.5630.350.213-0.50.213-0.637 -0.6160.350.266-0.3470.146-0.567
28448.3214.567.1 -0.5620.3510.211-0.4990.211-0.639 -0.6270.3780.25-0.3490.133-0.565
AVE:30.56.74 13.095.69 -0.5640.3550.209-0.4950.209-0.641 -0.5940.3840.211-0.3220.119-0.522

 




Mathematical Notes

Normalized Quadratic Cost Function

c(w) = cT * w + (1/2) * wT * D * w / (1T * w),

a linear function in its parameters, c, and D.

Normalized Quadratic Unit Cost Function:

c(wL,wK,wM) = cL * wL + cK * wK + cM * wM + (1/2) * [dLL * (wL*wL) + dLK*(wL*wK) + dLM * (wL*wM)      
           + dKL * (wK*wL) + dKK*(wK*wK) + dKM * (wK*wM)  
           + dML * (wM*wL) + dMK*(wM*wK) + dMM * (wM*wM)] * (wL + wK + wM)^-1

Returns to Scale Function:

h(q) = q^(1/nu1)

a continuous, increasing function of q (q >= 1), with h(0) = 0 and h(1) = 1,

Normalized Quadratic (Total) Cost Function:

C(q;wL,wK,wM) = h(q) * c(wL,wK,wM)

Define the variable w as:

w = 1 / (wL + wM + wK) = 1 / (1T * w).

Unit Factor Demand Functions:

l(wL, wK, wM) = cL + (dLL * wL + dLK * wK + dLM * wM) * w - (1/2) * [dLL * wL * wL + dLK * wvL * wvK + dLM * wL * wM
          + dKL * wK * wL + dKK * wK * wK + dKM * wK * wM
          + dML * wM * wL + dMK * wM * wK + dMM * wM * wM] * w * w
k(wL, wK, wM) = cK + (dKL * wL + dKK * wK + dKM * wM) * w - (1/2) * [dLL * wL * wL + dLK * wL * wK + dLM * wL * wM
          + dKL * wK * wL + dKK * wK * wK + dKM * wK * wM
          + dML * wM * wL + dMK * wM * wK + dMM * wM * wM] * w * w
m(wL, wK, wM) = cM + (dML * wL + dMK * wK + dMM * wM) * w - (1/2) * [dLL * wL * wL + dLK * wL * wK + dLM * wL * wM) * w
          + dKL * wK * wL + dKK * wK * wK + dKM * wK * wM
          + dML * wM * wL + dMK * wM * wK + dMM * wM * wM] * w * w

Unit Factor Demand Functions' Partial Derivatives:

∂l/∂wL = dLL * w  - (dLL * wL + dLK * wK + dLM * wM
+ dLL * wL + dKL * wK + dML * wM) * w * w
  + [dLL * wL * wL + dLK * wL * wK + dLM * wL * wM
  + dKL * wK * wL + dKK * wK * wK + dKM * wK * wM
  + dML * wM * wL + dMK * wM * wK + dMM * wM * wM] * w * w * w
∂l/∂wK = dLK * w  - (dLL * wL + dLK * wK + dLM * wM
+ dLK * wL + dKK * wK + dMK * wM) * w * w
  + [dLL * wL * wL + dLK * wL * wK + dLM * wL * wM
  + dKL * wK * wL + dKK * wK * wK + dKM * wK * wM
  + dML * wM * wL + dMK * wM * wK + dMM * wM * wM] * w * w * w
∂l/∂wM = dLM * w  - (dLL * wL + dLK * wK + dLM * wM
+ dLM * wL + dKM * wK + dMM * wM) * w * w
  + [dLL * wL * wL + dLK * wL * wK + dLM * wL * wM
  + dKL * wK * wL + dKK * wK * wK + dKM * wK * wM
  + dML * wM * wL + dMK * wM * wK + dMM * wM * wM] * w * w * w
∂k/∂wL = dKL * w  - (dKL * wL + dKK * wK + dKM * wM
+ dLL * wL + dKL * wK + dML * wM) * w * w
  + [dLL * wL * wL + dLK * wL * wK + dLM * wL * wM
  + dKL * wK * wL + dKK * wK * wK + dKM * wK * wM
  + dML * wM * wL + dMK * wM * wK + dMM * wM * wM] * w * w * w
∂k/∂wK = dKK * w  - (dKL * wL + dKK * wK + dKM * wM
+ dLK * wL + dKK * wK + dMK * wM) * w * w
  + [dLL * wL * wL + dLK * wL * wK + dLM * wL * wM
  + dKL * wK * wL + dKK * wK * wK + dKM * wK * wM
  + dML * wM * wL + dMK * wM * wK + dMM * wM * wM] * w * w * w
∂k/∂wM = dKM * w  - (dKL * wL + dKK * wK + dKM * wM
+ dLM * wL + dKM * wK + dMM * wM) * w * w
  + [dLL * wL * wL + dLK * wL * wK + dLM * wL * wM
  + dKL * wK * wL + dKK * wK * wK + dKM * wK * wM
  + dML * wM * wL + dMK * wM * wK + dMM * wM * wM] * w * w * w
∂m/∂wL = dML * w  - (dML * wL + dMK * wK + dMM * wM
+ dLL * wL + dKL * wK + dML * wM) * w * w
  + [dLL * wL * wL + dLK * wL * wK + dLM * wL * wM
  + dKL * wK * wL + dKK * wK * wK + dKM * wK * wM
  + dML * wM * wL + dMK * wM * wK + dMM * wM * wM] * w * w * w
∂m/∂wK = dMK * w  - (dML * wL + dMK * wK + dMM * wM
+ dLK * wL + dKK * wK + dMK * wM) * w * w
  + [dLL * wL * wL + dLK * wL * wK + dLM * wL * wM
  + dKL * wK * wL + dKK * wK * wK + dKM * wK * wM
  + dML * wM * wL + dMK * wM * wK + dMM * wM * wM] * w * w * w
∂m/∂wM = dMM * w  - (dML * wL + dMK * wK + dMM * wM
+ dLM * wL + dKM * wK + dMM * wM) * w * w
  + [dLL * wL * wL + dLK * wL * wK + dLM * wL * wM
  + dKL * wK * wL + dKK * wK * wK + dKM * wK * wM
  + dML * wM * wL + dMK * wM * wK + dMM * wM * wM] * w * w * w

Normalized Quadratic Cost Function's Uzawa Elasticities:

uLK = c(wL,wK,wM) * ∂l/∂wK / (l * k);
uLM = c(wL,wK,wM) * ∂l/∂wM / (l * m);
uKL = c(wL,wK,wM) * ∂k/∂wL / (k * l);
uKM = c(wL,wK,wM) * ∂k/∂wM / (k * m);
uML = c(wL,wK,wM) * ∂m/∂wL / (m * l);
uMK = c(wL,wK,wM) * ∂m/∂wK / (m * k);

Reparameterized Normalized Quadratic Unit Cost Function:

ç(w) = bT * w + (1/2) * wT * (-B) * w / (1T * w),

is a nonlinear function in its parameters, b = [bL, bK, bM]T, and (-B), i.e. in its free parameters bL, bK, bM, bLL, bKL, and bKK.

Reparameterized Normalized Quadratic Unit Cost Function:

ç(wL,wK,wM) = bL * wL + bK * wK + bM * wM
+ .5 * (-wL*bLL^2-wK*bLL*bKL-wM*bLL*(-bLL*uL-bKL*uK)/uM) * wL * w
+ .5 * (-wL*bLL*bKL+wK*(-bKL^2-bKK^2)+wM*(-bKL*(-bLL*uL-bKL*uK)/uM+bKK^2*uK/uM))* wK * w
+ .5 * (-wL*bLL*(-bLL*uL-bKL*uK)/uM+wK*(-bKL*(-bLL*uL-bKL*uK)/uM+bKK^2*uK/uM)+wM*(-(-bLL*uL-bKL*uK)^2/uM^2-bKK^2*uK^2/uM^2))* wM * w);

where u = w* / (wL* + wK* + wM*) = [uL, uK, uM]T = [vL*, vK*, vM*] (redefined), the vector of base prices.

Shephard's lemma provides that the gradient vector of the unit cost function is the vector of unit input demand functions:

ç(w) = [l(w), k(w), m(w)]T =b + (-B) * w / ( 1T * w) - (1/2) * wT * (-B) * w * 1 / (1T * w)2.

Reparameterized Normalized Quadratic Unit Factor Demand Functions:

l(wL,wK,wM) = bL + (-bLL^2*wL - bLL*bKL*wK - bLL*(-bLL*uL-bKL*uK)/uM*wM) * w
- .5 * (-wL*bLL^2-wK*bLL*bKL-wM*bLL*(-bLL*uL-bKL*uK)/uM) * wL * w * w
- .5 * (-wL*bLL*bKL+wK*(-bKL^2-bKK^2)+wM*(-bKL*(-bLL*uL-bKL*uK)/uM+bKK^2*uK/uM))* wK * w * w
- .5 * (-wL*bLL*(-bLL*uL-bKL*uK)/uM+wK*(-bKL*(-bLL*uL-bKL*uK)/uM+bKK^2*uK/uM)+wM*(-(-bLL*uL-bKL*uK)^2/uM^2-bKK^2*uK^2/uM^2))* wM * w * w );
k(wL,wK,wM) = bK + (-bLL*bKL*wL + (-bKL^2-bKK^2)*wK + (-bKL*(-bLL*uL-bKL*uK)/uM+bKK^2*uK/uM)* wM) * w
- .5 * (-wL*bLL^2-wK*bLL*bKL-wM*bLL*(-bLL*uL-bKL*uK)/uM) * wL * w * w
- .5 * (-wL*bLL*bKL+wK*(-bKL^2-bKK^2)+wM*(-bKL*(-bLL*uL-bKL*uK)/uM+bKK^2*uK/uM))* wK * w * w
- .5 * (-wL*bLL*(-bLL*uL-bKL*uK)/uM+wK*(-bKL*(-bLL*uL-bKL*uK)/uM+bKK^2*uK/uM)+wM*(-(-bLL*uL-bKL*uK)^2/uM^2-bKK^2*uK^2/uM^2))* wM * w * w );
m(wL,wK,wM) = bM + (-bLL*(-bLL*uL-bKL*uK)/uM*wL + (-bKL*(-bLL*uL-bKL*uK)/uM+bKK^2*uK/uM)*wK + (-(-bLL*uL-bKL*uK)^2/uM^2-bKK^2*uK^2/uM^2)*wM) * w
- .5 * (-wL*bLL^2-wK*bLL*bKL-wM*bLL*(-bLL*uL-bKL*uK)/uM) * wL * w * w
- .5 * (-wL*bLL*bKL+wK*(-bKL^2-bKK^2)+wM*(-bKL*(-bLL*uL-bKL*uK)/uM+bKK^2*uK/uM))* wK * w * w
- .5 * (-wL*bLL*(-bLL*uL-bKL*uK)/uM+wK*(-bKL*(-bLL*uL-bKL*uK)/uM+bKK^2*uK/uM)+wM*(-(-bLL*uL-bKL*uK)^2/uM^2-bKK^2*uK^2/uM^2))* wM * w * w );

Reparameterized Unit Labour Demand Function Partial Derivatives:

∂l/∂bL = 1
∂l/∂bK = 0
∂l/∂bM = 0
∂l/∂bLL = (-2*wL*bLL-wK*bKL-wM*(-bLL*uL-bKL*uK)/uM+wM*bLL*uL/uM) * w
-((-wL*bLL-1/2*wK*bKL-1/2*wM*(-bLL*uL-bKL*uK)/uM+1/2*wM*bLL*uL/uM)*wL +
(-1/2*wL*bKL+1/2*wM*bKL*uL/uM)*wK +
(-1/2*wL*(-bLL*uL-bKL*uK)/uM+1/2*wL*bLL*uL/uM+1/2*wK*bKL*uL/uM+wM*(-bLL*uL-bKL*uK)/uM^2*uL)*wM)* w * w
∂l/∂bKL = (-wK*bLL+wM*bLL*uK/uM) * w
-((-1/2*wK*bLL+1/2*wM*bLL*uK/uM)*wL +
(-1/2*wL*bLL-wK*bKL+1/2*wM*(-(-bLL*uL-bKL*uK)/uM+bKL*uK/uM))*wK +
(1/2*wL*bLL*uK/uM+1/2*wK*(-(-bLL*uL-bKL*uK)/uM+bKL*uK/uM)+wM*(-bLL*uL-bKL*uK)/uM^2*uK)*wM)* w * w
∂l/∂bKK = -((-wK*bKK+wM*bKK*uK/uM)*wK + (wK*bKK*uK/uM-wM*bKK*uK^2/uM^2)*wM)* w * w

Reparameterized Unit Capital Demand Function Partial Derivatives:

∂k/∂bL = 0
∂k/∂bK = 1
∂k/∂bM = 0
∂k/∂bLL = (-wL*bKL+wM*bKL*uL/uM) * w
-((-wL*bLL-1/2*wK*bKL-1/2*wM*(-bLL*uL-bKL*uK)/uM+1/2*wM*bLL*uL/uM)*wL +
(-1/2*wL*bKL+1/2*wM*bKL*uL/uM)*wK +
(-1/2*wL*(-bLL*uL-bKL*uK)/uM+1/2*wL*bLL*uL/uM+1/2*wK*bKL*uL/uM+wM*(-bLL*uL-bKL*uK)/uM^2*uL)*wM)* w * w
∂k/∂bKL = (-wL*bLL-2*wK*bKL+wM*(-(-bLL*uL-bKL*uK)/uM+bKL*uK/uM)) * w
-((-1/2*wK*bLL+1/2*wM*bLL*uK/uM)*wL +
(-1/2*wL*bLL-wK*bKL+1/2*wM*(-(-bLL*uL-bKL*uK)/uM+bKL*uK/uM))*wK +
(1/2*wL*bLL*uK/uM+1/2*wK*(-(-bLL*uL-bKL*uK)/uM+bKL*uK/uM)+wM*(-bLL*uL-bKL*uK)/uM^2*uK)*wM)* w * w
∂k/∂bKK = (-2*wK*bKK+2*wM*bKK*uK/uM)* w
  -((-wK*bKK+wM*bKK*uK/uM)*wK + (wK*bKK*uK/uM-wM*bKK*uK^2/uM^2)*wM)* w * w

Reparameterized Unit Materials and Supplies Demand Function Partial Derivatives:

∂m/∂bL = 0
∂m/∂bK = 0
∂k/∂bM = 1
∂m/∂bLL = (-wL*(-bLL*uL-bKL*uK)/uM+wL*bLL*uL/uM+wK*bKL*uL/uM+2*wM*(-bLL*uL-bKL*uK)/uM^2*uL) * w
-((-wL*bLL-1/2*wK*bKL-1/2*wM*(-bLL*uL-bKL*uK)/uM+1/2*wM*bLL*uL/uM)*wL +
(-1/2*wL*bKL+1/2*wM*bKL*uL/uM)*wK +
(-1/2*wL*(-bLL*uL-bKL*uK)/uM+1/2*wL*bLL*uL/uM+1/2*wK*bKL*uL/uM+wM*(-bLL*uL-bKL*uK)/uM^2*uL)*wM)* w * w
∂m/∂bKL = (wL*bLL*uK/uM+wK*(-(-bLL*uL-bKL*uK)/uM+bKL*uK/uM)+2*wM*(-bLL*uL-bKL*uK)/uM^2*uK) * w
-((-1/2*wK*bLL+1/2*wM*bLL*uK/uM)*wL +
(-1/2*wL*bLL-wK*bKL+1/2*wM*(-(-bLL*uL-bKL*uK)/uM+bKL*uK/uM))*wK +
(1/2*wL*bLL*uK/uM+1/2*wK*(-(-bLL*uL-bKL*uK)/uM+bKL*uK/uM)+wM*(-bLL*uL-bKL*uK)/uM^2*uK)*wM)* w * w
∂m/∂bKK = (2*wK*bKK*uK/uM-2*wM*bKK*uK^2/uM^2) * w
  -((-wK*bKK+wM*bKK*uK/uM)*wK + (wK*bKK*uK/uM-wM*bKK*uK^2/uM^2)*wM)* w * w

CES Production/Cost Functions:

CES Production Function:

q = A * [alpha * (L^-rho) + beta * (K^-rho) + gamma *(M^-rho)]^(-nu/rho) = f(L,K,M).

where L = labour, K = capital, M = materials and supplies, and q = product. The parameter nu is a measure of the economies of scale, while the parameter rho yields the elasticity of substitution:

sigma = 1/(1 + rho).

The efficiency parameter, A, changes output proportionally for changes in factor inputs, while the distribution parameters, alpha, beta, and gamma, determine the relative shares of the factors in the total cost of producing levels of outputs.

CES Cost Function:

C(q;wL,wK,wM) = h(q) * c(wL,wK,wM)

where the returns to scale function is:

h(q) = (q/A)^1/nu

a continuous, increasing function of q (q >= 1), with h(0) = 0 and h(1)=1.

and the unit cost function is:

c(wL,wK,wM) = [alpha^(1/(1+rho)) * wL^(rho/(1+rho)) + beta^(1/(1+rho)) * wK^(rho/(1+rho)) + gamma^(1/(1+rho)) * wM^(rho/(1+rho))]^((1+rho)/rho)

CES Unit Demand Functions:

l(wL,wK,wM) = [(alpha / wL) * c(wL,wK,wM)]^(1/(1+rho))
k(wL,wK,wM) = [(beta / wK) * c(wL,wK,wM)]^(1/(1+rho))
m(wL,wK,wM) = [(gamma / wM) * c(wL,wK,wM)]^(1/(1+rho))

Properties of the Unit CES Cost Function, c(wL,wK,wM).

  a. c(wL,wK,wM) is linear homogeneous in factor prices.

c(t*wL,t*wK,t*wM) = [alpha^(1/(1+rho)) * (t*wL)^(rho/(1+rho)) + beta^(1/(1+rho)) * (t*wK)^(rho/(1+rho)) + gamma^(1/(1+rho)) * (t*wM)^(rho/(1+rho))]^((1+rho)/rho),
= [t^(rho/(1+rho)) * (alpha^(1/(1+rho)) * wL^(rho/(1+rho)) + beta^(1/(1+rho)) * wK^(rho/(1+rho)) + gamma^(1/(1+rho)) * wM^(rho/(1+rho)))]^((1+rho)/rho),
= t * [alpha^(1/(1+rho)) * wL^(rho/(1+rho)) + beta^(1/(1+rho)) * wK^(rho/(1+rho)) + gamma^(1/(1+rho)) * wM^(rho/(1+rho)))]^((1+rho)/rho),   →
c(t*wL,t*wK,t*wM) = t * c(wL,wK,wM)

  b. The matrix ∇2c of second order partial derivatives of the unit cost function c(wL,wK,wM) is symmetric.

∂(∂c(wL,wK,wM)/∂wL)/∂wK

= ∂([(alpha / wL) * c(wL,wK,wM)]^(1/(1+rho)))/∂wK
= (1/(1+rho)) * (alpha/wL) * ∂c(wL,wK,wM)/∂wK * [(alpha / wL) * c(wL,wK,wM)]^(1/(1+rho)) / [(alpha / wL) * c(wL,wK,wM)]
= (1/(1+rho)) * ∂c(wL,wK,wM)/∂wK * ∂c(wL,wK,wM)/∂wL / c(wL,wK,wM)
= ∂(∂c(wL,wK,wM)/∂wK)/∂wL

∂(∂c(wL,wK,wM)/∂wL)/∂wM

= ∂([(alpha / wL) * c(wL,wK,wM)]^(1/(1+rho)))/∂wM
= (1/(1+rho)) * (alpha/wL) * ∂c(wL,wK,wM)/∂wM * [(alpha / wL) * c(wL,wK,wM)]^(1/(1+rho)) / [(alpha / wL) * c(wL,wK,wM)]
= (1/(1+rho)) * ∂c(wL,wK,wM)/∂wM * ∂c(wL,wK,wM)/∂wL / c(wL,wK,wM)
= ∂(∂c(wL,wK,wM)/∂wM)/∂wL

etc.

 

  c. c(wL,wK,wM) is concave in factor prices.

  d. The CES production function is called homothetic, because the CES cost function can be separated (factored) into a function of output, q, times a function of input prices, wL, wK, and wM.

 

 
   

      Copyright © Elmer G. Wiens:   Egwald Web Services       All Rights Reserved.    Inquiries