Geometric Probability Mass Function

geo_pmf(x, p)

Arguments

x

The cumulative sum of differences, representing the number of attempts before success.
These values imply contiguous parts of the series before a break.

p

The cumulative proportion of the current group's difference-proportion mapped from response.pmf.

Value

\(p(1 - p)^x\)

See also

Other Signal Processor Functions: exec_algorithm(), info_encoder(), score_algorithm_output(), signal_processor()