compdf3of
algorithm
- as the beta-function is defined only from 0 to 1 all variables are normalized
- calculates true pdf of normalized 3D variable
- calculates gaussian pdf of the variable
- calculates beta pdf of the variable
- plot of histogram and pdf

syntax
[xpdf,fprob,fgauss,fbeta]=compdf3of(variable1)
example for input
[xpdf,fprob,fgauss,fbeta]=compdf3of(temperature)
input arguments
|
variable1 |
variable to be investigated, e.g. temperature |
output arguments
|
xpdf |
koordinates 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
- statistic toolbox