Skip to content

← statistics package

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.

verbose name
Data
default value
None
port type
DataPort
value type
Packet (can be None)
data direction
INOUT

distribution

Type of distribution to use.

verbose name
Distribution
default value
Normal
port type
EnumPort
value type
str (can be None)

location

Location parameter. The meaning depends on the type of distribution. For example, for the normal distribution this is the mean.

verbose name
Location
default value
0.0
port type
FloatPort
value type
float (can be None)

scale

Scale parameter. The meaning depends on the type of distribution. For example, for the normal distribution this is the standard deviation.

verbose name
Scale
default value
1.0
port type
FloatPort
value type
float (can be None)

shape1

First shape parameter. Only some distributions have shape parameters, and the meaning depends on the type of distribution.

verbose name
Shape1
default value
None
port type
FloatPort
value type
float (can be None)

shape2

Second shape parameter. Only some distributions have shape parameters, and the meaning depends on the type of distribution.

verbose name
Shape2
default value
None
port type
FloatPort
value type
float (can be None)

set_breakpoint

Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.

verbose name
Set Breakpoint (Debug Only)
default value
False
port type
BoolPort
value type
bool (can be None)

metadata

User-definable meta-data associated with the node. Usually reserved for technical purposes.

verbose name
Metadata
default value
{}
port type
DictPort
value type
dict (can be None)