From 0f70888dc2d57655d372a96b88fffcc9ff12f988 Mon Sep 17 00:00:00 2001 From: Elias Ohneberg Date: Tue, 15 Oct 2024 12:52:38 +0100 Subject: [PATCH] update readem --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cace60..832ed54 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ 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) +Since I took a long break from this and never published it a new pacakge has emergerd. This package is registered and implements many but not all of the functions available here: [PortfolioAnalytics.jl](https://github.com/doganmehmet/PortfolioAnalytics.jl) + +All functions have a method definition that works with simple arrays and you can just copy past those if you want. A list of all functions can be found here: [All Functions Doc](https://eohne.github.io/PerformanceAnalytics.jl/dev/AllFunctions/) [docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg