About 253,000 results
Open links in new tab
  1. Exponential Distribution - MathWorks

    Work with the exponential distribution interactively by using the Distribution Fitter app. You can export an object from the app and use the object functions. Use distribution-specific functions (expcdf, exppdf, expinv, explike, expstat, expfit, exprnd) with specified distribution parameters.

  2. ExponentialDistribution - MathWorks

    An ExponentialDistribution object consists of parameters, a model description, and sample data for an exponential probability distribution. The exponential distribution is used to model events that occur randomly over time, and its main application area is studies of lifetimes.

  3. Generating Exponentially Distributed Random Numbers in MATLAB

    It performs a log transformation to convert a uniformly distributed random number between zero and one (rand(1)) to an exponentially distributed random number (tau) drawn from an exponential distribution with mean 1/lambda.

  4. Generate a random variable with an exponential distribution

    Dec 18, 2013 · In Matlab using the rand routine, how should I write the code to generate 500 samples from an exponential distribution, whose pdf is: (1/mu)*exp(-x/mu); x>=0

  5. matlab - Generate exponential distribution of event times - Stack Overflow

    Jun 22, 2020 · I have to generate event times in the time interval [0; T] with T = 2000 s such that the waiting times between consecutive events are exponentially distributed with mean u = 0.4 s. Then counting the number of events per second. I thought I could start by looking at each event time as the sum of all previous waiting times.

  6. draw exppdf, excdf and plot command exponential distribution

    Code snippets and examples for draw exppdf, excdf and plot command exponential distribution in matlab

  7. exponential random numbers with a bound in matlab

    Sep 10, 2012 · How do I implement bounds on the built-in exponential random number function in matlab? Can you be more specific? Maybe add a formula? A quick way is to a sequence longer than you need, and throw out values outside your desired range.

  8. Exponential Distribution - MathWorks

    Work with the exponential distribution interactively by using the Distribution Fitter app. You can export an object from the app and use the object functions. Use distribution-specific functions with specified distribution parameters.

  9. exprnd - MathWorks

    r = exprnd(mu,sz1,...,szN) generates an array of random numbers from the exponential distribution, where sz1,...,szN indicates the size of each dimension.

  10. expstat - uk.mathworks.com

    [m,v] = expstat(mu) returns the mean of and variance for the exponential distribution with parameter mu. mu can be a vector, matrix, or multidimensional array. The mean of the exponential distribution is µ, and the variance is µ 2 .

    Missing:

    • Programming

    Must include:

  11. Some results have been removed
Refresh