Пример #1
0
 public AtRiskCalculator(Hazard hazard, int type, CustomerTimePeriods periodType, IDataReaderIntParametric <int> reader)
 {
     this.hazard     = hazard;
     this.reader     = reader;
     this.type       = type;
     this.periodType = periodType;
 }
Пример #2
0
 public AtRisk(double probabilityValue, double noAtRisk, CustomerTimePeriods customerTimePeriods)
 {
     this.ProbabilityValue    = probabilityValue;
     this.NoAtRisk            = noAtRisk;
     this.customerTimePeriods = customerTimePeriods;
 }