Uniform PDF VI
- Updated2025-07-30
- 2 minute(s) read
Computes the continuous probability density function (PDF) of various distributions. You must manually select the polymorphic instance to use.

Inputs/Outputs
x
—
x specifies the quantile of the continuous random variate and is bounded by the interval [xmin, xmax].
xmin
—
xmin specifies the lower limit parameter of the variate.
xmax
—
xmax specifies the upper limit parameter of the variate.
pdf(x)
—
pdf(x) is the probability density function at x.
error
—
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster. |
Examples
Refer to the following example files included with LabVIEW.
- labview\examples\Mathematics\Probability and Statistics\Display Continuous Probability Distributions.vi
x
—
pdf(x)
—
error
—