mirror of
https://github.com/furyfire/trueskill.git
synced 2025-03-31 13:14:02 +00:00
Start of factor graph port. Things don't work yet, but a lot of syntax updates towards PHP
This commit is contained in:
@ -48,6 +48,16 @@ class GaussianDistribution
|
||||
{
|
||||
return $this->_standardDeviation;
|
||||
}
|
||||
|
||||
public function getPrecision()
|
||||
{
|
||||
return $this->_precision;
|
||||
}
|
||||
|
||||
public function getPrecisionMean()
|
||||
{
|
||||
return $this->_precisionMean;
|
||||
}
|
||||
|
||||
public function getNormalizationConstant()
|
||||
{
|
||||
|
Reference in New Issue
Block a user