We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd5cdc commit a05c4d5Copy full SHA for a05c4d5
1 file changed
lib/node_modules/@stdlib/stats/base/dists/chi/stdev/src/main.c
@@ -16,8 +16,9 @@
16
* limitations under the License.
17
*/
18
19
-#include "stdlib/math/base/special/sqrt.h"
+#include "stdlib/stats/base/dists/chi/stdev.h"
20
#include "stdlib/stats/base/dists/chi/variance.h"
21
+#include "stdlib/math/base/special/sqrt.h"
22
23
/**
24
* Returns the standard deviation of a chi distribution.
0 commit comments