public virtual DoubleMatrix Pdf(
ReadOnlyDoubleMatrix arguments
)
Public Overridable Function Pdf (
arguments As ReadOnlyDoubleMatrix
) As DoubleMatrix
public:
virtual DoubleMatrix^ Pdf(
ReadOnlyDoubleMatrix^ arguments
)
abstract Pdf :
arguments : ReadOnlyDoubleMatrix -> DoubleMatrix
override Pdf :
arguments : ReadOnlyDoubleMatrix -> DoubleMatrix
The returned matrix has the same dimensions of arguments.
ArgumentNullException | arguments is null. |