File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
lib/node_modules/@stdlib/stats/base/dists/rayleigh/kurtosis Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 3939 "libpath" : [],
4040 "dependencies" : [
4141 " @stdlib/math/base/assert/is-nan" ,
42- " @stdlib/math/base/napi/unary" ,
43- " @stdlib/constants/float64/pi"
42+ " @stdlib/math/base/napi/unary"
4443 ]
4544 },
4645 {
5655 "libpath" : [],
5756 "dependencies" : [
5857 " @stdlib/math/base/assert/is-nan" ,
59- " @stdlib/constants/float64/pi" ,
6058 " @stdlib/constants/float64/eps"
6159 ]
6260 },
7270 "libraries" : [],
7371 "libpath" : [],
7472 "dependencies" : [
75- " @stdlib/math/base/assert/is-nan" ,
76- " @stdlib/constants/float64/pi"
73+ " @stdlib/math/base/assert/is-nan"
7774 ]
7875 }
7976 ]
Original file line number Diff line number Diff line change 1818
1919#include "stdlib/stats/base/dists/rayleigh/kurtosis.h"
2020#include "stdlib/math/base/assert/is_nan.h"
21- #include "stdlib/constants/float64/pi.h"
2221
2322static const double KURTOSIS = 0.2450893006876391 ;
2423
25-
26- // MAIN //
27-
2824/**
2925* Returns the excess kurtosis of a Rayleigh distribution.
3026*
You can’t perform that action at this time.
0 commit comments