...

intLeft

intLeft(r: ranvar, b: number) 🡒 number, pure function

Returns the sum of the probabilities over the open segment (-$\infty$, b ].

N.B intLeft(r, b) is going to replace the more convolute call int(r, support.min(r), b) in the near future.

User Contributed Notes
0 notes + add a note