다음: Random Number Generation, 이전: Correlation and Regression Analysis, 상위 문서: Statistics [차례][찾아보기]
Octave has functions for computing the Probability Density Function (PDF), the Cumulative Distribution function (CDF), and the quantile (the inverse of the CDF) for arbitrary user-defined distributions (discrete) and for experimental data (empirical).
The following table summarizes the supported distributions (in alphabetical order).
Distribution | CDF | Quantile | |
---|---|---|---|
Univariate Discrete Distribution | discrete_pdf | discrete_cdf | discrete_inv |
Empirical Distribution | empirical_pdf | empirical_cdf | empirical_inv |
For each element of 가로, compute the probability density function (PDF) at 가로 of a univariate discrete distribution which assumes the values in v with probabilities p.
For each element of 가로, compute the cumulative distribution function (CDF) at 가로 of a univariate discrete distribution which assumes the values in v with probabilities p.
For each element of 가로, compute the quantile (the inverse of the CDF) at 가로 of the univariate distribution which assumes the values in v with probabilities p.
For each element of 가로, compute the probability density function (PDF) at 가로 of the empirical distribution obtained from the univariate sample 자료.
For each element of 가로, compute the cumulative distribution function (CDF) at 가로 of the empirical distribution obtained from the univariate sample 자료.
For each element of 가로, compute the quantile (the inverse of the CDF) at 가로 of the empirical distribution obtained from the univariate sample 자료.
다음: Random Number Generation, 이전: Correlation and Regression Analysis, 상위 문서: Statistics [차례][찾아보기]