-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
Explain what you would like to see improved
It would be great to add documentation for several RooKeysPdf parameters.
In particular, there is a parameter rho in two constructors, which has no explanation. Constructors descriptions are very unclear. However, rho is explained in the article.
There is a parameter Mirror, which I could not find in the article (it has more options than there). From the code it looks like usually it is just reflecting pdf around the border:
if (_mirrorLeft) {
p.x = 2. * _lo - x;
But from the source code, line 261 I can't understand the meaning of _asymLeft option (the code is not simple or intuitive, and has no comments).
Additional context
Maybe it would be worth to give a link to RooNDKeysPdf as a closely related class?