|
| __construct (float $mean, float $std) |
|
| pdf (float $value) |
| Returns probability density of the given $value
|
|
|
static | distributionPdf (float $mean, float $std, float $value) |
| Returns probability density value of the given $value based on given standard deviation and the mean.
|
|
◆ pdf()
Phpml\Math\Statistic\Gaussian::pdf |
( |
float | $value | ) |
|
Returns probability density of the given $value
- Return values
-
The documentation for this class was generated from the following file:
- lib/mlbackend/php/phpml/src/Phpml/Math/Statistic/Gaussian.php