Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 955 Bytes

Distribution.md

File metadata and controls

13 lines (8 loc) · 955 Bytes

Distribution

Properties

Name Type Description Notes
kind str The type of distribution. [optional]
parameters {str: (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]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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