distribution#

Define distributions of parameters.

distribution:
  - name: 'param1'
    ...
  - name: 'param2'
    ...

Specification#

Arguments:

List of distribution specifications

Default:

None

Child keywords#

For each distribution:

Keyword

Requirements

Description

name

Required

Name of the parameter(s)

function

Required

Name of the function to generate the distribution

data

Optional

Data to be passed to the interpolation function

Example#