This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Statistical

Operators in the Statistical category

Home > Visualization > Statistical

Operators

OperatorDescription
Box/Violin PlotVisualize data using either a Box Plot or a Violin Plot. Box plots are drawn as a box with a vertical line down the middle which is mean value, and has horizontal lines attached to each side (known as “whiskers”). Violin plots provide more detail by showing a smoothed density curve on each side, and also include a box plot inside for comparison.
Continuous Error BandsVisualize error or uncertainty along a continuous line
Empirical Cumulative Distribution PlotVisualize the empirical cumulative distribution of a numeric column.
HistogramVisualize data in a Histogram Chart
Histogram2DDisplays a bivariate histogram as a density heatmap
Scatter Matrix ChartVisualize datasets in a Scatter Matrix
Strip ChartVisualize distribution of data points as a strip plot
Tree PlotVisualize hierarchical data as a top-down, interactive, auto-sizing tree

Total: 8 operators

1 - Box/Violin Plot

Visualize data using either a Box Plot or a Violin Plot. Box plots are drawn as a box with a vertical line down the middle which is mean value, and has horizontal lines attached to each side (known as “whiskers”). Violin plots provide more detail by showing a smoothed density curve on each side, and also include a box plot inside for comparison.

Home > Visualization > Statistical

Input Properties

PropertyRequirementTypeDefaultDescription
Value ColumnString (integer, long, double)-Data column for box plot
Quartile Methodlinear, inclusive, exclusivelinear
Horizontal OrientationBooleanfalseOrientation style
Violin PlotBooleanfalseCheck this box to overlay a violin plot on the
box plot; otherwise, show only the box plot

Output Ports

PortMode
0Single Snapshot

2 - Continuous Error Bands

Visualize error or uncertainty along a continuous line

Home > Visualization > Statistical

Input Properties

PropertyRequirementTypeDefaultDescription
X LabelStringX AxisLabel used for x axis
Y LabelStringY AxisLabel used for y axis
BandsList-
↳ Y-Axis Upper BoundString-Represents upper bound error of y-values
↳ Y-Axis Lower BoundString-Represents lower bound error of y-values
↳ Fill ColorString-Must be a valid CSS color or hex color string
↳ Y ValueString-Value for y axis
↳ X ValueString-Value for x axis
↳ Line Modeline, dots, line with dotsline with dots
↳ Line NameString-
↳ Line ColorString-Must be a valid CSS color or hex color string

Output Ports

PortMode
0Single Snapshot

3 - Empirical Cumulative Distribution Plot

Visualize the empirical cumulative distribution of a numeric column.

Home > Visualization > Statistical

Input Properties

PropertyRequirementTypeDefaultDescription
Value ColumnString (integer, long, double)-Numeric column used to compute the empirical
cumulative distribution
Color ColumnString-Optional column for coloring ECDF lines by group
Separate By ColumnString-Optional column for splitting ECDF plots into
subplots
Y Axis ModeStringprobabilityDisplay cumulative probability, raw count, or
cumulative sum
CDF ModeStringstandard‘standard’ shows P(X ≤ x), ‘reversed’ shows P(X ≥
x), ‘complementary’ shows 1 - P(X ≤ x)
OrientationStringverticalPlot ECDF vertically or horizontally
Show MarkersBooleanfalseDisplay sample markers on the ECDF line
Marginal PlotStringnoneOptional marginal plot to display alongside the
ECDF

Output Ports

PortMode
0Single Snapshot

4 - Histogram

Visualize data in a Histogram Chart

Home > Visualization > Statistical

Input Properties

PropertyRequirementTypeDefaultDescription
Color ColumnString-Column for differentiating data by its value
SeparateBy ColumnString-Column for separating histogram chart by its value
Distribution TypeString-Distribution type (rug, box, violin)
PatternString-Add texture to the chart based on an attribute
Value ColumnString-Column for counting values

Output Ports

PortMode
0Single Snapshot

5 - Histogram2D

Displays a bivariate histogram as a density heatmap

Home > Visualization > Statistical

Input Properties

PropertyRequirementTypeDefaultDescription
X ColumnString-Numeric column for the X axis bins
Y ColumnString-Numeric column for the Y axis bins
X BinsInteger10Number of bins along the X axis (Default: 10)
Y BinsInteger10Number of bins along the Y axis (Default: 10)
Normalizationdensity, probability, percentdensityType of histogram normalization

Output Ports

PortMode
0Single Snapshot

6 - Scatter Matrix Chart

Visualize datasets in a Scatter Matrix

Home > Visualization > Statistical

Input Properties

PropertyRequirementTypeDefaultDescription
Selected AttributesList-The axes of each scatter plot in the matrix
Color ColumnString-Column to color points

Output Ports

PortMode
0Single Snapshot

7 - Strip Chart

Visualize distribution of data points as a strip plot

Home > Visualization > Statistical

Input Properties

PropertyRequirementTypeDefaultDescription
X-Axis ColumnString-Column containing numeric values for the x-axis
Y-Axis ColumnString-Column containing categorical values for the
y-axis
Color ByString-Optional - Color points by category
Facet ColumnString-Optional - Create separate subplots for each
category

Output Ports

PortMode
0Single Snapshot

8 - Tree Plot

Visualize hierarchical data as a top-down, interactive, auto-sizing tree

Home > Visualization > Statistical

Input Properties

PropertyRequirementTypeDefaultDescription
Edge List ColumnString-Column with [parent, child] pairs

Output Ports

PortMode
0Single Snapshot