WeibullDataSet Constructors

From ReliaWiki
Revision as of 17:24, 20 February 2014 by Chris Kahn (talk | contribs)
Jump to navigation Jump to search


Constructors for the WeibullDataSet class.

Syntax

  • WeibullDataSet() Creates a new WeibullDataSet object with an empty data set name.
  • WeibullDataSet( Name As String) Creates a new WeibullDataSet object with the user-specified data set name.
  • WeibullDataSet( Model As cModel) Template:WeibullDataSet Constructors3.Cmt

Parameters

Name: The name of the new data set, which can be shown in plots.
Model: The cModel object that will be used to create an example data set.