Skip to content

Commit 6b1a77b

Browse files
pcaspersjenkins
authored andcommitted
QPR-11773 typo
1 parent 9270610 commit 6b1a77b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

QuantExt/qle/math/randomvariable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ Array regressionCoefficients(
736736
else
737737
r.copyToArray(b);
738738

739-
if (regressionMethod == RandomVariableRegeressionMethod::SVI) {
739+
if (regressionMethod == RandomVariableRegressionMethod::SVI) {
740740
SVD svd(A);
741741
const Matrix& V = svd.V();
742742
const Matrix& U = svd.U();

0 commit comments

Comments
 (0)