Next: Rayleigh Random Variable, Previous: Pareto Random Variable, Up: Functions and Variables for continuous distributions [Contents][Index]
Returns the value at x of the density function of a
load("distrib")
.
The pdf is
Returns the value at x of the distribution function of a
load("distrib")
.
The cdf is
Returns the q-quantile of a
cdf_weibull
. Argument q must be an element of load("distrib")
.
Returns the mean of a
load("distrib")
.
The mean is
Returns the variance of a
load("distrib")
.
The variance is
Returns the standard deviation of a
load("distrib")
.
The variance is
Returns the skewness coefficient of a
load("distrib")
.
The skewness coefficient is
Returns the kurtosis coefficient of a
load("distrib")
.
The kurtosis coefficient is
where
Returns a
random_weibull
with a third argument n, a random sample of size n will be simulated.
The implemented algorithm is based on the general inverse method.
To make use of this function, write first load("distrib")
.
Next: Rayleigh Random Variable, Previous: Pareto Random Variable, Up: Functions and Variables for continuous distributions [Contents][Index]