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
Afficher le fichier Open project: kirnosenko/msr-tools

Méthodes publiques

Méthode Description
ExponentialSRGM ( double p1, double p2 ) : System
Predict ( double t ) : double

Method Details

ExponentialSRGM() public méthode

public ExponentialSRGM ( double p1, double p2 ) : System
p1 double
p2 double
Résultat System

Predict() public méthode

public Predict ( double t ) : double
t double
Résultat double