File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 
lib/node_modules/@stdlib/stats/base/dists/degenerate/logpdf Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ for ( i = 0; i < 100; i++ ) {
155155
156156#### stdlib_base_dists_degenerate_logpdf( x, mu )  
157157
158- Evaluates the natural logarithm of the probability density function (logPDF) for a  degenerate distribution centered at ` mu ` .
158+ Evaluates the natural logarithm of the [ PDF ] [ pdf ]  of a  [ degenerate distribution] [ degenerate-distribution ]  centered at ` mu ` .
159159
160160``` c 
161161double  out = stdlib_base_dists_degenerate_logpdf( 2.0 , 3.0  );
Original file line number Diff line number Diff line change 1616* limitations under the License. 
1717*/ 
1818
19- #include  <sys/time.h> 
2019#include  "stdlib/stats/base/dists/degenerate/logpdf.h" 
2120#include  <math.h> 
2221#include  <stdio.h> 
2322#include  <stdlib.h> 
2423#include  <time.h> 
24+ #include  <sys/time.h> 
2525
2626#define  NAME  "degenerate-logpdf"
2727#define  ITERATIONS  1000000
Original file line number Diff line number Diff line change 2525* 
2626* @param x    input value 
2727* @param mu   constant value of the distribution 
28- * @return     natural logarithm of the probability density function, or NaN if input is invalid  
28+ * @return     natural logarithm of the probability density function 
2929* 
3030* @example 
3131* double y = stdlib_base_dists_degenerate_logpdf( 2.0, 3.0 ); 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments