Click or drag to resize
Accord.NET (logo)

ScatterplotCompute Method (Double, Double)

Computes the scatter plot.

Namespace:  Accord.Statistics.Visualizations
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public void Compute(
	double[] x,
	double[] y
)
Request Example View Source

Parameters

x
Type: SystemDouble
Array of X values.
y
Type: SystemDouble
Array of corresponding Y values.
See Also