GitXplorerGitXplorer
Q

QuantEcon.jl

public
504 stars
303 forks
42 issues

Commits

List of commits on branch master.
Verified
ab615eaac2a4f160654afd5e073092da62251dd9

Merge pull request #291 from QuantEcon/julia-1.10

jjlperla committed 9 months ago
Verified
597b7d2baac30c407425ee3d7b0da0bca6404421

Adding statistics PR as well from PRs #289 and #290

jjlperla committed 9 months ago
Unverified
370de0fd21196006aced3266ce3eb023832d8452

compat bump

jjlperla committed 9 months ago
Verified
25bb92b20e0fac7d08a80f024987d3554b2f5a14

Remove reduntant line in rouwenhorst() (#288)

eeirikbrandsaas committed a year ago
Verified
22e12f67fca42c13d987051a99b803bbb8f43f55

v0.16.5

ooyamad committed a year ago
Verified
68e0ed2d96352a2fcc26383f6734fd1c9b4eb849

CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#287)

ggithub-actions[bot] committed a year ago

README

The README file for this repository.

Quantitative Economics (Julia)

This repository collects code for quantitative economic modeling in Julia

Library Website: 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:

Current Build and Coverage Status:

Build Status codecov

Related Links

The QuantEcon lecture site 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.