statbivar3
algorithm
- calcalates true joint pdf of three variables
- works for vectors and matrices
syntax
[fp,fpred,xint,yint,zint]=statbivar3(variable1,variable2,variable3)
example for input
[fp,fpred,xint,yint,zint]=statbivar3(TEMP,Y_H2O,Y_OH)
input arguments
| Name | description |
|---|---|
| variable1 variable2 variable3 |
user defined variables, e.g. Z,TEMP, Y_species matrices or vectors |
output arguments
| Name | description |
|---|---|
| fp | values of true trivariate pdf |
| fpred | values of pdf normalized by maximum |
| xint,yint,zint | intervals of the pdf |
matlab tools required
toolbox tools used
inpolygon