RandomState.laplace()
  • References/Python/NumPy/Routines/Random sampling

RandomState.laplace(loc=0.0, scale=1.0, size=None) Draw samples from the Laplace or double exponential distribution

2025-01-10 15:47:30
numpy.random.rayleigh()
  • References/Python/NumPy/Routines/Random sampling

numpy.random.rayleigh(scale=1.0, size=None) Draw samples from a Rayleigh distribution. The

2025-01-10 15:47:30
numpy.random.chisquare()
  • References/Python/NumPy/Routines/Random sampling

numpy.random.chisquare(df, size=None) Draw samples from a chi-square distribution. When df independent

2025-01-10 15:47:30
numpy.random.weibull()
  • References/Python/NumPy/Routines/Random sampling

numpy.random.weibull(a, size=None) Draw samples from a Weibull distribution. Draw samples from a 1-parameter Weibull

2025-01-10 15:47:30
RandomState.standard_exponential()
  • References/Python/NumPy/Routines/Random sampling

RandomState.standard_exponential(size=None) Draw samples from the standard exponential distribution

2025-01-10 15:47:30
RandomState.multivariate_normal()
  • References/Python/NumPy/Routines/Random sampling

RandomState.multivariate_normal(mean, cov[, size]) Draw random samples from a multivariate normal

2025-01-10 15:47:30
RandomState.lognormal()
  • References/Python/NumPy/Routines/Random sampling

RandomState.lognormal(mean=0.0, sigma=1.0, size=None) Draw samples from a log-normal distribution. Draw

2025-01-10 15:47:30
RandomState.pareto()
  • References/Python/NumPy/Routines/Random sampling

RandomState.pareto(a, size=None) Draw samples from a Pareto II or Lomax distribution with specified shape.

2025-01-10 15:47:30
RandomState.zipf()
  • References/Python/NumPy/Routines/Random sampling

RandomState.zipf(a, size=None) Draw samples from a Zipf distribution. Samples are drawn from a Zipf distribution

2025-01-10 15:47:30
numpy.random.laplace()
  • References/Python/NumPy/Routines/Random sampling

numpy.random.laplace(loc=0.0, scale=1.0, size=None) Draw samples from the Laplace or double exponential distribution with

2025-01-10 15:47:30