Method | Description | |
---|---|---|
Calculate ( double x ) : double |
Calculate the output.
|
|
InverseMultiquadricFunction ( double peak, double center, double width ) : System |
Construct a multi-dimension Inverse-Multiquadric function with the specified peak, centers and widths.
|
|
InverseMultiquadricFunction ( int dimensions ) : System |
Create centered at zero, width 0, and peak 0.
|
public Calculate ( double x ) : double | ||
x | double | Input value. |
return | double |
public InverseMultiquadricFunction ( double peak, double center, double width ) : System | ||
peak | double | The peak for all dimensions. |
center | double | The centers for each dimension. |
width | double | The widths for each dimension. |
return | System |
public InverseMultiquadricFunction ( int dimensions ) : System | ||
dimensions | int | The dimensions. |
return | System |