Borrar filtros
Borrar filtros

distributionFitter: Lognormal distribution

1 visualización (últimos 30 días)
Mohamed Zied
Mohamed Zied el 9 de Feb. de 2023
Comentada: Mohamed Zied el 13 de Feb. de 2023
Hi
I wanted to fit my Data to the lognormal distribution, but I get this error message : "The data in X must be positive".
I am pretty sure that the data and the frequency arrays are positive (>=0).
How can I ovecome this issue.
  5 comentarios
Mohamed Zied
Mohamed Zied el 13 de Feb. de 2023
Yes, I found some zeros.
I have to remove these values to be able to fitt my data to the Lognormal distribution.
Thank you for your help
Mohamed Zied
Mohamed Zied el 13 de Feb. de 2023
I predefined the bin edges. for some bins the count is 0. Thus, the error.

Iniciar sesión para comentar.

Respuesta aceptada

Steven Lord
Steven Lord el 9 de Feb. de 2023
I am pretty sure that the data and the frequency arrays are positive (>=0).
0 is not positive. What does this command show?
any(Data(1, :) == 0)
  1 comentario
Mohamed Zied
Mohamed Zied el 13 de Feb. de 2023
You are right. There are some zeros in my Data. I have to remove these values to be able to fitt my data to the Lognormal distribution.
Thank you for your help

Iniciar sesión para comentar.

Más respuestas (0)

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by