GeometricOptions
Defined in: src/distribution/discrete/waiting.ts:14
Every distribution accepts an engine, defaulting to the global instance.
Extends
Section titled “Extends”Properties
Section titled “Properties”engine?
Section titled “engine?”
optionalengine?:EngineLike
Defined in: src/distribution/sampler.ts:8
Inherited from
Section titled “Inherited from”p:
number
Defined in: src/distribution/discrete/waiting.ts:15
support?
Section titled “support?”
optionalsupport?:"trials"|"failures"
Defined in: src/distribution/discrete/waiting.ts:21
'trials' (the default) counts the trial on which the first success lands,
so the support starts at 1. 'failures' counts the failures before it, so
the support starts at 0.