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 5: | Line 5: | ||
*'''[[ModelCategoryEnum]]''' {{Template:APIComment|The Category of the RSFittedModel}} | *'''[[ModelCategoryEnum]]''' {{Template:APIComment|The Category of the RSFittedModel}} | ||
*'''[[New GlobalStuff Model|New]]''' {{Template:APIComment|Name}} | *'''[[New GlobalStuff Model|New]]''' {{Template:APIComment|Name}} | ||
*'''[[ConfBoundsSides]]''' {{Template:APIComment|Sides of confidence bounds.}} | |||
*'''[[ConfBoundsTypes]]''' {{Template:APIComment|Types of confidence bounds}} | |||
=== Properties === | === Properties === | ||
Line 20: | Line 22: | ||
*'''[[ParamBoundsValues]]''' {{Template:APIComment|Upper and lower bounds for a model's parameter.}} | *'''[[ParamBoundsValues]]''' {{Template:APIComment|Upper and lower bounds for a model's parameter.}} | ||
*'''[[ParamValues]]''' {{APIComment|Model's parameter name and value.}} | *'''[[ParamValues]]''' {{APIComment|Model's parameter name and value.}} | ||
=== Methods=== | === Methods=== | ||
*'''[[ConfBoundsMethods]]''' {{Template:Methods of confidence bound.}} | *'''[[ConfBoundsMethods]]''' {{Template:Methods of confidence bound.}} |
Revision as of 20:08, 10 September 2013
- NOT COMPLETE***
Constructors
- ModelTypeEnum RSFittedModel type.
- ModelCategoryEnum The Category of the RSFittedModel
- New Name
- ConfBoundsSides Sides of confidence bounds.
- ConfBoundsTypes Types of confidence bounds
Properties
- ParamInputInfo 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 Upper and lower bounds for a model's parameter.
- ParamValues Model's parameter name and value.