Calculates the inverse Fisher transformation of the given value.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public static double FisherInv(
	double y
)
Visual Basic (Declaration)
Public Shared Function FisherInv ( _
	y As Double _
) As Double
Visual C++
public:
static double FisherInv(
	double y
)

Parameters

y
Type: System..::.Double
Value.

Return Value

Inverse Fisher transformation.

See Also