hyperfine.distributions.weibull_mean

hyperfine.distributions.weibull_mean(shape: Annotated[float, slice(0, None, None)], scale: Annotated[float, slice(0, None, None)]) float[source]

Mean of a Weibull distribution.

Parameters:
  • x – Position.

  • shape – Shape parameter.

  • scale – Scale parameter.

Returns:

The mean of the distribution.