hyperfine.distributions.weibull_pdf

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

Probability density function for a Weibull distribution.

Parameters:
  • x – Position.

  • shape – Shape parameter.

  • scale – Scale parameter.

Returns:

The probability density at x.