Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 760 Bytes

Distribution.md

File metadata and controls

10 lines (7 loc) · 760 Bytes

# Distribution

Properties

Name Type Description Notes
kind string The type of distribution. [optional]
parameters array<string,float> 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]

[Back to Model list] [Back to API list] [Back to README]