statbivar3d

 algorithm

  • calcalates true joint pdf of two variables (matrices)
  • calculates correlation between the two variables
  • plots the pdf

 bivarZt3d

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
matrix or vector

variable2

user defined variable, e.g. TEMP
matrix or vector

 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

corresponding 2d tools

Letzte Änderung: 24.02.2015 - Ansprechpartner: Dominique Thevenin