Warning
This page was created from a pull request.
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
key β a PRNGKey key.
scale β The scale parameter of the distribution.
concentration β The concentration parameter of the distribution.
shape β The shape added to the parameters loc and scale broadcastable shape.
dtype β The type used for samples.
- Returns
A jnp.array of samples.