File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 
lib/node_modules/@stdlib/stats/base/dists/normal/entropy 
include/stdlib/stats/base/dists/normal Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323#include  <time.h> 
2424#include  <sys/time.h> 
2525
26- #define  NAME  "arcsine-cdf "
26+ #define  NAME  "normal-entropy "
2727#define  ITERATIONS  1000000
2828#define  REPEATS  3
2929
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extern "C" {
2727#endif 
2828
2929/** 
30- * Evaluates the cumulative distribution function (CDF)  for an arcsine  distribution with minimum support `a ` and maximum support `b` at a value `x `. 
30+ * Evaluates the differential entropy  for a normal  distribution with mean `mu ` and standard deviation `sigma `. 
3131*/ 
3232double  stdlib_base_dists_normal_entropy ( const  double  mu , const  double  sigma  );
3333
Original file line number Diff line number Diff line change 3838      "libraries" : [],
3939      "libpath" : [],
4040      "dependencies" : [
41-         " @stdlib/math/base/napi/ternary " 
41+         " @stdlib/math/base/napi/binary " 
4242        " @stdlib/math/base/assert/is-nan" 
4343        " @stdlib/math/base/special/log" 
4444        " @stdlib/math/base/special/sqrt" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments