Closed
Description
I'm a bit unhappy that we need to do the complicated VisitationFrequency(RectangularBinning(n))
. I understand that VisitationFrequency
could take other things than RectangularBinning
, but I don't understand where else RectangularBinning
can be given to except VisitationFrequency
. Why don't we allow RectangularBinning
itself to be used directly with probabilities
? @kahaaga