CDF¶
Evaluate the cumulative distribution function for a given distribution with some fixed parameters element-wise.
More Info... Version 1.0.0
Ports/Properties¶
data¶
Data to process.
distribution¶
Type of distribution to use.
location¶
Location parameter. The meaning depends on the type of distribution. For example, for the normal distribution this is the mean.
scale¶
Scale parameter. The meaning depends on the type of distribution. For example, for the normal distribution this is the standard deviation.
shape1¶
First shape parameter. Only some distributions have shape parameters, and the meaning depends on the type of distribution.
shape2¶
Second shape parameter. Only some distributions have shape parameters, and the meaning depends on the type of distribution.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.