validation and profiles

This commit is contained in:
Miha Kralj
2026-02-26 22:02:52 -08:00
parent 9ab37c1200
commit 8a1ba95173
317 changed files with 18704 additions and 622 deletions
@@ -1,3 +1,6 @@
// OoplesFinance does not have a Relative Volatility Index (RVI) implementation.
// CalculateRelativeVolatility is not present in OoplesFinance.StockIndicators v1.1.1.
namespace QuanTAlib.Test;
using Xunit;
@@ -612,4 +615,5 @@ public class RviValidationTests
double mean = values.Average();
return values.Average(v => Math.Pow(v - mean, 2));
}
}