jpmorganchase / QOKit

QOKit
https://www.jpmorgan.com/technology/applied-research
Apache License 2.0
51 stars 23 forks source link

Fix typo of scaling rule in portfolio optimization #53

Closed ZichangHe closed 6 months ago

rsln-s commented 6 months ago

Would you mind opening a PR with a fix?

ZichangHe commented 6 months ago

Yes, just created a PR. Very simple change, should be easy to merge.

Previously, we used sqrt(A) + sqrt(B). It should be sqrt(A+B).