|
MathProbabilityDensityEmpirical
The function calculates the empirical probability density function (pdf) for random values from an array.
bool MathProbabilityDensityEmpirical(
|
Parameters
array[]
[in] Array of random values.
count
[in] The number of (x, pdf(x)) pairs.
x[]
[out] Array to output the x values.
pdf[]
[out] Array to output the pdf(x) values.
Return Value
Returns true if successful, otherwise false.