Group: | Statistical Distributions |
See also: | cdfb cdfc cdff cdfn cdft pdfc pdff pdfn pdft qfc qff qfn qft |
Function: | pdfb | |
Description: |
pdfb returns the value of the density of the beta distribution function for elements of an array.
|
Usage: | z = pdfb (x,a,b) | |
Input: | ||
x | array | |
a | array or scalar | |
b | array or scalar | |
Output: | ||
z | array |
pdfb (0.5, 1.0, 1.0)
Contents of pdfb [1,] 1
Group: | Statistical Distributions |
See also: | cdfb cdfc cdff cdfn cdft pdfc pdff pdfn pdft qfc qff qfn qft |