Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How can I run the distributionfitter automatically?

1 回表示 (過去 30 日間)
Sietse van den Elzen
Sietse van den Elzen 2020 年 3 月 25 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I am using the distributionfitter to determine the (kernel) distribution of my data. Is there a way to calculate the pd with code instead of with the distributionfitter? Can you please give an example of this code?

回答 (1 件)

Raunak Gupta
Raunak Gupta 2020 年 4 月 30 日
Hi,
The distributionFitter app is essentially used for fitting distribution to the data that you have. You can get the same probability distribution by using fitdist which is a function that has capability that are present in distributionFitter. You may look at an example for using it here.

Community Treasure Hunt

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

Start Hunting!

Translated by