ComplexNumLibPolyFit Method

Definition

Namespace: Metas.UncLibCOM.Core
Assembly: Metas.UncLibCOM.Core (in Metas.UncLibCOM.Core.dll) Version: 2.8.9053.20212
C#
public ComplexArray PolyFit(
	ComplexArray x,
	ComplexArray y,
	int n
)

Parameters

x  ComplexArray
 
y  ComplexArray
 
n  Int32
 

Return Value

ComplexArray

Implements

IComplexNumLibPolyFit(ComplexArray, ComplexArray, Int32)

See Also