Property | Type | Description | |
---|---|---|---|
model |
Method | Description | |
---|---|---|
BugLifetimeDistributionEstimationStrategy ( |
||
Init ( IRepository repository ) : void |
Method | Description | |
---|---|---|
BugFixes ( IRepository repository ) : BugFixSelectionExpression | ||
BugLifetimes ( BugFixSelectionExpression bugFixes ) : IEnumerable |
||
Distribution ( IEnumerable |
||
Estimate ( IRepository repository ) : double>.Func |
protected BugFixes ( IRepository repository ) : BugFixSelectionExpression | ||
repository | IRepository | |
return | BugFixSelectionExpression |
public BugLifetimeDistributionEstimationStrategy ( |
||
model | ||
return | System |
protected BugLifetimes ( BugFixSelectionExpression bugFixes ) : IEnumerable |
||
bugFixes | BugFixSelectionExpression | |
return | IEnumerable |
protected abstract Distribution ( IEnumerable |
||
bugLifetimes | IEnumerable |
|
return | double>.Func |
protected Estimate ( IRepository repository ) : double>.Func |
||
repository | IRepository | |
return | double>.Func |
public Init ( IRepository repository ) : void | ||
repository | IRepository | |
return | void |