You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/dists/signrank/quantile/include/stdlib/stats/base/dists/signrank/quantile.h
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@
16
16
* limitations under the License.
17
17
*/
18
18
19
-
#ifndefQUANTILE_H
20
-
#defineQUANTILE_H
19
+
#ifndefSTDLIB_BASES_DISTS_SIGNRANK_QUANTILE_H
20
+
#defineSTDLIB_BASES_DISTS_SIGNRANK_QUANTILE_H
21
21
22
22
/**
23
23
* Evaluates the quantile function for the Wilcoxon signed rank test statistic.
0 commit comments