hyperfine.distributions.modified_beta_mean

hyperfine.distributions.modified_beta_mean(alpha: Annotated[float, slice(0, None, None)], beta: Annotated[float, slice(0, None, None)], z_max: Annotated[float, slice(0, None, None)]) float[source]

Mean position of a modified beta distribution.

Parameters:
  • alpha – First shape parameter.

  • beta – Second shape parameter.

  • z_max – Upper bounds of the domain.

Returns:

The mean position of the distribution.