File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 
lib/node_modules/@stdlib/stats/base/dists/planck/entropy 
include/stdlib/stats/base/dists/planck Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ double out = stdlib_base_dists_planck_entropy( 1.5 );
157157
158158The function accepts the following arguments:
159159
160- -    ** lambda** : ` [in] double `  shape parameter
160+ -    ** lambda** : ` [in] double `  shape parameter. 
161161
162162``` c 
163163double  stdlib_base_dists_planck_entropy ( const double lambda );
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extern "C" {
2727#endif 
2828
2929/** 
30- * Evaluates  the differential entropy for a Planck distribution with shape parameter `lambda`. 
30+ * Returns  the differential entropy for a Planck distribution with shape parameter `lambda`. 
3131*/ 
3232double  stdlib_base_dists_planck_entropy ( const  double  lambda  );
3333
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ var addon = require( './../src/addon.node' );
2626// MAIN // 
2727
2828/** 
29- * Evaluates  the differential entropy for a Planck distribution with shape parameter `lambda`. 
29+ * Returns  the differential entropy for a Planck distribution with shape parameter `lambda`. 
3030* 
3131* @private  
32- * @param  {number } lambda - shape parameter of the Planck distribution  
32+ * @param  {PositiveNumber } lambda - shape parameter 
3333* @returns  {number } differential entropy in nats 
3434* 
3535* @example  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments