Skip to content

LogNormalOptions

Defined in: src/distribution/continuous/normal.ts:36

Every distribution accepts an engine, defaulting to the global instance.

optional engine?: EngineLike

Defined in: src/distribution/sampler.ts:8

DistributionOptions.engine


optional mu?: number

Defined in: src/distribution/continuous/normal.ts:38

Mean of the underlying normal, not of the log-normal itself.


optional sigma?: number

Defined in: src/distribution/continuous/normal.ts:40

Standard deviation of the underlying normal.