File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/stats/incr/mae Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments