Parameter |
public class ParameterSetElement : IImmutable, IEquatable<ParameterSetElement>
The ParameterSetElement type exposes the following members.
Name | Description | |
---|---|---|
ParameterSetElement(String) | Initializes a new instance of the ParameterSetElement class | |
ParameterSetElement(String, Double) | Initializes a new instance of the ParameterSetElement class | |
ParameterSetElement(String, Double, Double, Boolean) | Initializes a new instance of the ParameterSetElement class | |
ParameterSetElement(String, Double, Double, Boolean, NullableDouble, Boolean, NullableDouble, Boolean) | Initializes a new instance of the ParameterSetElement class |
Name | Description | |
---|---|---|
IsLowerBoundExclusive | Gets or sets a value indicating whether the lower bound value is exclusive. | |
IsUpperBoundExclusive | Gets or sets a value indicating whether the lower bound value is exclusive. | |
LowerBound | Gets or sets the lower bound for the parameter. | |
LowerBoundInclusive | Gets the effective (inclusive) lower bound. The LowerBound value is slightly increased, if IsLowerBoundExclusive is true in order to get the inclusive lower bound. | |
Name | Gets or sets the parameter's name. | |
Parameter | Gets or sets the parameter's value. | |
UpperBound | Gets or sets the lower bound for the parameter. | |
UpperBoundInclusive | Gets the effective (inclusive) upper bound. The UpperBound value is slightly decreased, if IsUpperBoundExclusive is true in order to get the inclusive upper bound. | |
Variance | Gets or sets the variance of the parameter. | |
Vary | Gets or sets a value indicating whether this ParameterSetElement can vary during the fitting calculation. |
Name | Description | |
---|---|---|
CollectVaryingParametersAndBoundaries | Collects a list of only the varying parameters (!) and their corresponding boundaries. The returned lists have the same length or less length than the provided elements. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetFitArrays | Gets the arrays of parameter values, isFixed, lowerBounds and upperBounds for nonlinear fitting. The arrays have the same length as the provided list of elements has. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
TestAndCorrectParameterAndBoundaries | Tests the value of the parameter and the lower and upper boundaries for inconsistencies, and corrects them. |