compdf2of
algorithm
- as the beta-function is defined only from 0 to 1 all variables are normalized
- calculates true pdf of normalized 2D variable
- calculates gaussian pdf of the variable
- calculates beta pdf of the variable
- plot of histogram and pdfs
syntax
[xpdf,fprob,fgauss,fbeta]=compdf2of(variable1)
example for input
[xpdf,fprob,fgauss,fbeta]=compdf2of(temperature)
input arguments
| Name |
description |
| variable1 |
variable to be investigated, e.g. temperature |
output arguments
| Name |
description |
| xpdf |
coordinates of the pdf's |
| fprob |
values of true pdf |
| fgauss |
values of gaussian pdf |
| fbeta |
values of beta pdf |
| plots |
histogram, pdfs |
matlab tools required
toolbox tools required
corresponding 3d tools