Как обрабатывать множественные количественные сбои при анализе выживаемости повторяющихся сбоев? например в таблице нижеPython

Программы на Python
Anonymous
Как обрабатывать множественные количественные сбои при анализе выживаемости повторяющихся сбоев? например в таблице ниже

Сообщение Anonymous »


As you can see that in this case, apart from recurrent failures, there are multiple quantities that fail together. Normally, the event is binary 1 or 0. Is there a way to analyse and incorporate this as well in the recurrent failure analysis?

Table containing sample data here:


Изображение


I have tried some methods like creating multiple lines of 1 quantity each but then the survived ones may also require multiple lines since more than 1 quantity may have survived in each id.


Источник: https://stackoverflow.com/questions/781 ... l-analysis

Вернуться в «Python»