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).
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).
...
@@ -76,15 +77,14 @@ where $k$ is the number of points in the data-series.
...
@@ -76,15 +77,14 @@ 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.
Perform _minmax_ normalization. By doing so ensures that the features used by the model have similar scales and aid in faster convergence and accuracy.
Compute the error/difference between the model and the data
Compute the error/difference between the model and the data
```math
```math
...
@@ -93,10 +93,16 @@ E = Y_{\textrm{p}} - Y_{\textrm{d}}
...
@@ -93,10 +93,16 @@ E = Y_{\textrm{p}} - Y_{\textrm{d}}
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.
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.