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 with the specified parameter name. | |
| ParameterSetElement(String, Double) | Initializes a new instance of the ParameterSetElement class with the specified parameter name and value. | |
| 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 upper bound value is exclusive. | |
| LowerBound | Gets or sets the lower bound for the parameter. | |
| LowerBoundInclusive | Gets the effective (inclusive) lower bound. | |
| Name | Gets or sets the parameter's name. | |
| Parameter | Gets or sets the parameter's value. | |
| UpperBound | Gets or sets the upper bound for the parameter. | |
| UpperBoundInclusive | Gets the effective (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 only the varying parameters and their corresponding bounds. | |
| 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 arrays of parameter values, fixed flags, lower bounds, and upper bounds for nonlinear fitting. | |
| 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 parameter value and the lower and upper bounds for inconsistencies, and corrects them. |