Calculates de cumulative area behind a curve.
You can use it in a distribution curve to calculate the probability until that point.
In order to calculate probability between two points just substract CDFs
The inverse of the CDF is the PPF and receives a quantile and gives you back the value at that point.