C# Class SoftwareDevelopment2016.DataSet

Mostrar archivo Open project: MonarchTSA/SoftwareDevelopment2016

Public Methods

Method Description
CalculateNthPolynomialRegression ( int order ) : void
DataSet ( string name ) : System
GetDomain ( ) : Interval?
GetMean ( ) : double?
GetMedian ( ) : double?
GetMode ( ) : double?
GetRange ( ) : Interval?
GetStandardDeviation ( ) : double?

Private Methods

Method Description
Determinant ( double matrix, int size ) : double
Swap ( List list, int element1, int element2 ) : void

Method Details

CalculateNthPolynomialRegression() public method

public CalculateNthPolynomialRegression ( int order ) : void
order int
return void

DataSet() public method

public DataSet ( string name ) : System
name string
return System

GetDomain() public method

public GetDomain ( ) : Interval?
return Interval?

GetMean() public method

public GetMean ( ) : double?
return double?

GetMedian() public method

public GetMedian ( ) : double?
return double?

GetMode() public method

public GetMode ( ) : double?
return double?

GetRange() public method

public GetRange ( ) : Interval?
return Interval?

GetStandardDeviation() public method

public GetStandardDeviation ( ) : double?
return double?