Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 785 Bytes

Distribution.md

File metadata and controls

23 lines (11 loc) · 785 Bytes

Distribution

Properties

Name Type Description Notes
kind KindEnum The type of distribution. [optional]
parameters Map<String, BigDecimal> The parameters of the distribution. The parameters are different for each distribution type. When <code>kind</code> is <code>normal</code>, the parameters of the distribution are 'mu' and 'sigma'. When <code>kind</code> is <code>beta</code>, the parameters of the distribution are 'alpha' and 'beta.' [optional]

Enum: KindEnum

Name Value
NORMAL "normal"
BETA "beta"