hyperfine.distributions.weibull_cdf

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

Cumulative distribution function for a Weibull distribution.

Parameters:
  • x – Position.

  • shape – Shape parameter.

  • scale – Scale parameter.

Returns:

The cumulative probability density at x.