Skip to content

Commit 7fb04ef

Browse files
committed
Add intro
1 parent c1b496f commit 7fb04ef

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/stats/incr/mae

lib/node_modules/@stdlib/stats/incr/mae/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,23 @@ limitations under the License.
2222

2323
> Compute the [mean absolute error][mean-absolute-error] incrementally.
2424
25+
<section class="intro">
26+
27+
The [mean absolute error][mean-absolute-error] is defined as
28+
29+
<!-- <equation class="equation" label="eq:mean_absolute_error" align="center" raw="\operatorname{MAE} = \frac{\sum_{i=0}^{n-1} |y_i - x_i|}{n}" alt="Equation for the mean absolute error."> -->
30+
31+
<div class="equation" align="center" data-raw-text="\operatorname{MAE} = \frac{\sum_{i=0}^{n-1} |y_i - x_i|}{n}" data-equation="eq:mean_absolute_error">
32+
<img src="TODO" alt="Equation for the mean absolute error.">
33+
<br>
34+
</div>
35+
36+
<!-- </equation> -->
37+
38+
</section>
39+
40+
<!-- /.intro -->
41+
2542
<section class="usage">
2643

2744
## Usage

0 commit comments

Comments
 (0)