Click or drag to resize
CVVURegress Method
Calculate linear regression through data

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void Regress(
	CVV oVV1,
	CVV oVV2,
	ref double d3,
	ref double d4
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
X data
oVV2
Type: GeoEngine.Core.GXNetCVV
Y data
d3
Type: SystemDouble
returns slope
d4
Type: SystemDouble
returns intercept
See Also