It is assumed the data can be described by a power law, expressed either as Y or X dependent (referring to the second and first axis on a fatigue curve).
...
...
@@ -57,7 +47,7 @@ There exist a multitude of methods as to identify these limits such as assuming
where $k$ is the number of points in the data-series.
...
...
@@ -85,8 +74,13 @@ where $k$ is the number of points in the data-series.
Perform _minmax_ normalization. By doing so ensures that the features used by the model have similar scales and aid in faster convergence and accuracy.
where the lower index s is an abbreviation for scaled.
...
...
@@ -102,34 +96,34 @@ The purpose is to sort the difference between the prediction and the data and de
Compute the error/difference between the model and the data
```math
E = Y_{\textrm{p}} - Y_{\textrm{d}}
E = Y_{\textrm{p,s}} - Y_{\textrm{d,s}}
```
Extract the data with a positive error. We are only interested in the positive difference, as these are an indication of the points below the mean line.