File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 
lib/node_modules/@stdlib/stats/base/dists/planck/pmf/lib Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ var expm1 = require( '@stdlib/math/base/special/expm1' );
3232/** 
3333* Returns a function for evaluating the probability mass function (PMF) for a planck distribution with shape parameter `lambda`. 
3434* 
35- * @param  {Probability } lambda - shape parameter 
35+ * @param  {number } lambda - shape parameter 
3636* @returns  {Function } PMF 
3737* 
3838* @example  
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ var expm1 = require( '@stdlib/math/base/special/expm1' );
3232* Evaluates the probability mass function (PMF) for a planck distribution with shape parameter `lambda` at a value `x`. 
3333* 
3434* @param  {number } x - input value 
35- * @param  {Probability } lambda - shape parameter 
35+ * @param  {number } lambda - shape parameter 
3636* @returns  {Probability } evaluated PMF 
3737* 
3838* @example  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments