g01fm Method
関数リスト一覧   NagLibrary Namespaceへ  ライブラリイントロダクション  本ヘルプドキュメントのchm形式版

g01fm returns the deviate associated with the lower tail probability of the distribution of the Studentized range statistic.

Syntax

C#
public static double g01fm(
	double p,
	double v,
	int ir,
	out int ifail
)
Visual Basic (Declaration)
Public Shared Function g01fm ( _
	p As Double, _
	v As Double, _
	ir As Integer, _
	<OutAttribute> ByRef ifail As Integer _
) As Double
Visual C++
public:
static double g01fm(
	double p, 
	double v, 
	int ir, 
	[OutAttribute] int% ifail
)
F#
static member g01fm : 
        p:float * 
        v:float * 
        ir:int * 
        ifail:int byref -> float 

Parameters

p
Type: System..::.Double
On entry: the lower tail probability for the Studentized range statistic, p0.
Constraint: 0.0<p<1.0.
v
Type: System..::.Double
On entry: v, the number of degrees of freedom.
Constraint: v1.0.
ir
Type: System..::.Int32
On entry: r, the number of groups.
Constraint: ir2.
ifail
Type: System..::.Int32 %
On exit: ifail=0 unless the method detects an error (see [Error Indicators and Warnings]).

Return Value

g01fm returns the deviate associated with the lower tail probability of the distribution of the Studentized range statistic.

Description

References

Error Indicators and Warnings

Accuracy

Further Comments

Example

See Also