Distribution
distribution
Specify distributions for sampling values.
#distribution |
||||||
allOf |
||||||
type |
object |
|||||
properties |
||||||
|
||||||
|
A number is sampled from the array with each number having the given probability. |
|||||
type |
array |
|||||
items |
type |
object |
||||
properties |
||||||
|
allOf |
|||||
maximum |
1 |
|||||
|
||||||
|
oneOf |
A number is sampled uniformly from the given values |
||||
type |
array |
|||||
items |
||||||
A number is sampled uniformly in the given interval [min, max] |
||||||
type |
object |
|||||
properties |
||||||
|
||||||
|
||||||
|
A number is sampled from a normal or Gaussian distribution. |
|||||
type |
object |
|||||
properties |
||||||
|
||||||
|
||||||
|
A number is sampled from a Gamma distribution. |
|||||
type |
object |
|||||
properties |
||||||
|
shape parameter |
|||||
|
scale parameter |
|||||
patternProperties |
||||||
|
||||||
additionalProperties |
False |
|||||