Skip to main content

Distribution Chart

This node renders a normal distribution (bell curve) chart.

The Distribution Chart node visualizes statistical data defined by mean and standard deviation.

The Distribution Chart node plots a Gaussian distribution curve. It is useful for visualizing probability distributions, such as the volatility of a slot game or expected user behavior.

Inputs

Data

DataDescription
Mean (μ)The center point of the distribution. Default: 0.
Std Dev (σ)The spread of the distribution. Default: 1.
Variance (σ²)Alternative to Std Dev (variance = stdDev^2). If set, overrides Std Dev.
AmplitudeVertical scaling factor.

Chart Settings

DataDescription
Line ColorColor of the curve.
Chart TitleTitle text.
X Axis LabelLabel for X axis.
Y Axis LabelLabel for Y axis.

Actions

SignalDescription
DoTriggers a re-render.

Outputs

This node is purely visual.

Usage

Visualizing Volatility

  1. Connect Mean and Standard Deviation from a Volatility Estimator node to this chart.
  2. As you simulate spins, the chart will update to show the probability curve of the payouts.

Detailed Behavior

  • Rendering: Uses a canvas or SVG to draw the curve based on the probability density function.

Troubleshooting

  • Flat Line: If Std Dev is very large or Amplitude is very small, the curve might look flat. Adjust scaling.