Normal Distribution
lerax.distribution.Normal
Bases: AbstractDistreqxWrapper[Float[Array, ' dims']]
Normal distribution.
Attributes:
| Name | Type | Description |
|---|---|---|
distribution |
distributions.Normal
|
The underlying distreqx Normal distribution. |
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
loc
|
Float[ArrayLike, ' dims']
|
The mean of the distribution. |
required |
scale
|
Float[ArrayLike, ' dims']
|
The standard deviation of the distribution. |
required |