Fit fuction with one or more PearsonVII shaped peaks, with a background polynomial of variable order.
Constructor | Description |
Full Usage:
PearsonVII()
|
|
Full Usage:
PearsonVII(numberOfTerms, orderOfBackgroundPolynomial)
Parameters:
int
orderOfBackgroundPolynomial : int
|
|
Instance member | Description |
|
Not functional because instance is immutable.
|
Full Usage:
this.DefaultParameterValue
Parameters:
int
Returns: float
Modifiers: abstract |
|
Full Usage:
this.DefaultVarianceScaling
Parameters:
int
Returns: IVarianceScaling
Modifiers: abstract |
|
Full Usage:
this.DependentVariableName
Parameters:
int
Returns: string
Modifiers: abstract |
|
Full Usage:
this.Evaluate
Parameters:
float[]
P : float[]
Y : float[]
Modifiers: abstract |
|
Full Usage:
this.GetInitialParametersFromHeightPositionAndWidthAtRelativeHeight
Parameters:
float
position : float
width : float
relativeHeight : float
Returns: float[]
Modifiers: abstract |
|
Full Usage:
this.GetPositionAreaHeightFWHMFromSinglePeakParameters
Parameters:
float[]
Returns: float * float * float * float
Modifiers: abstract |
|
Full Usage:
this.GetPositionAreaHeightFwhmFromSinglePeakParameters
Parameters:
float[]
cv : IROMatrix<float>
Returns: float * float * float * float * float * float * float * float
Modifiers: abstract |
|
Full Usage:
this.IndependentVariableName
Parameters:
int
Returns: string
Modifiers: abstract |
|
Full Usage:
this.NumberOfDependentVariables
Returns: int
Modifiers: abstract |
|
Full Usage:
this.NumberOfIndependentVariables
Returns: int
Modifiers: abstract |
|
Full Usage:
this.NumberOfParameters
Returns: int
Modifiers: abstract |
|
Full Usage:
this.NumberOfTerms
Returns: int
|
Gets the number of Voigt terms.
|
Full Usage:
this.OrderOfBackgroundPolynomial
Returns: int
|
Gets the order of the background polynomial.
|
Full Usage:
this.ParameterName
Parameters:
int
Returns: string
Modifiers: abstract |
|
Full Usage:
this.ParameterNamesForOnePeak
Returns: string[]
Modifiers: abstract |
|
Full Usage:
this.WithNumberOfTerms
Parameters:
int
-
The number of Lorentzian (Cauchy) terms (should be greater than or equal to 1).
Returns: PearsonVII
New instance with the provided number of Lorentzian (Cauchy) terms.
|
Creates a new instance with the provided number of Lorentzian (Cauchy) terms.
|
Full Usage:
this.WithOrderOfBackgroundPolynomial
Parameters:
int
-
The order of the background polynomial. If set to -1, the background polynomial will be disabled.
Returns: PearsonVII
New instance with the background polynomial of the provided order.
|
Creates a new instance with the provided order of the background polynomial.
|
Static member | Description |
|
|