title:regression approach and tolerance bands - powerlaw
---
## Dependency
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).
...
...
@@ -75,13 +76,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, it also aids in faster convergence and accuracy.
Compute the error/difference between the model and the data
**a)**Compute the error/difference between the model and the data
```math
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.
**b)**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.