designspace.Power#

class designspace.Power(p: float)#

Bases: object

A power prior: u ** p weighting toward one end of the domain.

p > 1 favours the lower end, p < 1 the upper; p == 1 is uniform.

The domain must not straddle zero unless p is a positive odd integer, since the map would not otherwise be monotone.

p#

The exponent.

Type:

float