WeibullDataSet Class: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) |
John Leavitt (talk | contribs) |
||
Line 12: | Line 12: | ||
=== Properties === | === Properties === | ||
{| class="wikitable sortable" | |||
|+ {{Properties| Table title |chart=pie |link=View}} | |||
! Name!! Description | |||
|- | |||
|DatasetName As String||Gets or set the name of the data set. | |||
|- | |||
|Events As WeibullEvents|| Reference to a class that contains overridable methods for handling Weibull solver events. | |||
|} | |||
Revision as of 21:15, 30 August 2013
Properties and variables:
Properties
Read/Write
- DatasetName As String. Gets or set the name of the data set.
Properties
Name | Description |
---|---|
DatasetName As String | Gets or set the name of the data set. |
Events As WeibullEvents | Reference to a class that contains overridable methods for handling Weibull solver events. |
- GeneralSettings As WeibullGeneralOptions. General settings used when fitting the model or finding the best fit.
Events
Methods
- ClearDataSet Clears all data and fitted model. All analysis settings stay unchanged.