Click or drag to resize

CVVURegress Method

Calculate linear regression through data

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Regress(
	CVV vv_x,
	CVV vv_y,
	ref double slp,
	ref double intercept
)

public static void Regress(
	CVV vv_x,
	CVV vv_y,
	ref double slp,
	ref double intercept
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetCVV
X data
vv_y
Type: GeoEngine.Core.GXNetCVV
Y data
slp
Type: SystemDouble
Returns slope
intercept
Type: SystemDouble
Returns intercept
See Also