Calculates the 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 Fisher(
	double x
)
Visual Basic (Declaration)
Public Shared Function Fisher ( _
	x As Double _
) As Double
Visual C++
public:
static double Fisher(
	double x
)

Parameters

x
Type: System..::.Double
Value.

Return Value

Fisher transformation.

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.InvalidArgumentException Thrown if x is less than negative one or greater than one.

See Also