Skip to content

Commit 2ca833a

Browse files
committed
update hyperlinks
1 parent 6644140 commit 2ca833a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/stdlib_stats.fypp

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module stdlib_stats
1919
!! version: experimental
2020
!!
2121
!! Pearson correlation of array elements
22-
!! ([Specification](../page/specs/stdlib_stats.html#description))
22+
!! ([Specification](../page/specs/stdlib_stats.html#corr-pearson-correlation-of-array-elements))
2323
#:for k1, t1 in RC_KINDS_TYPES
2424
#:set RName = rname("corr",1, t1, k1)
2525
module function ${RName}$(x, dim, mask) result(res)
@@ -111,7 +111,7 @@ module stdlib_stats
111111
!! version: experimental
112112
!!
113113
!! Covariance of array elements
114-
!! ([Specification](../page/specs/stdlib_stats.html#description_1))
114+
!! ([Specification](../page/specs/stdlib_stats.html#cov-covariance-of-array-elements))
115115
#:for k1, t1 in RC_KINDS_TYPES
116116
#:set RName = rname("cov",1, t1, k1)
117117
module function ${RName}$(x, dim, mask, corrected) result(res)
@@ -210,7 +210,7 @@ module stdlib_stats
210210
!! version: experimental
211211
!!
212212
!! Mean of array elements
213-
!! ([Specification](../page/specs/stdlib_stats.html#description_2))
213+
!! ([Specification](../page/specs/stdlib_stats.html#mean-mean-of-array-elements))
214214
#:for k1, t1 in RC_KINDS_TYPES
215215
#:for rank in RANKS
216216
#:set RName = rname("mean_all",rank, t1, k1)
@@ -305,11 +305,12 @@ module stdlib_stats
305305

306306
end interface mean
307307

308+
308309
interface median
309310
!! version: experimental
310311
!!
311312
!! Median of array elements
312-
!! ([Specification](../page/specs/stdlib_stats.html#median))
313+
!! ([Specification](../page/specs/stdlib_stats.html#median-median-of-array-elements))
313314
#:for k1, t1, o1 in IR_KINDS_TYPES_OUTPUT
314315
#:for rank in RANKS
315316
#:set RName = rname("median_all",rank, t1, k1, o1)
@@ -363,7 +364,7 @@ module stdlib_stats
363364
!! version: experimental
364365
!!
365366
!! Variance of array elements
366-
!! ([Specification](../page/specs/stdlib_stats.html#description_4))
367+
!! ([Specification](../page/specs/stdlib_stats.html#var-variance-of-array-elements))
367368

368369
#:for k1, t1 in RC_KINDS_TYPES
369370
#:for rank in RANKS
@@ -472,7 +473,7 @@ module stdlib_stats
472473
!! version: experimental
473474
!!
474475
!! Central moment of array elements
475-
!! ([Specification](../page/specs/stdlib_stats.html#description_3))
476+
!! ([Specification](../page/specs/stdlib_stats.html#moment-central-moments-of-array-elements))
476477
#:for k1, t1 in RC_KINDS_TYPES
477478
#:for rank in RANKS
478479
#:set RName = rname("moment_all",rank, t1, k1)

0 commit comments

Comments
 (0)