%@ page language="java" contentType="text/html" %> <%-- Include common initialisation code --%> <%@ include file="/arch/common.jsp" %> <%-- The current tab --%> <% String currentTab = "Research"; %> <%-- Content of navigation pane --%> <%@ include file="nav.jsp" %> <% showCurrentLink=true; %> <%-- Current navigation location --%> <% String currentNav = "Reports and Theses"; %> <%-- Include the code for the document header --%> <%@ include file="/arch/header.jsp" %>
Zhiming Liu, Anders P. Ravn, Erlin V. Sorensen and Chaochen Zhou, Towards a Calculus of Systems Dependability (September 1, 1992).
This paper presents a calculus that enables a designer of an embedded, real-time system to reason about and calculate whether a given requirement will hold with a sufficiently high probability for given failure probabilities of components used in the design of the system. The main idea is:
These theorems are oriented towards systematic numerical calculations. This ensures that reasoning about probabilities is consistent with requirements and design decisions. We thus avoid introducing separate models for requirements and dependability analysis. The system model is a finite automaton with fixed transition probabilities. This defines discrete Markov processes as basis for the calculus.
<%@ include file="cited.html" %>Z. Liu, Anders P. Ravn, Erlin V. Sorensen and Chaochen Zhao, "Towards a Calculus of Systems Dependability", Journal of High Integrity Systems 1(1), Oxford University Press, pp. 49-65 (1994)
<%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>