mirror of
https://github.com/furyfire/trueskill.git
synced 2025-09-15 22:58:21 +02:00
More return types. Basic example
This commit is contained in:
@@ -13,7 +13,7 @@ use DNW\Skills\Numerics\GaussianDistribution;
|
||||
*/
|
||||
class GaussianPriorFactor extends GaussianFactor
|
||||
{
|
||||
private $newMessage;
|
||||
private GaussianDistribution $newMessage;
|
||||
|
||||
public function __construct(float $mean, float $variance, Variable $variable)
|
||||
{
|
||||
|
Reference in New Issue
Block a user