How to find parameters of binomial distribution?
    8 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Clarisha Nijman
      
 il 31 Gen 2019
  
    
    
    
    
    Commentato: Star Strider
      
      
 il 2 Feb 2019
            Dear all,
What code can I use in matlab to find the parameters of a binomial distribution? This question is very big. So I am restricting it to a specific situation.
X is binomiallly distributed with parameter n and fraction p. The parameter  p is unknown. 
What function in matlab can help me to find that parameter if for example it is known that X=randi(10,20,1); P(X<=4)=0.3?
Thank you in advance.
0 Commenti
Risposta accettata
  Star Strider
      
      
 il 31 Gen 2019
        If you have the Statsitics and Machine Learning Toolbox, see if the binofit (link) function will do what you want.  
15 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!