Next: F Random Variable, Previous: Chi-squared Random Variable, Up: Functions and Variables for continuous distributions [Contents][Index]
Let
has a noncentral
Returns the value at load("distrib")
.
For
Returns the value at x of the distribution function of a noncentral Chi-square random variable m4_noncentral_chi2(n,ncp), with load("distrib")
.
Returns the q-quantile of a noncentral Chi-square random variable m4_noncentral_chi2(n,ncp), with cdf_noncentral_chi2
. Argument q must be an element of
This function has no closed form and it is numerically computed.
Returns the mean of a noncentral Chi-square random variable m4_noncentral_chi2(n,ncp), with
The mean is
where
Returns the variance of a noncentral Chi-square random variable m4_noncentral_chi2(n,ncp), with
The variance is
where
Returns the standard deviation of a noncentral Chi-square random variable m4_noncentral_chi2(n,ncp), with
The standard deviation is
where
Returns the skewness coefficient of a noncentral Chi-square random variable m4_noncentral_chi2(n,ncp), with
The skewness coefficient is
where
Returns the kurtosis coefficient of a noncentral Chi-square random variable m4_noncentral_chi2(n,ncp), with
The kurtosis coefficient is
where
Returns a noncentral Chi-square random variate m4_noncentral_chi2(n,ncp), with random_noncentral_chi2
with a third argument m, a random sample of size m will be simulated.
To make use of this function, write first load("distrib")
.
Next: F Random Variable, Previous: Chi-squared Random Variable, Up: Functions and Variables for continuous distributions [Contents][Index]