discrete joint probability distribution

조회 수: 10 (최근 30일)
shahrouz Kabiri
shahrouz Kabiri 2016년 10월 2일
댓글: Peng Liu 2016년 10월 5일
Hi
I want to build the discrete joint probability distribution for two set of data. data are two groups of random numbers (wind speed) and (wind direction degree). the final results must be like table below.
Pij in the Table are numbers (probability values).
Which function should I use to do this?

채택된 답변

Peng Liu
Peng Liu 2016년 10월 2일
You need to compute the histogram count for every pair (theta_i, v_j), and then normalize it by the sample size. Thus, histcounts2 will help.
  댓글 수: 2
shahrouz Kabiri
shahrouz Kabiri 2016년 10월 4일
ٰDear Peng Liu, I thank you for the response. It works for me.
I just have one more question. In this exact example, my data have 263 unique wind speed values and 352 unique wind direction values. But Matrix N dimensions are 15*13. How can I change the dimensions into my interested values? In the below picture you can see that "Yedges" Parameter has 30 degrees steps starting from 0 and ending in 360. What if I want to have 10 degrees steps?
Peng Liu
Peng Liu 2016년 10월 5일
You can specify any specific edges you want using the syntax: [N,Xedges,Yedges] = histcounts2(X,Y,Xedges,Yedges)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Histograms에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by