-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add specification for importance factor reporting #20
base: master
Are you sure you want to change the base?
Conversation
Dear Olzhas, |
@cfolleau Indeed, I haven't considered the time at all. Would it be overkill to create/report one "importance" container with all basic events (a la state) per time point? If we make it flexible with (measure, type, value)-like structure, |
@rakhimov Anyway, some industries absolutly need result at different points of time (see in attachment an exemple of what we do in our software) For frequency, the CFI of an event is very often given by its law, you are right. And UFI can be deduced from CFI and Unavailability. But when law are more complicated (Weibull or others) you can not. And for gate you can not deduce frequency (CFI or UFI) directely from event laws, it is a big computation. That why we need to save these results |
@rakhimov |
@cfolleau In the current specification, I see that "measure" is provided for statistical results. Is the example in your attachment from pre-2.0d o post-2.0d? (I couldn't find the schema) |
@rakhimov yes importance-measure if you want, so we would have a importance-measure entity with a "type" attribut among MIF CIF DIF RRW RAW etc ..., and a "component" attribut The attached file comes from our computation engine ALBIZIA, which file format mainly comes from XML format of ARALIA made by Antoine Rauzy in 2000's |
2621039
to
d059203
Compare
@cfolleau Can you share the schema for you own format? |
@cfolleau This container is specifically designed to hold importance factors of events A programmer in me cringes a bit seeing (measure/type/value) constructs; Moreover, it adds redundant noise into the file being unnecessarily general for importance factors. Finally, just to clarify for myself I really believe that whoever came up with "product" for reporting both MCS/Prime Implicants |
d059203
to
1f3a8a9
Compare
@cfolleau Exploring the Safety Integrity Level metrics, |
CFI and UFI are not only SIL metrics, they were computed far before the IEC61508 exists. |
@cfolleau Thank you! |
46f9bf6
to
65b5fa7
Compare
65b5fa7
to
3cbbb10
Compare
I completely forgot that Measure vs. Time can be reported with Curves feature; |
3cbbb10
to
2a8651d
Compare
2a8651d
to
20c3bab
Compare
The commonly calculated importance factors (DIF, MIF, ...) can be reported in attributes of variables (basic events). The approach has been tested with SCRAM and is flexible for new factors or omitted factors. Note that importance factor reporting is missing for CCF events because the general representation of them is not yet accepted into the report layer. It should be trivial to add CCF event importance factor reporting (if not cumbersome, though) after the initial formatting is established.
The idea is borrowed from XFTA.
20c3bab
to
32c6669
Compare
The commonly calculated importance factors (DIF, MIF, ...)
can be reported in attributes of variables (basic events).
The approach has been tested with SCRAM
and is flexible for new factors or omitted factors.
Note that importance factor reporting is missing for CCF events
because the general representation of them
is not yet accepted into the report layer.
It should be trivial to add CCF event importance factor reporting
(if not cumbersome, though)
after the initial formatting is established.