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
ndarray- Returns
A jnp.array of samples.