Skip to content

Commit

Permalink
tshort/Eyeball.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
svaksha committed Jan 18, 2022
1 parent cefee0f commit 89f7b53
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 57 deletions.
16 changes: 10 additions & 6 deletions ActuarialScience.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
+ [ACTUARIAL SCIENCE](#actuarialscience)
+ [ECONOMETRICS](#econometrics)
+ [FINANCE](#finance)
# ACTUARIAL-SCIENCE.md

+ [§1. ECONOMETRICS](#1-ECONOMETRICS)
+ [§2. FINANCE](#2-FINANCE)

----
----

# ACTUARIAL SCIENCE
# §1. ECONOMETRICS <span id="1-ECONOMETRICS"><span>

## ECONOMETRICS
+ [MarketTechnicals.jl](https://github.com/JuliaQuant/MarketTechnicals.jl) :: Technical analysis of financial time series in Julia.
+ [DSGE.jl](https://github.com/FRBNY-DSGE/DSGE.jl) :: FRBNY DSGE model in Julia.
+ [copula.jl](https://github.com/floswald/copula.jl) :: Julia Copula package implements the gaussian AR1 copula.
Expand All @@ -26,7 +27,10 @@
+ [Quantitative economic modelling](http://quant-econ.net/jl/index.html) lecture series in Julia language, designed and written by Thomas J. Sargent and John Stachurski, that is freely available as a [PDF](http://quant-econ.net/_static/pdfs/jl-quant-econ.pdf) file too.
+ [RuinProbability.jl](https://github.com/Hank-Qian/RuinProbability.jl) :: For calculating the ruin probability with real data under different claims models.

## FINANCE
----

# §2. FINANCE <span id="2-FINANCE"><span>
+ [AlphaVantage.jl](https://github.com/ellisvalentiner/AlphaVantage.jl) :: A Julia wrapper for the Alpha Vantage API.
+ [AssetMgmt.jl](https://github.com/cgroll/AssetMgmt.jl) :: Asset Management.
+ [BigFinance.jl](https://github.com/jiahao/BigFinance.jl) :: Analysis of high frequency quantitative data.
+ flashcrash-ui](https://github.com/shashi/flashcrash-ui) :: UI for `BigFinance.jl`.
Expand Down
1 change: 1 addition & 0 deletions Programming-Paradigms.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Programming Paradigms: __Packages and resources that support various programming
+ [BitRegs.jl](https://github.com/daqcore/BitRegs.jl) :: Julia package for bit and register operations.
+ [ChainMap.jl](https://github.com/bramtayl/ChainMap.jl) :: Combine chaining and mapping.
+ [CodeTracking.jl](https://github.com/timholy/CodeTracking.jl) :: An extension of Julia's InteractiveUtils library that provides an interface for obtaining strings and expressions of method definitions, method signatures, etc.. designed to work with Revise.jl (for versions v1.1.0 and higher).
+ [Eyeball.jl](https://github.com/tshort/Eyeball.jl) :: is an object and type viewer for Julia that exports one main tool to browse Julia objects and types.
+ [FemtoCleaner.jl](https://github.com/JuliaComputing/FemtoCleaner.jl) :: It cleans your julia projects by upgrading deprecated syntax, removing version compatibility workarounds and anything else that has a unique upgrade path, and is designed to be as style-preserving as possible, but does not perform code formatting.
+ [IniFile.jl](https://github.com/JuliaLang/IniFile.jl) :: Reading and writing Windows-style INI files.
+ [InterVal.jl](https://github.com/J-Sarnoff/InterVal.jl) :: Intervals are inter-values, an interval is its values and their intra-values.
Expand Down
2 changes: 1 addition & 1 deletion QA.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
----

# §2. Package QA <span id="2-Package-QA"><span>
+ [Aqua.jl(https://github.com/JuliaTesting/Aqua.jl) :: Automate Quality Assurance for Julia packages.
+ [Aqua.jl](https://github.com/JuliaTesting/Aqua.jl) :: Automate Quality Assurance for Julia packages.

Loading

0 comments on commit 89f7b53

Please sign in to comment.