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