SFrontiers.jl

A Package for Estimating Stochastic Frontier Models using Julia
Author HungJenWang1991
Popularity
6 Stars
Updated Last
1 Year Ago
Started In
August 2021

SFrontiers.jl

A Julia Package for Estimating Stochastic Frontier Models

Build Status codecov.io

SFrontiers.jl provides commands for estimating various parametric stochastic frontier models in Julia. The commands estimate model parameters, calculate efficiency and inefficiency index, compute marginal effects of inefficiency determinants (if any), and with the option of bootstrapping standard errors of the mean marginal effects. Estimation methods include the maximum likelihood estimator (MLE) and the method of moments (MoM) estimator.

The package uses Optim.jl as the main driver for the maximum likelihood estimation.

Updates

  • Oct. 23, 2021: Add sfmodel_MoMTest() for testing distribution assumptions and estimating model parameters using the method of moments (v0.2.1).

Coverage

  • cross-sectional: models where the one-sided stochastic term (i.e., $u_i$) follows half normal, truncated normal, or exponential distributions, with the distributions flexibly parameterized by vectors of exogenous determinants. Also, the scaling property model.
  • panel: various flavors of true fixed effect models, true random effect model, and time-decay model.
  • in the pipeline: two-tier frontier models with exogenous determinants, time series autocorrelation models, semi-parametric models, and models with exotic distributions estimated by maximum simulated likelihoods.

Collaboration to add models is welcome!

Documentation

Current Version. It has a detailed example (also available in Jupyter notebook) of using SFrontiers.jl to conduct a stochastic frontier analysis.

Installation

julia> using Pkg
julia> Pkg.add("SFrontiers")

Citation

(TBA)