Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Reliability-related algorithms and tools
Contributed by: Anton Antonov
Reliability-related algorithms and know-how
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["AntonAntonov/ReliabilityTools"]
To load the code after installation, evaluate this code:
Needs["AntonAntonov`ReliabilityTools`"]
Here is faults data:
| In[1]:= |
| Out[2]= | ![]() |
Here the Crow AMSAA method is applied:
| In[3]:= |
| Out[3]= |
Here is growth tracking plot:
| In[4]:= |
| Out[4]= | ![]() |
Here is a time series and its length:
| In[5]:= | ![]() |
Here is a date list plot with a vertical grid line that marks the training and testing split date:
| In[6]:= | ![]() |
| Out[3]= | ![]() |
Here we split the data into training and testing parts:
| In[7]:= | ![]() |
| Out[9]= |
Here we get the positions of the anomalies:
| In[10]:= | ![]() |
| Out[11]= |
Here is a plot of the time series and the found outliers:
| In[12]:= |
| Out[12]= | ![]() |
Wolfram Language Version 13