File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed 
lib/node_modules/@stdlib/stats/base/dists/weibull/mgf 
include/stdlib/stats/base/dists/weibull Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extern "C" {
2727#endif 
2828
2929/** 
30- * Evaluates the mgf of  a Weibull distribution. 
30+ * Evaluates the moment-generating function (MGF) for  a Weibull distribution with shape `k` and scale `lambda` at a value `t` . 
3131*/ 
3232double  stdlib_base_dists_weibull_mgf ( const  double  t , const  double  k , const  double  lambda  );
3333
Original file line number Diff line number Diff line change 2121#include  "stdlib/math/base/special/gamma.h" 
2222#include  "stdlib/constants/float64/eps.h" 
2323
24- // MAIN // 
2524
2625/** 
2726* Evaluates the moment-generating function (MGF) for a Weibull distribution with shape `k` and scale `lambda` at a value `t`. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments