Global Model: Difference between revisions
Jump to navigation
Jump to search
Albert Szeto (talk | contribs) No edit summary |
Albert Szeto (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
=== Properties === | === Properties === | ||
*'''[[ParamInputInfo]]''' {{Template:APIComment|Class used for parameters input.}} | *'''[[ParamInputInfo Class]]''' {{Template:APIComment|Class used for parameters input.}} | ||
*'''[[Name | *'''[[ParamInputInfo.Name|Name]]''' {{Template:APIComment|Parameter input in ParamInputInfo Class for Name}} | ||
*'''[[Min | *'''[[ParamInputInfo.Min|Min]]''' {{Template:APIComment|Parameter input in ParamInputInfo Class for Min}} | ||
*'''[[Max | *'''[[ParamInputInfo.Max|Max]]''' {{Template:APIComment|Parameter input in ParamInputInfo Class for Max}} | ||
*'''[[CanEqualMin | *'''[[ParamInputInfo.CanEqualMin|CanEqualMin]]''' {{Template:APIComment|Parameter input in ParamInputInfo Class for CanEqualMin}} | ||
*'''[[CanEqualMax | *'''[[ParamInputInfo.CanEqualMax|CanEqualMax]]''' {{Template:APIComment|Parameter input in ParamInputInfo Class for CanEqualMax}} | ||
*'''[[Value | *'''[[ParamInputInfo.Value|Value]]''' {{Template:APIComment|Parameter input in ParamInputInfo Class for Value}} | ||
*'''[[BoundsValues]]''' {{Template:APIComment|Upper and lower bounds.}} | *'''[[BoundsValues]]''' {{Template:APIComment|Upper and lower bounds.}} | ||
*'''[[Upper]]''' {{Template:APIComment|Sets Upper bound.}} | *'''[[Upper]]''' {{Template:APIComment|Sets Upper bound.}} |
Revision as of 00:47, 25 September 2013
Constructors
- ModelTypeEnum RSFittedModel type.
- ModelCategoryEnum The Category of the RSFittedModel
- ConfBoundsSides Sides of confidence bounds.
- ConfBoundsTypes Types of confidence bounds
- ConfBoundsMethods Methods of confidence bound.
Properties
- ParamInputInfo Class Class used for parameters input.
- Name Parameter input in ParamInputInfo Class for Name
- Min Parameter input in ParamInputInfo Class for Min
- Max Parameter input in ParamInputInfo Class for Max
- CanEqualMin Parameter input in ParamInputInfo Class for CanEqualMin
- CanEqualMax Parameter input in ParamInputInfo Class for CanEqualMax
- Value Parameter input in ParamInputInfo Class for Value
- BoundsValues Upper and lower bounds.
- Upper Sets Upper bound.
- Lower Sets Lower bound.
- ParamName Name
- ParamBoundsValues Class Upper and lower bounds for a model's parameter.
- ParamValues Class Model's parameter name and value.