Computes the continuous probability density function (PDF) of various distributions. You must manually select the polymorphic instance to use.


icon

Inputs/Outputs

  • cdbl.png x

    x specifies the quantile of the continuous random variate with range x ≥ 0.

  • ci32.png k1

    k1 specifies the number of degrees of freedom of the first chi-squared variate that forms the F variate. k1 must be greater than 0.

  • ci32.png k2

    k2 specifies the number of degrees of freedom of the second chi-squared variate that forms the F variate. k2 must be greater than 0.

  • idbl.png pdf(x)

    pdf(x) is the probability density function at x.

  • ii32.png 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