From 6d1802fbaf8637ad75a5e43c37b4d695a7871b42 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Mon, 17 Oct 2022 20:38:05 +1100 Subject: [PATCH] Add README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 85755c7..cff830b 100644 --- a/README.md +++ b/README.md @@ -77,3 +77,7 @@ Relevant statistical functions are all directly available from the top-level *yl * *bayesfactor_afbf*: Adjusted fractional Bayes factor for a hypothesis on parameters from regression Each function is documented in the respective docstring within the source code. Examples can be found in the unit tests in the *tests* directory. + +## Warning + +No warranty is made as to the correctness of any function in this library. While the library is unit tested, the validation is not extensive. This applies particularly for functions which are more than simple wrappers for existing implementations. Please apply appropriate caution.