This package implements spatial models, using maximum likelihood.
At this current state, we have implemented the ML estimators and, when aplicable, effects for:
- SAR: Spatial Autorregressive Model;
- SEM: Spatial Error Model;
- 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.