C# Class Edu.Nlu.Sir.Siemens.TotInfo.BaseVersion

Inheritance: ITotInfo, FaultyVersion
ファイルを表示 Open project: lukesandberg/PexFaultLocalization

Public Properties

Property Type Description
c int
f long[]
line char[]
r int

Public Methods

Method Description
InfoTbl ( int r, int c, long f, int &pdf ) : double
LGamma ( double x ) : double
Main ( string args ) : void
QChiSq ( double chisq, int df ) : double
QGamma ( double a, double x ) : double
gcf ( double a, double x ) : double
gser ( double a, double x ) : double

Method Details

InfoTbl() public method

public InfoTbl ( int r, int c, long f, int &pdf ) : double
r int
c int
f long
pdf int
return double

LGamma() public method

public LGamma ( double x ) : double
x double
return double

Main() public method

public Main ( string args ) : void
args string
return void

QChiSq() public method

public QChiSq ( double chisq, int df ) : double
chisq double
df int
return double

QGamma() public method

public QGamma ( double a, double x ) : double
a double
x double
return double

gcf() public method

public gcf ( double a, double x ) : double
a double
x double
return double

gser() public method

public gser ( double a, double x ) : double
a double
x double
return double

Property Details

c public_oe property

# of columns
public int c
return int

f public_oe property

frequency tallies
public long[] f
return long[]

line public_oe property

row/column header input line */
public char[] line
return char[]

r public_oe property

# of rows
public int r
return int