Parameter Distribution¶
Creates a range of values giving a distribution for a parameter
Definition¶
Output ports¶
- out table
 Output
Configuration¶
- Number of points (N)
 Number of point to generate / to sample
- as integer (as_integer)
 Forces output to be integers. Removes redundant sample points
- Maximum (max)
 Upper value in range
- Distribution (method)
 Type of distribution
- Minimum (min)
 Lower value in range
- Parameter Name: (name)
 Name of generated column / parameter
Implementation¶
- class node_parameters.ParameterDistribution[source]