C# Class Coon.Compass.Procyon.alglib.alglib.fdistr

Show file Open project: dbaileychess/Compass

Public Methods

Method Description
fcdistribution ( int a, int b, double x ) : double
fdistribution ( int a, int b, double x ) : double
invfdistribution ( int a, int b, double y ) : double

Method Details

fcdistribution() public static method

public static fcdistribution ( int a, int b, double x ) : double
a int
b int
x double
return double

fdistribution() public static method

public static fdistribution ( int a, int b, double x ) : double
a int
b int
x double
return double

invfdistribution() public static method

public static invfdistribution ( int a, int b, double y ) : double
a int
b int
y double
return double