Skip to content

alanleal-econ/SpatialEconometrics.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpatialEconometrics.jl

Spatial Econometrics Logo

This package implements spatial models, using maximum likelihood.

At this current state, we have implemented the ML estimators and, when aplicable, effects for:

  1. SAR: Spatial Autorregressive Model;
  2. SEM: Spatial Error Model;
  3. SAC or SARAR: Spatial lagged dependent and error model.

Instalation

You can install this package with the Pkg.add function, by using the following command:

using Pkg
Pkg.add(url="https://github.com/alanleal-econ/SpatialEconometrics.jl")
using SpatialEconometrics

Documentation and Tutorials

You can find details on SpatialEconometrics.jl functions, as well as their usage in the package website.

Questions

Questions should be directed to the e-mail:[email protected]

Disclaimer

This software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software.