Random values extraction from an histogram
古いコメントを表示
I have two distributions and I would like to casually correlate them. One distribution is represented by the park’s cars accesses for each quarter of the day (for example at the 8:00 two cars access in the park, at the 8:15 seven cars access in the park, at the 8:30 one car accesses in the park). The second distribution is represented by values couple where x represent the different battery SOCs and y is the number of cars which has the SOC x(i). The lengths of the two distributions are different and I would like to characterize each park’s access (not each park’s access for a quarter) whit a SOC.
Thank you
Fabio
5 件のコメント
dpb
2014 年 5 月 20 日
What's a SOC?
Mahdi
2014 年 5 月 20 日
SOC stands for state of charge (how charged the battery is).
Star Strider
2014 年 5 月 20 日
You can make the distributions have equal lengths by specifying the same number of bins for each histogram. Then use corrcoef.
What mystifies me is what information this would give, but then it’s not my analysis.
dpb
2014 年 5 月 20 日
He did say it was to be a "casual" correlation, Star... :)
I wondered the same thing which is why I asked about the abbreviation to see if could make any sense of the query. Unfortunately, it doesn't help from that standpoint.
As Mark Twain said (and S Lord quoted here not long ago) --
"There is something fascinating about science. One gets such wholesale returns of conjecture out of such a trifling investment of fact."
Fabio
2014 年 5 月 21 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Image Category Classification についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!