C# 클래스 TPB3D.Maths.ALGLIB.alglib.studenttdistr

파일 보기 프로젝트 열기: tpb3d/TPB3D

공개 메소드들

메소드 설명
invstudenttdistribution ( int k, double p ) : double
studenttdistribution ( int k, double t ) : double

메소드 상세

invstudenttdistribution() 공개 정적인 메소드

public static invstudenttdistribution ( int k, double p ) : double
k int
p double
리턴 double

studenttdistribution() 공개 정적인 메소드

public static studenttdistribution ( int k, double t ) : double
k int
t double
리턴 double