-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
# PerformanceAnalytics.jl | ||
[![Build Status](https://github.com/eohne/PerformanceAnalytics.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/eohne/PerformanceAnalytics.jl/actions/workflows/CI.yml?query=branch%3Amaster) [![][docs-latest-img]][docs-latest-url] | ||
[![Build Status](https://github.com/eohne/PerformanceAnalytics.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/eohne/PerformanceAnalytics.jl/actions/workflows/CI.yml?query=branch%3Amain) [![][docs-latest-img]][docs-latest-url] | ||
|
||
Given the lack of packages that deal with financial analysis in Julia I have decided to translate the functionality of the PerformanceAnalytics package in R to Julia. | ||
|
||
Since I took a long break from this and never published it a new pacakge has emergerd. This package is registered and implements many of the functions available here: [`PortfolioAnalytics.jl`][https://github.com/doganmehmet/PortfolioAnalytics.jl] | ||
|
||
Given the lack of packages that deal with financial analysis in Julia I have decided to translate the functionality of the PerformanceAnalytics package in R by XXXX to Julia. | ||
|
||
[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg | ||
[docs-latest-url]: https://eohne.github.io/PerformanceAnalytics.jl/dev/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# PerformanceAnalytics.jl | ||
GitHub Repo: [https://github.com/eohne/PerformanceAnalytics.jl](https://github.com/eohne/PerformanceAnalytics.jl) | ||
|
||
|
||
There is a different package that is registered and implements many of the functions available here: [`PortfolioAnalytics.jl`][https://github.com/doganmehmet/PortfolioAnalytics.jl] | ||
|
||
The package is NOT registerd in the [`General`](https://github.com/JuliaRegistries/General) registry |