mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-15 17:50:19 -05:00
update server distribution calculations to account for performance bucket
This commit is contained in:
@ -5,7 +5,7 @@ namespace Stats.Client.Abstractions
|
||||
public interface IServerDistributionCalculator
|
||||
{
|
||||
Task Initialize();
|
||||
Task<double> GetZScoreForServer(long serverId, double value);
|
||||
Task<double?> GetRatingForZScore(double? value);
|
||||
Task<double> GetZScoreForServerOrBucket(double value, long? serverId = null, string performanceBucket = null);
|
||||
Task<double?> GetRatingForZScore(double? value, string performanceBucket);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user