フィルターのクリア

Probability density function for a time series of pressure data

19 ビュー (過去 30 日間)
Naveen K S
Naveen K S 2020 年 10 月 30 日
コメント済み: Ameer Hamza 2020 年 10 月 31 日
Hello Everyone,
I need to plot the probability density function for the data attached. I also attach reference pictures from a journal article. I am expecting similar results for the data attached.
Kindly help

採用された回答

Ameer Hamza
Ameer Hamza 2020 年 10 月 30 日
You can use histogram() with pdf normalization. However, your data points seem to have a different distribution
data = readmatrix('data.xlsx');
histogram(data(:,2), 50, 'Normalization', 'pdf')
  2 件のコメント
Naveen K S
Naveen K S 2020 年 10 月 31 日
Thank-you for such a quick reply. This data was collected while conducting an experiment in the windtunnel. So how will I be able to determine the type of distribution? Are there any patterns that I should be looking for?
Ameer Hamza
Ameer Hamza 2020 年 10 月 31 日
Theoretically, there can be several different types of distributions that can be fitted to a given dataset. However, the actual distribution is usually a property of the process. You need to study the literature related to the wind tunnel experiment and see how the data is distributed for that process.

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by