<%@page contentType="text/html" %> <%@ page language="java" import="java.util.*"%> <%/*@ page import="Access.*"*/%> <%@page contentType="text/html"%> <%@ page import="java.io.*" %> G-renewal process

Abstract
General
information
Examples
Instructions
for calculation
Kijima G-renewal process
<% if (beanInputGRP.getLine1().equals("")||beanInputGRP.getLine1()==null) { %> <% beanInputGRP.validate();%> <%} else { beanInputGRP.setIni(); }%> <% if (beanInputGRP.getIsValid()) { beanInputGRP.calculate(); %>
Input:
<%= beanInputGRP.getLine1() %>
Output:
Cumulative intensity function (CIF).
Frequency of failure (Fr) multiplied by repair time and Unavailability (Q).
<%= beanInputGRP.getLine2() %> <% beanInputGRP.setIsValid(false); %>



Print friendly For another calculation click here

<%} else { %>
Calculation allows obtaining frequency, number of failures and unavailability in the g-renewal process.
<%= beanInputGRP.getErrorMessage() %>
Input:
Mission time:
Number of time points:
Select distribution function:
Shape (or mu) parameter:
Scale (or sigma) parameter:
Repair time:
Restoration factor:
Select type of Kijima model:
Number of Monte Carlo trials:


<% } %>