LogNormalOptions
Defined in: src/distribution/continuous/normal.ts:36
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”
optionalmu?:number
Defined in: src/distribution/continuous/normal.ts:38
Mean of the underlying normal, not of the log-normal itself.
sigma?
Section titled “sigma?”
optionalsigma?:number
Defined in: src/distribution/continuous/normal.ts:40
Standard deviation of the underlying normal.