Geometric distribution Chart
Calculates the chart of Geometric distribution of parameter p which is success probability of a single event. Random Variable X counts the number of trials to get a success. Pay attention that the successful trial is included in the count.
`P(X = k) = (1-p)^(k-1)*p` with `k >= 1`