v1.0.0-rc.67

This commit is contained in:
2025-08-11 11:13:59 +02:00
parent 4189fa3e3c
commit a32cec3404
144 changed files with 2065 additions and 1656 deletions
+1
View File
@@ -15,4 +15,5 @@ TEST_CASE("Regression") {
auto reg = regression(x, y);
REQUIRE(reg.intercept == Catch::Approx(5.0));
REQUIRE(reg.slope == Catch::Approx(7.0));
REQUIRE(reg.r_square > 0.9999);
}