Datasets

class surpyval.datasets.Bearing_

Bases: object

class surpyval.datasets.BoforsSteel_

Bases: object

A Class with a Pandas DataFrame containing the data of the tensile strenght of Bofors Steel from the Weibull paper [1].

df

A Pandas DataFrame containing the data of the tensile strenght of Bofors Steel from the Weibull paper.

Type:DataFrame

Examples

>>> from surpyval import BoforsSteel
>>> df = BoforsSteel.df
>>> df.head(5)
  x n
0 40.800 10
1 42.075 23
2 43.350 48
3 44.625 80
4 45.900 63

References

[1]Weibull, W., A statistical distribution function of wide applicability, Journal of applied mechanics, Vol. 18, No. 3, pp 293-297 (1951).
class surpyval.datasets.Boston_

Bases: object