C# Class MSR.Models.Prediction.SRGM.ExponentialSRGM

Exponential SRGM with two parameters. p0 - the initial estimate of the total failure recovered at the end of the testing process. p1 - the ratio between the initial failure intensity and total failure.
Inheritance: ISRGM
Mostra file Open project: kirnosenko/msr-tools

Public Methods

Method Description
ExponentialSRGM ( double p1, double p2 ) : System
Predict ( double t ) : double

Method Details

ExponentialSRGM() public method

public ExponentialSRGM ( double p1, double p2 ) : System
p1 double
p2 double
return System

Predict() public method

public Predict ( double t ) : double
t double
return double