boax.core.distributions.normal.normal

Contents

boax.core.distributions.normal.normal#

boax.core.distributions.normal.normal(loc=Array(0., dtype=float32), scale=Array(1., dtype=float32))#

Smart constructor for the normal distribution.

Parameters:
  • loc (Union[Array, ndarray, bool, number]) – The location parameter.

  • scale (Union[Array, ndarray, bool, number]) – The scale parameter.

Return type:

Normal

Returns:

The Normal distribution object.