Global Model: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
*'''[[ParamName]]''' {{Template:APIComment|{{Template:ParamName.Cmt}}}} | *'''[[ParamName]]''' {{Template:APIComment|{{Template:ParamName.Cmt}}}} | ||
*'''[[ParamBoundsValues Class]]''' {{Template:APIComment|{{Template:ParamBoundsValues Class.Cmt}}}} | *'''[[ParamBoundsValues Class]]''' {{Template:APIComment|{{Template:ParamBoundsValues Class.Cmt}}}} | ||
*'''[[ParamValues Class]]''' {{APIComment| | *'''[[ParamValues Class]]''' {{APIComment|{{Template:ParamValues Class.Cmt}}}} | ||
===== [[BoundsValues Class]] ===== | ===== [[BoundsValues Class]] ===== | ||
*'''[[BoundsValues Class]]''' {{Template:APIComment| | *'''[[BoundsValues Class]]''' {{Template:APIComment|{{Template:BoundsValues Class.Cmt}}}} | ||
*'''[[BoundsValues.Upper]]''' {{Template:APIComment|Sets Upper bound.}} | *'''[[BoundsValues.Upper]]''' {{Template:APIComment|Sets Upper bound.}} | ||
*'''[[BoundsValues.Lower]]''' {{Template:APIComment|Sets Lower bound.}} | *'''[[BoundsValues.Lower]]''' {{Template:APIComment|Sets Lower bound.}} |
Revision as of 17:28, 30 January 2014
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
- BoundsValues Class Model's parameter upper and lower values.
- BoundsValues.Upper Sets Upper bound.
- BoundsValues.Lower Sets Lower bound.
ParamInputInfo Class
- 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