distributionFitter: Lognormal distribution
    6 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Mohamed Zied
 am 9 Feb. 2023
  
    
    
    
    
    Kommentiert: Mohamed Zied
 am 13 Feb. 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 Kommentare
Akzeptierte Antwort
  Steven Lord
    
      
 am 9 Feb. 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)
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu ROC - AUC finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!