Stochastic Frontier Analysis using Julia logo
Stochastic Frontier Analysis using Julia
  • Home of SFrontiers.jl
  • User Guide
    • Installation
      • Install Julia
      • Add SFrontiers.jl to Julia
      • Run Julia script
      • (Option) Install Jupyter and/or VSCode
    • Estimation Overview
    • A Detailed Example
      • cross-sectional models
      • panel models
    • API Reference
  • License
Version
  • User Guide
  • Installation
  • Installation

Install Julia

https://julialang.org/downloads/

Add SFrontiers.jl to Julia

  • Before SFrontiers.jl is registered, use the following method to add the package.
julia> using Pkg
julia> Pkg.add(url="https://github.com/HungJenWang1991/SFrontiers")

Run Julia script

(Option) Install Jupyter and/or VSCode

« Home of SFrontiers.jlEstimation Overview »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 0.27.5 on Sunday 29 August 2021. Using Julia version 1.6.2.