Global Model: Difference between revisions
Jump to navigation
Jump to search
Albert Szeto (talk | contribs) m (moved Global Model Class to Global Model) |
Albert Szeto (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass|Global_Model Class|Global_Model}} | {{Template:APIClass|Global_Model Class|Global_Model}} | ||
== | == Classes / Enums == | ||
*'''[[ModelTypeEnum]]''' {{Template:APIComment|RSFittedModel type.}} | *'''[[ModelTypeEnum]]''' {{Template:APIComment|RSFittedModel type.}} | ||
*'''[[ModelCategoryEnum]]''' {{Template:APIComment|The Category of the RSFittedModel}} | *'''[[ModelCategoryEnum]]''' {{Template:APIComment|The Category of the RSFittedModel}} | ||
Line 7: | Line 7: | ||
*'''[[ConfBoundsTypes]]''' {{Template:APIComment|Types of confidence bounds}} | *'''[[ConfBoundsTypes]]''' {{Template:APIComment|Types of confidence bounds}} | ||
*'''[[ConfBoundsMethods]]''' {{APIComment|Methods of confidence bound.}} | *'''[[ConfBoundsMethods]]''' {{APIComment|Methods of confidence bound.}} | ||
*'''[[ParamName]]''' {{Template:APIComment|Name}} | |||
*'''[[ParamBoundsValues Class]]''' {{Template:APIComment|Upper and lower bounds for a model's parameter.}} | |||
*'''[[ParamValues Class]]''' {{APIComment|Model's parameter name and value.}} | |||
== | ===== [[BoundsValues Class]] ===== | ||
*'''[[BoundsValues Class]]''' {{Template:APIComment|Upper and lower bounds.}} | *'''[[BoundsValues Class]]''' {{Template:APIComment|Upper and lower bounds.}} | ||
*'''[[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.}} | ||
===== [[ParamInputInfo Class]] ===== | ===== [[ParamInputInfo Class]] ===== |
Revision as of 21:04, 8 October 2013
Classes / Enums
- ModelTypeEnum RSFittedModel type.
- ModelCategoryEnum The Category of the RSFittedModel
- ConfBoundsSides Sides of confidence bounds.
- ConfBoundsTypes Types of confidence bounds
- ConfBoundsMethods Methods of confidence bound.
- ParamName Name
- ParamBoundsValues Class Upper and lower bounds for a model's parameter.
- ParamValues Class Model's parameter name and value.
BoundsValues Class
- BoundsValues Class Upper and lower bounds.
- 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