Click or drag to resize

TestFunctionsDropWave Method

Drop-Wave, a multi-modal and highly complex function with many local minima. Global minimum of all zeros with f(0) = -1. Common range: [-5.12,5.12].

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double DropWave(
	double x,
	double y
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.TestFunctions.DropWave(System.Double,System.Double)"]

y  Double

[Missing <param name="y"/> documentation for "M:Altaxo.Calc.TestFunctions.DropWave(System.Double,System.Double)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.TestFunctions.DropWave(System.Double,System.Double)"]

Remarks
http://www.sfu.ca/~ssurjano/drop.html
See Also