jax.random.weibull_min
Warning
This page was created from a pull request (#9655).
jax.random.weibull_minΒΆ
- jax.random.weibull_min(key, scale, concentration, shape=(), dtype=<class 'numpy.float64'>)[source]ΒΆ
Sample from a Weibull distribution.
The scipy counterpart is scipy.stats.weibull_min.
- Parameters
- Return type
- Returns
A jnp.array of samples.