C# Class DataDebugMethods.NormalDistribution

Show file Open project: plasma-umass/DataDebug Class Usage Examples

Public Properties

Property Type Description
_ranked_errors List

Public Methods

Method Description
Mean ( ) : Double
NormalDistribution ( AST range_nodes, Microsoft.Office.Interop.Excel app ) : System
NormalDistribution ( Microsoft.Office.Interop.Excel r ) : System
__phi ( double x ) : double
erf ( double x ) : double
erfc ( double x ) : double
getErrorAtPosition ( int rank ) : Microsoft.Office.Interop.Excel.Range
getErrorsCount ( ) : int
getRankedErrors ( ) : List
getStandardDeviation ( ) : Double
getVariance ( ) : Double
getWorstError ( ) : Microsoft.Office.Interop.Excel.Range

Private Methods

Method Description
__error ( ) : Double>.Dictionary
__mean ( ) : Double
__rank_errors ( ) : List
__standard_deviation ( ) : Double
__variance ( ) : Double

Method Details

Mean() public method

public Mean ( ) : Double
return Double

NormalDistribution() public method

public NormalDistribution ( AST range_nodes, Microsoft.Office.Interop.Excel app ) : System
range_nodes AST
app Microsoft.Office.Interop.Excel
return System

NormalDistribution() public method

public NormalDistribution ( Microsoft.Office.Interop.Excel r ) : System
r Microsoft.Office.Interop.Excel
return System

__phi() public static method

public static __phi ( double x ) : double
x double
return double

erf() public static method

public static erf ( double x ) : double
x double
return double

erfc() public static method

public static erfc ( double x ) : double
x double
return double

getErrorAtPosition() public method

public getErrorAtPosition ( int rank ) : Microsoft.Office.Interop.Excel.Range
rank int
return Microsoft.Office.Interop.Excel.Range

getErrorsCount() public method

public getErrorsCount ( ) : int
return int

getRankedErrors() public method

public getRankedErrors ( ) : List
return List

getStandardDeviation() public method

public getStandardDeviation ( ) : Double
return Double

getVariance() public method

public getVariance ( ) : Double
return Double

getWorstError() public method

public getWorstError ( ) : Microsoft.Office.Interop.Excel.Range
return Microsoft.Office.Interop.Excel.Range

Property Details

_ranked_errors public property

public List _ranked_errors
return List