An open API service indexing awesome lists of open source software.

https://github.com/quantecon/quantecon.jl

Julia implementation of QuantEcon routines
https://github.com/quantecon/quantecon.jl

Last synced: 5 months ago
JSON representation

Julia implementation of QuantEcon routines

Awesome Lists containing this project

README

          

## Quantitative Economics (Julia)

This repository collects code for quantitative economic modeling in Julia

Library Website: [https://quantecon.org/quantecon-jl/](https://quantecon.org/quantecon-jl/)

### The QuantEcon package

This repository includes the Julia package `QuantEcon`

To install the package, open the Julia package manager (Pkg) and type

add QuantEcon

#### Documentation for the library:

[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://quantecon.github.io/QuantEcon.jl/stable/)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://quantecon.github.io/QuantEcon.jl/dev/)

#### Current Build and Coverage Status:

[![Build Status](https://github.com/QuantEcon/QuantEcon.jl/workflows/CI/badge.svg)](https://github.com/QuantEcon/QuantEcon.jl/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/QuantEcon/QuantEcon.jl/branch/master/graph/badge.svg?token=NuciqAGfOw)](https://codecov.io/gh/QuantEcon/QuantEcon.jl)

## Related Links

The [QuantEcon lecture site](https://lectures.quantecon.org/) contains
many examples of this library in action.

### License

BSD-3 All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.