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).
...
...
@@ -51,12 +42,41 @@ A tollerance band states that a certain percentage of the data lies within or ab
There exist a multitude of methods as to identify these limits such as assuming the data follows a normal- or Weibull distribution. However, in this scenario the upper- and lower quantiles in the distribution are used to identify said limits. The following steps explains the algorithm step by step
where $k$ is the number of points in the data-series.
**Step 4**
<br>
Perform _minmax_ normalization. By doing so ensures that the features used by the model have similar scales and aid in faster convergence and accuracy.