PronySeriesInterpolationBaseWithAutomaticXMinimumMaximumAndNumberOfPointsPerDecadeAndMaximumNumberOfPoints Method |
Creates a copy with automatically determined x-range, a user-specified number of points per decade, and a maximum number of Prony terms.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic PronySeriesInterpolationBase WithAutomaticXMinimumMaximumAndNumberOfPointsPerDecadeAndMaximumNumberOfPoints(
double pointsPerDecade,
int numberOfPoints
)
Parameters
- pointsPerDecade Double
- Number of Prony terms per decade.
- numberOfPoints Int32
- Maximum number of Prony terms.
Return Value
PronySeriesInterpolationBaseA new record configured accordingly.
See Also