About 168,000 results
Open links in new tab
  1. Generating blue noise with values sampled from a log normal …

    Jul 14, 2025 · The figure below shows the resulting log-normal amplitude distribution and +10 dB/decade (blue noise) PSD achieved using the IAAFT method. A Python script follows, which …

  2. python - Log normal distribution - Stack Overflow

    Jan 11, 2019 · 0 If you know that you want 1000 values that are log-normally distributed distribution (i.e., log (x) gives you normal distribution), and you want your data to range from …

  3. How can I define the pdf of a Multivariate Log Normal Distribution ...

    Oct 18, 2024 · 0 I am looking to sample from the multivariate log normal distribution by using the class multivar_normal_gen in the scipy module. My strategy was to simply re-define the log …

  4. Is there a way to generate a lognormal distribution from a pre …

    Jan 31, 2023 · Ok, here is what would be correct way to get parameters of the Log-Normal distribution. You have predefined values of mean (corresponding to your Gaussian mean) and …

  5. scipy, lognormal distribution - parameters - Stack Overflow

    The distributions in scipy are coded in a generic way wrt two parameter location and scale so that location is the parameter (loc) which shifts the distribution to the left or right, while scale is the …

  6. Generate random numbers from lognormal distribution in python

    Jan 5, 2017 · 12 I need to generate pseudo-random numbers from a lognormal distribution in Python. The problem is that I am starting from the mode and standard deviation of the …

  7. modeling - Applying lognormal distribution to my data using glm ...

    Aug 23, 2019 · However I'm unsure how to specify a lognormal distribution. I have looked at the documentation for these functions and packages, and I cannot simply specify that "lognormal" …

  8. A lognormal distribution in python - Stack Overflow

    Oct 18, 2014 · I have seen several questions in stackoverflow regarding how to fit a log-normal distribution. Still there are two clarifications that I need known. I have a sample data, the …

  9. Fitting a lognormal or poisson distribution - Stack Overflow

    Mar 11, 2018 · Fit (on statistical grounds I wouldn't recommend a Poisson fit - it might be possible to adapt a discrete distribution such as Poisson (or better, negative binomial) to fit such …

  10. Log-normal distribution in R - Stack Overflow

    Mar 2, 2023 · 1 Can someone explain to me how to fit the following grouped frequency data to log-normal distribution in R?