Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How can I run the distributionfitter automatically?

1 Ansicht (letzte 30 Tage)
Sietse van den Elzen
Sietse van den Elzen am 25 Mär. 2020
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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?

Antworten (1)

Raunak Gupta
Raunak Gupta am 30 Apr. 2020
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