Click or drag to resize

ProbabilityDistributionPdf Method (ReadOnlyDoubleMatrix)

Computes the probability density function of this instance at the specified arguments.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public virtual DoubleMatrix Pdf(
	ReadOnlyDoubleMatrix arguments
)

Parameters

arguments
Type: Novacta.AnalyticsReadOnlyDoubleMatrix
The arguments at which the function is to be evaluated.

Return Value

Type: DoubleMatrix
The values implied by the function at the specified arguments.
Exceptions
ExceptionCondition
ArgumentNullExceptionarguments is null.
Remarks

The returned matrix has the same dimensions of arguments.

See Also