Parameter Distribution

../../../../_images/parameter_distribution.svg

Creates a range of values giving a distribution for a parameter

Configuration:
  • name

    Name of generated column / parameter

  • min

    Lower value in range

  • max

    Upper value in range

  • N

    Number of point to generate / to sample

  • method

    Type of distribution

  • as_integer

    Forces output to be integers. Removes redundant sample points

Inputs:
Outputs:
out : table

Output

Output ports:
out:

table

Output

Configuration:
name
Name of generated column / parameter
min
Lower value in range
max
Upper value in range
N
Number of point to generate / to sample
method
Type of distribution
as_integer
Forces output to be integers. Removes redundant sample points
class node_parameters.ParameterDistribution[source]