Global Model
 
Classes / Enums
- ModelTypeEnum Sets the RSFittedModel type.
 - ModelCategoryEnum Specifies the category (e.g., reliability) of a new cModel object.
 - ConfBoundsSides Sets sides of confidence bounds.
 - ConfBoundsTypes Used with the WAPlotSettings class to specify which confidence bounds will be shown in a plot.
 - ConfBoundsMethods Specifies the method for estimating confidence bounds.
 - ParamName Sets parameter name.
 - ParamBoundsValues Class Stores the confidence bounds on the model parameters. Use the SetConfidenceLevel method to specify the confidence bound settings.
 - ParamValues Class Model's parameter name and value.
 
- BoundsValues Class Model's parameter upper and lower values.
 - BoundsValues.Upper Sets Upper bound.
 - BoundsValues.Lower Sets Lower bound.
 
- ParamInputInfo Class Class used for parameters input.
 - ParamInputInfo.Name Parameter input in ParamInputInfo Class for Name
 - ParamInputInfo.Min Parameter input in ParamInputInfo Class for Min
 - ParamInputInfo.Max Parameter input in ParamInputInfo Class for Max
 - ParamInputInfo.CanEqualMin Parameter input in ParamInputInfo Class for CanEqualMin
 - ParamInputInfo.CanEqualMax Parameter input in ParamInputInfo Class for CanEqualMax
 - ParamInputInfo.Value Parameter input in ParamInputInfo Class for Value
 
