14.03.2014 Views

Using JMP - SAS

Using JMP - SAS

Using JMP - SAS

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Appendix B Formula Functions Reference 417<br />

Probability Functions<br />

Probability Functions<br />

You can create a formula that calculates probabilities and quantiles for statistical distributions like beta,<br />

Chi-square, F, gamma, normal, Student’s t, Weibull distributions, Tukey HSD, and so on. See the Scripting<br />

Guide for details about syntax.<br />

Beta Density<br />

Requires three arguments: quantile argument and the shape parameters alpha and beta. A threshold<br />

parameter (θ) and a scale parameter (σ > 0) are additional arguments. It returns the value of the beta<br />

probability density function (pdf) for the given arguments. The beta density is useful for modeling the<br />

probabilistic behavior of random variables such as proportions constrained to fall in the interval [0, 1].<br />

Beta Distribution<br />

The beta distribution has two shape parameters: α > 0 and β > 0. A threshold parameter (θ) and a scale<br />

parameter (σ) are additional arguments, where θ≤ x ≤θ + σ. The default value for θ is 0. The default value<br />

for σ is 1.<br />

The beta distribution function is the inverse of the beta quantile function.<br />

Beta Quantile<br />

Accepts a probability argument, p, and shape and scale parameters, α > 0 and β > 0. It returns the p th<br />

quantile from the standard beta distribution. The beta quantile function is the inverse of the beta<br />

distribution function.<br />

ChiSquare Density<br />

Accepts a quantile argument from the range of values for the Chi-squared distribution, a degrees of freedom<br />

argument, and an optional noncentrality parameter. It returns the value of the Chi-squared density function<br />

(pdf) for the arguments.<br />

ChiSquare Distribution<br />

Accepts a response argument (range of x values) and three parameter arguments: a quantile, a degrees of<br />

freedom, and a noncentrality parameter. It returns the probability that an observation from the Chi-squared<br />

distribution with the specified noncentrality parameter and degrees of freedom is less than or equal to the<br />

given quantile. For example, the expression ChiSquare Distribution(11.264, 5) returns the probability that<br />

an observation from the Chi-squared distribution centered at 0 with 5 degrees of freedom is less than or<br />

equal to 11.264. The expression evaluates as 0.95361.<br />

Furthermore, the ChiSquare Distribution function accepts integer and noninteger degrees of freedom. It is<br />

centered at 0 by default. The ChiSquare Distribution function is the inverse of the ChiSquare Quantile<br />

function.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!