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