statbivar3d
algorithm
- calcalates true joint pdf of two variables (matrices)
- calculates correlation between the two variables
- plots the pdf
syntax
[biprob,corr,xint,yint]=statbivar3d(variable1,variable2)
example for input
[biprob,corr,xint,yint]=statbivar3d(Z,TEMP)
input arguments
variable1 |
user defined variable, e.g. Z |
variable2 |
user defined variable, e.g. TEMP |
output arguments
fbiprob |
values of true bivariate pdf |
xint,yint |
coordinates of the mesh of biprob |
corr |
correlation between the two variables |
matlab tools required
toolbox tools used
- inpolygon