C# 클래스 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.
상속: ISRGM
파일 보기 프로젝트 열기: kirnosenko/msr-tools

공개 메소드들

메소드 설명
ExponentialSRGM ( double p1, double p2 ) : System
Predict ( double t ) : double

메소드 상세

ExponentialSRGM() 공개 메소드

public ExponentialSRGM ( double p1, double p2 ) : System
p1 double
p2 double
리턴 System

Predict() 공개 메소드

public Predict ( double t ) : double
t double
리턴 double